add the logic to save the record of manually mark boss inactive to db

This commit is contained in:
geekgeekrun
2024-10-20 15:13:01 +08:00
parent 0fd13c5ac5
commit b6304a5ab8
3 changed files with 88 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
export enum MarkAsNotSuitReason {
UNKNOWN = 0,
BOSS_INACTIVE = 1,
OTHER = 2
USER_MANUAL_OPERATION_WITH_UNKNOWN_REASON = 2
}