expo-duooomi-app/lib
康猛 08e99a8581 feat: refactor ChargePage component for improved payment handling and UI updates
- Reorganized imports for better readability
- Integrated Alipay payment method using AlipayController
- Enhanced user experience with dynamic recharge options
- Updated styling for header and buttons for consistency
- Added BannerSection component for background video display
- Removed deprecated ESLint configuration and improved TypeScript settings
- Updated protocol constants for BLE communication
- Enhanced subscription management interfaces and methods
- Cleaned up package.json and tsconfig.json for better project structure
2025-12-26 17:55:38 +08:00
..
plugins fix: web 端适配 2025-12-25 17:37:54 +08:00
auth.ts feat: refactor ChargePage component for improved payment handling and UI updates 2025-12-26 17:55:38 +08:00
fetch-logger.ts fix: web端适配 2025-12-25 18:54:05 +08:00
readme.md Initial commit: expo-duooomi-app 2025-12-25 15:52:54 +08:00
storage.native.ts fix: web端适配 2025-12-25 18:54:05 +08:00
storage.ts fix: web端适配 2025-12-25 18:54:05 +08:00
types.ts Initial commit: expo-duooomi-app 2025-12-25 15:52:54 +08:00

readme.md

apps\expo-duooomi-app\lib\auth.ts 这里的类型推导 不太靠谱

通过ISubscription补充类型

const subscription: ISubscription = Reflect.get(authClient, 'subscription')