use custom number input box to replace the system input box

This commit is contained in:
MaysWind
2025-06-02 02:05:18 +08:00
parent baa6850fcb
commit 6222b6edae
8 changed files with 230 additions and 18 deletions
+2
View File
@@ -0,0 +1,2 @@
export const USER_CUSTOM_EXCHANGE_RATE_MIN_VALUE: number = 0;
export const USER_CUSTOM_EXCHANGE_RATE_MAX_VALUE: number = 999999999.9999;