[Enhance][Bug fix] User settings & /user/me/setting error

- Add a new settings 'mp_notification_enabled'
- Fix a bug that user can not change online settings. (Show Potential/Stamina Notification/Invite Notification)
This commit is contained in:
Guzi422
2024-09-08 22:07:59 +08:00
parent c3af92f29b
commit 10a816b161
3 changed files with 22 additions and 3 deletions

View File

@@ -35,7 +35,8 @@ max_stamina_ts int,
stamina int,
world_mode_locked_end_ts int,
beyond_boost_gauge real default 0,
kanae_stored_prog real default 0
kanae_stored_prog real default 0,
mp_notification_enabled int
);
create table if not exists login(access_token text,
user_id int,