From 2f5216e030ab8822810860a37315a304a99cb9d3 Mon Sep 17 00:00:00 2001 From: cluntop <85211716+cluntop@users.noreply.github.com> Date: Sat, 21 Mar 2026 10:33:15 +0800 Subject: [PATCH] Update Up --- _headers | 11 +++++++++++ git.sh | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 _headers 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 . ..."