Changeset 2639805
- Timestamp:
- 12/06/2021 05:13:28 AM (4 years ago)
- Location:
- floating-window-music-player/trunk
- Files:
-
- 3 edited
-
floating-window-music-player.php (modified) (2 diffs)
-
inc/Meting.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
floating-window-music-player/trunk/floating-window-music-player.php
r2567418 r2639805 5 5 * Text Domain: floating-window-music-player 6 6 * Domain Path: /languages 7 * Version: 3.4. 07 * Version: 3.4.1 8 8 * Author: Eric 9 9 * Author URI: http://eric.cn.com/ … … 12 12 13 13 define('Fwm_Player_URL', plugins_url('', __FILE__)); 14 define('Fwm_Player_VER', '3.4. 0');14 define('Fwm_Player_VER', '3.4.1'); 15 15 define('FwmTD', 'floating-window-music-player'); 16 16 require dirname(__FILE__). '/inc/option.php'; -
floating-window-music-player/trunk/inc/Meting.php
r2567418 r2639805 722 722 $api = array( 723 723 'method' => 'GET', 724 'url' => 'http://www.kuwo.cn/ url',724 'url' => 'http://www.kuwo.cn/api/v1/www/music/playUrl', 725 725 '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', 732 728 'httpsStatus' => 1, 733 729 ), … … 1289 1285 private function kuwo_url($result) 1290 1286 { 1291 $ data= json_decode($result, true);1287 $result = json_decode($result, true); 1292 1288 1293 1289 $url = array(); 1294 if ($ data['code'] == 200 && isset($data['url'])) {1290 if ($result['code'] == 200 && isset($result['data']['url'])) { 1295 1291 $url = array( 1296 'url' => $ data['url'],1292 'url' => $result['data']['url'], 1297 1293 'br' => 128, 1298 1294 ); -
floating-window-music-player/trunk/readme.txt
r2571693 r2639805 4 4 Tags: music, player, html5, Netease, Tencent, QQ, Xiami, Baidu, 163, Kugou, 网易, 虾米, 百度, 酷狗 , floating window 5 5 Requires at least: 3.0.1 6 Tested up to: 5.8 6 Tested up to: 5.8.2 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 48 48 49 49 == Changelog == 50 = 3.4.0 (2021/07/19) = 50 = 3.4.1 (2021/12/06) = 51 * 更新Meting框架至1.5.12。= 52 3.4.0 (2021/07/19) = 51 53 * 更新Meting框架至1.5.11; 52 54 * 更新后台设置。 … … 54 56 * 更新酷我音乐。 55 57 * 删除网易云用户“我喜欢的音乐”。 56 = 3.3.8 (2021/07/07) = 57 * 更新Meting框架至1.5.10。 58 = 请移步插件主页查看更多105个修订历史 = 58 = 请移步插件主页查看更多106个修订历史 = 59 59 * http://eric.cn.com/?p=1187 60 60 61 61 == Upgrade Notice == 62 * 更新Meting框架至1.5.11; 63 * 更新后台设置。 62 * 更新Meting框架至1.5.12。 64 63 65 64 == Arbitrary section ==
Note: See TracChangeset
for help on using the changeset viewer.