GitSyncMaster / task_plan.py
魏然
魏然 首次上传于 2024/04/13
e80fd1f
raw
history blame contribute delete
469 Bytes
task_plan_list = {'[源]huggingface.co 到 [目标]wisemodel.cn': 'HF2WM',
'[源]wisemodel.cn 到 [目标]huggingface.co': 'WM2HF',
'[源]github.com 到 [目标]huggingface.co': 'GIT2HF',
'[源]huggingface.co 到 [目标]github.com': 'HF2GITHUB',
'[源]github.com 到 [目标]gitee.cn': 'GITHUB2GITEE',
'[源]gitee.cn 到 [目标]github.com': 'GITEE2GITHUB',
}