highlight the save button when the explorer has been updated

This commit is contained in:
MaysWind
2026-01-08 01:20:30 +08:00
parent 6eb7fa27f6
commit af36fe9212
2 changed files with 38 additions and 2 deletions
+1
View File
@@ -17,6 +17,7 @@ export const AMAP_JAVASCRIPT_URL: string = 'https://webapi.amap.com/maps?v=2.0';
export enum KnownErrorCode {
ApiNotFound = 100001,
ValidatorError = 200000,
NothingWillBeUpdated = 200004,
UserEmailNotVerified = 201020,
TwoFactorAuthorizationPasscodeEmpty = 203005,
TransactionCannotCreateInThisTime = 205017,