mirror of
https://github.com/MoePlayer/APlayer-Typecho.git
synced 2025-01-20 20:40:38 +08:00
🍰 修复更新页面乱码的问题
This commit is contained in:
parent
5df05614a6
commit
2479aa3d1f
@ -241,7 +241,7 @@ class Meting_Action extends Typecho_Widget implements Widget_Interface_Do
|
||||
die('非管理员,禁止操作!');
|
||||
}
|
||||
|
||||
header("Content-Type: application/javascript");
|
||||
header("Content-Type: text/plain; charset=UTF-8");
|
||||
|
||||
$shasum = $this->curl('https://raw.githubusercontent.com/MoePlayer/APlayer-Typecho/master/shasum.txt');
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
87a137ef2b47308dc5815e173041b7f3afa02981d3ee1f6cd8fc5d3c1af7c71c ./Action.php
|
||||
9f5d01ca9d67ca647883e1c0958573265294e33f7b7b4dff04e9b0bdb8dbb9c5 ./Action.php
|
||||
aa3c0deef2f5b5524f9e7cbd1809d14d51e0a5eae8f21e183483c84c28b86e46 ./assets/APlayer.min.js
|
||||
6c1db3ae0b983df3e9395aa133875e64c7cb6321064c982d507fa7d82f7258f3 ./assets/editer.js
|
||||
05394bccf0b72f8a57bdefc2dc7da1da38d6ebcf39b97185a89c359f9827a556 ./assets/Meting.min.js
|
||||
|
Loading…
Reference in New Issue
Block a user