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

This commit is contained in:
2024-12-19 08:05:27 +00:00
parent 5805f36865
commit 2c5a7e85d3

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")
# 平台类型和扩展名的映射 # 平台类型和扩展名的映射
declare -A platform_extensions declare -A platform_extensions