1
0
mirror of https://gitee.com/coder-xiaomo/gitee2github synced 2025-09-11 22:41:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

单一py文件拆分为py文件模块,功能完成

This commit is contained in:
2022-03-17 01:16:26 +08:00
parent 91268f3bba
commit 876936e036
12 changed files with 685 additions and 377 deletions

15
mapping.sample.json Normal file
View File

@@ -0,0 +1,15 @@
{
"_": "请注意,在此处设置映射后将使用映射后的值进行比较,映射前的值将不再参与比较",
"orgNameMap": {
"from1": "to1",
"from2": "to2"
},
"repoNameMap": {
"from1": "to1",
"from2": "to2"
},
"fullNameMap": {
"from1": "to1",
"from2": "to2"
}
}