diff --git a/_headers b/_headers new file mode 100644 index 000000000..8ba2a0edb --- /dev/null +++ b/_headers @@ -0,0 +1,11 @@ +# M3U Files +/*.m3u + Content-Type: application/vnd.apple.mpegurl + Access-Control-Allow-Origin: * + Access-Control-Allow-Methods: GET, OPTIONS + Access-Control-Allow-Headers: * + +# EPG Files +/*.xml + Content-Type: application/xml; charset=utf-8 + Access-Control-Allow-Origin: * diff --git a/git.sh b/git.sh index c92e0054b..b4d923e53 100755 --- a/git.sh +++ b/git.sh @@ -62,7 +62,7 @@ enhanced_submit() { echo "" # 自定义提交信息 - read -p "📝 输入提交信息 (直接回车默认: Update [当前时间]): " msg + read -p "📝 输入提交信息 (直接回车默认: Update Up): " msg [ -z "$msg" ] && msg="Update Up" info_msg "1/3 执行 git add . ..."