1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 11:49:26 +08:00

Add: show player info in dashboard

commits:
Adj: rename update player info function

Fix: use play exp record to check time

Add: show exp and level of player in dashboard
This commit is contained in:
LA_DI_DA
2024-07-19 20:03:10 +08:00
parent 2285bdf634
commit 327225e74d
21 changed files with 300 additions and 5 deletions

View File

@@ -644,6 +644,17 @@ class GeneratedConfig:
ResearchPercent_Color = '^000000'
ResearchPercent_Record = datetime.datetime(2020, 1, 1, 0, 0)
# Group `PlayerLevel`
PlayerLevel_Value = 0
PlayerLevel_Color = '^000000'
PlayerLevel_Record = datetime.datetime(2020, 1, 1, 0, 0)
# Group `PlayerExp`
PlayerExp_Value = 0
PlayerExp_Limit = 0
PlayerExp_Color = '^000000'
PlayerExp_Record = datetime.datetime(2020, 1, 1, 0, 0)
# Group `AutoRestart`
AutoRestart_Enabled = False
AutoRestart_AttemptsToRestart = 114514