We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d17a7e6 commit 5ec95f3Copy full SHA for 5ec95f3
QPlayer2.php
@@ -4,7 +4,7 @@
4
Description: 一款简洁小巧的 HTML5 底部悬浮音乐播放器
5
Author: MoeShin
6
Version: 2.0.0
7
-Author URI: https://www.moeshin.com/
+Author URI: https://moeshin.com/
8
*/
9
10
use QPlayer\Cache\Cache;
@@ -436,7 +436,7 @@ public function footer()
436
if ($cdn) {
437
require_once ABSPATH . 'wp-admin/includes/plugin.php';
438
$info = get_plugin_data(__FILE__, false, false);
439
- $prefix = 'https://cdn.jsdelivr.net/gh/moeshin/QPlayer2-Typecho@' . $info['Version'] . '/assets';
+ $prefix = 'https://cdn.jsdelivr.net/gh/moeshin/QPlayer2-WordPress@' . $info['Version'] . '/assets';
440
} else {
441
$prefix = $url;
442
}
0 commit comments