refactor: extract QuotaLimitCard component for reuse in create and edit modals

- Extract quota limit card/toggle UI into QuotaLimitCard.vue component
- Use v-model pattern for clean parent-child data flow
- Integrate into both EditAccountModal and CreateAccountModal
- All apikey accounts (all platforms) now support quota limit on creation
- Bump version to 0.1.90.6
This commit is contained in:
erio
2026-03-05 22:13:56 +08:00
parent 8df299b767
commit 02dca78dbe
4 changed files with 108 additions and 68 deletions

View File

@@ -1 +1 @@
0.1.90.5
0.1.90.6