add sdga part

This commit is contained in:
91c0e59d-6161-45ab-8aa4-2371574db28f
2025-01-19 14:13:14 +08:00
parent 47b63c6aa0
commit 5d1fcaeca2
7 changed files with 261 additions and 1 deletions

31
sdga/.settings.py Normal file
View File

@@ -0,0 +1,31 @@
# This file contains the config of the whole project.
# DO NOT share your crtical info to others.
# Change the file name from .settings.py to settings.py.
# UserId 自行获取
userId = 10000000
accessCode = 50000000000000000000
# 上传的乐曲成绩
# 此成绩将覆盖原有成绩
music_data = ({
"musicId": 11588,
"level": 3,
"playCount": 11,
"achievement": 1005627,
"comboStatus": 0,
"syncStatus": 0,
"deluxscoreMax": 2362,
"scoreRank": 13,
"extNum1": 0
})
# 机厅信息
regionId = 114
regionName = "Yau Tsim Mong"
placeId = 6412
placeName = "GOLDEN ERA GAME CENTRE"
clientId = "A63E01E0048"