mirror of
https://github.com/N1ngYu/SaltBot.git
synced 2025-09-28 08:42:40 +08:00
Add: Separate Plugin
This commit is contained in:
30
nonebot_plugin_maimai_helper/leak/settings.py
Normal file
30
nonebot_plugin_maimai_helper/leak/settings.py
Normal file
@@ -0,0 +1,30 @@
|
||||
# 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 = 11246129
|
||||
|
||||
# 上传的乐曲成绩
|
||||
# 此成绩将覆盖原有成绩
|
||||
|
||||
music_data = ({
|
||||
"musicId": 834,
|
||||
"level": 4,
|
||||
"playCount": 11,
|
||||
"achievement": 912241,
|
||||
"comboStatus": 0,
|
||||
"syncStatus": 0,
|
||||
"deluxscoreMax": 2102,
|
||||
"scoreRank": 5,
|
||||
"extNum1": 0
|
||||
})
|
||||
|
||||
# 机厅信息
|
||||
|
||||
regionId = 1
|
||||
regionName = "北京"
|
||||
placeId = 1403
|
||||
placeName = "插电师电玩北京西单大悦城店"
|
||||
clientId = "A63E01C2805"
|
||||
Reference in New Issue
Block a user