Commit graph

6 commits

Author SHA1 Message Date
wudi
7cadbfe2b1 refactor: Migrate project files and directories to the app directory using the new compatibilityVersion: 4 feature
- Moved `app.config.ts` to the `app` directory
- Migrated `.vue` files and other assets to the `app` directory
- Updated import paths to reflect the new file locations
2025-03-24 11:05:59 +08:00
wudi
e563d55852 feat: Add internationalization (i18n) support
Implemented multi-language support for the application:
- Added @nuxtjs/i18n plugin configuration
- Created locale files for English (en-US) and Chinese (zh-CN)
- Updated components to use translation keys
- Added language switcher in header
- Configured VSCode i18n-ally settings
- Prepared translation infrastructure for future language expansions
2025-03-03 11:21:39 +08:00
ccbikai
01be05c0fc chore: Update package dependencies and optimize imports 2024-07-08 20:28:38 +08:00
ccbikai
3ff84f61cb feat: Add Laptop icon to theme switcher and improve style 2024-06-04 18:59:18 +08:00
ccbikai
66f202d3d1 feat: optimize theme switcher and fix style issues 2024-06-02 20:11:57 +08:00
QuentinHsu
e8767a5ca2
feat: switch theme 2024-05-31 23:53:39 +08:00