feat: enhance DefaultIndexTemplate with ordered links and UI improvements

- Added computed property to order links based on user settings or default order.
- Updated UI to display ordered links dynamically.
- Improved text display for UID and adjusted button styles for better UX.
- Modified TypeScript configuration to include 'jszip' type definitions.
This commit is contained in:
Megghy
2025-09-26 23:10:09 +08:00
parent ca575a623e
commit 83a6c36d57
16 changed files with 1787 additions and 1864 deletions

1
src/components.d.ts vendored
View File

@@ -31,6 +31,7 @@ declare module 'vue' {
NIcon: typeof import('naive-ui')['NIcon']
NImage: typeof import('naive-ui')['NImage']
NInputGroupLabel: typeof import('naive-ui')['NInputGroupLabel']
NInputNumber: typeof import('naive-ui')['NInputNumber']
NModal: typeof import('naive-ui')['NModal']
NPopconfirm: typeof import('naive-ui')['NPopconfirm']
NScrollbar: typeof import('naive-ui')['NScrollbar']