Update Up

This commit is contained in:
cluntop
2026-03-21 10:33:15 +08:00
parent a1d83813d4
commit 2f5216e030
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -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: *
+1 -1
View File
@@ -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 . ..."