update .gitignore

This commit is contained in:
Art_Sakura 2025-06-06 11:06:11 +08:00
parent ac13ab9280
commit ca6a414ba4
2 changed files with 1 additions and 94 deletions

4
.gitignore vendored
View File

@ -1,6 +1,4 @@
__pycache__/ /config/sign_in.json
./config/sign_in.json
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/

View File

@ -1,91 +0,0 @@
{
"date": "202506",
"exp_max": 50,
"exp_min": 5,
"point_max": 2000,
"point_min": 200,
"continuou":
{
"1":
{
"point": 3000,
"exp": 20
},
"3":
{
"point": 5000,
"exp": 25,
"plant":
{
"蜜思桃": 1
}
},
"5":
{
"point": 7000,
"exp": 50,
"plant":
{
"香粽龙舟": 1
}
},
"7":
{
"point": 12000,
"exp": 75,
"plant":
{
"园艺世": 1,
"蜜思桃": 1
}
},
"10":
{
"point": 12000,
"vipPoint": 100,
"exp": 100,
"plant":
{
"园艺世": 1,
"蜜思桃": 1,
"香粽龙舟": 1
}
},
"15":
{
"point": 12000,
"vipPoint": 200,
"exp": 125,
"plant":
{
"园艺世": 3,
"蜜思桃": 3,
"香粽龙舟": 3
}
},
"20":
{
"point": 15000,
"vipPoint": 500,
"exp": 150,
"plant":
{
"园艺世": 5,
"蜜思桃": 5,
"香粽龙舟": 5
}
},
"25":
{
"point": 20000,
"vipPoint": 1000,
"exp": 200,
"plant":
{
"园艺世": 10,
"蜜思桃": 10,
"香粽龙舟": 10
}
}
}
}