feat: let settings get userId by using aimedb

This commit is contained in:
91c0e59d-6161-45ab-8aa4-2371574db28f 2025-01-20 14:16:29 +08:00
parent e90104788f
commit d9123943f6

View File

@ -1,11 +1,14 @@
# This file contains the config of the whole project. # This file contains the config of the whole project.
# DO NOT share your crtical info to others. # DO NOT share your crtical info to others.
# Change the file name from .settings.py to settings.py. # Change the file name from .settings.py to settings.py.
from sdgb import aimedb_api, felica
# UserId 自行获取
userId = 10000000
accessCode = 50000000000000000000 accessCode = 50000000000000000000
IDm = "0000000000000000"
felica(IDm)
userId = aimedb_api(accessCode)
# 上传的乐曲成绩 # 上传的乐曲成绩
# 此成绩将覆盖原有成绩 # 此成绩将覆盖原有成绩