Skip to content

Commit 5ec95f3

Browse files
committed
修改 CDN 源
1 parent d17a7e6 commit 5ec95f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

QPlayer2.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Description: 一款简洁小巧的 HTML5 底部悬浮音乐播放器
55
Author: MoeShin
66
Version: 2.0.0
7-
Author URI: https://www.moeshin.com/
7+
Author URI: https://moeshin.com/
88
*/
99

1010
use QPlayer\Cache\Cache;
@@ -436,7 +436,7 @@ public function footer()
436436
if ($cdn) {
437437
require_once ABSPATH . 'wp-admin/includes/plugin.php';
438438
$info = get_plugin_data(__FILE__, false, false);
439-
$prefix = 'https://cdn.jsdelivr.net/gh/moeshin/QPlayer2-Typecho@' . $info['Version'] . '/assets';
439+
$prefix = 'https://cdn.jsdelivr.net/gh/moeshin/QPlayer2-WordPress@' . $info['Version'] . '/assets';
440440
} else {
441441
$prefix = $url;
442442
}

0 commit comments

Comments
 (0)