Update Up
This commit is contained in:
@@ -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: *
|
||||||
@@ -62,7 +62,7 @@ enhanced_submit() {
|
|||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
# 自定义提交信息
|
# 自定义提交信息
|
||||||
read -p "📝 输入提交信息 (直接回车默认: Update [当前时间]): " msg
|
read -p "📝 输入提交信息 (直接回车默认: Update Up): " msg
|
||||||
[ -z "$msg" ] && msg="Update Up"
|
[ -z "$msg" ] && msg="Update Up"
|
||||||
|
|
||||||
info_msg "1/3 执行 git add . ..."
|
info_msg "1/3 执行 git add . ..."
|
||||||
|
|||||||
Reference in New Issue
Block a user