This commit is contained in:
2025-12-16 20:20:53 +07:00
commit 2e651f1c89
315 changed files with 33529 additions and 0 deletions

12
src/enum/index.ts Normal file
View File

@@ -0,0 +1,12 @@
export enum SetupStoreId {
App = 'app-store',
Theme = 'theme-store',
Auth = 'auth-store',
Route = 'route-store',
Tab = 'tab-store'
}
export enum DepositTypeEnum {
crypto = '链上充值',
fiat = '法币充值'
}