更新 .gitea/workflows/sync_raw_file.yml
All checks were successful
SyncRawFile / sync_files (push) Successful in 30s

This commit is contained in:
2024-12-19 01:19:17 +00:00
parent 7e190b4236
commit 67db98673d

View File

@@ -16,7 +16,7 @@ jobs:
- name: Define file types and download - name: Define file types and download
run: | run: |
# 定义文件目录和平台类型列表 # 定义文件目录和平台类型列表
directories=("Lan" "Apple" "Steam" "SteamCN" "Xbox" "OpenAI" "Gemini" "Claude" "China" "Proxy") directories=("Lan" "Apple" "Steam" "SteamCN" "Xbox" "OpenAI" "Gemini" "Claude" "China" "Proxy" "TikTok")
platform_types=("Surge" "Clash" "Loon" "QuantumultX" "Shadowrocket") platform_types=("Surge" "Clash" "Loon" "QuantumultX" "Shadowrocket")
# 统一将所有文件扩展名设置为 list # 统一将所有文件扩展名设置为 list