Plugin Directory

Changeset 2639805


Ignore:
Timestamp:
12/06/2021 05:13:28 AM (4 years ago)
Author:
ericzane
Message:

3.4.1

Location:
floating-window-music-player/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • floating-window-music-player/trunk/floating-window-music-player.php

    r2567418 r2639805  
    55 * Text Domain: floating-window-music-player
    66 * Domain Path: /languages
    7  * Version:     3.4.0
     7 * Version:     3.4.1
    88 * Author:      Eric
    99 * Author URI:  http://eric.cn.com/
     
    1212
    1313define('Fwm_Player_URL', plugins_url('', __FILE__));
    14 define('Fwm_Player_VER', '3.4.0');
     14define('Fwm_Player_VER', '3.4.1');
    1515define('FwmTD', 'floating-window-music-player');
    1616require dirname(__FILE__). '/inc/option.php';
  • floating-window-music-player/trunk/inc/Meting.php

    r2567418 r2639805  
    722722            $api = array(
    723723                'method' => 'GET',
    724                 'url'    => 'http://www.kuwo.cn/url',
     724                'url'    => 'http://www.kuwo.cn/api/v1/www/music/playUrl',
    725725                'body'   => array(
    726                     'rid'         => $id,
    727                     'response'    => 'url',
    728                     'type'        => 'convert_url3',
    729                     'br'          => '128kmp3',
    730                     'from'        => 'web',
    731                     't'           => time(),
     726                    'mid'         => $id,
     727                    'type'        => 'music',
    732728                    'httpsStatus' => 1,
    733729                ),
     
    12891285    private function kuwo_url($result)
    12901286    {
    1291         $data = json_decode($result, true);
     1287        $result = json_decode($result, true);
    12921288
    12931289        $url = array();
    1294         if ($data['code'] == 200 && isset($data['url'])) {
     1290        if ($result['code'] == 200 && isset($result['data']['url'])) {
    12951291            $url = array(
    1296                 'url' => $data['url'],
     1292                'url' => $result['data']['url'],
    12971293                'br'  => 128,
    12981294            );
  • floating-window-music-player/trunk/readme.txt

    r2571693 r2639805  
    44Tags:              music, player, html5, Netease, Tencent, QQ, Xiami, Baidu, 163, Kugou, 网易, 虾米, 百度, 酷狗 , floating window
    55Requires at least: 3.0.1
    6 Tested up to:      5.8
     6Tested up to:      5.8.2
    77Stable tag:        trunk
    88License:           GPLv2 or later
     
    4848
    4949== Changelog ==
    50 = 3.4.0 (2021/07/19) =
     50= 3.4.1 (2021/12/06) =
     51* 更新Meting框架至1.5.12。=
     523.4.0 (2021/07/19) =
    5153* 更新Meting框架至1.5.11;
    5254* 更新后台设置。
     
    5456* 更新酷我音乐。
    5557* 删除网易云用户“我喜欢的音乐”。
    56 = 3.3.8 (2021/07/07) =
    57 * 更新Meting框架至1.5.10。
    58 = 请移步插件主页查看更多105个修订历史 =
     58= 请移步插件主页查看更多106个修订历史 =
    5959* http://eric.cn.com/?p=1187
    6060
    6161== Upgrade Notice ==
    62 * 更新Meting框架至1.5.11;
    63 * 更新后台设置。
     62* 更新Meting框架至1.5.12。
    6463
    6564== Arbitrary section ==
Note: See TracChangeset for help on using the changeset viewer.