Sink/components
ccbikai ac7caf141f fix: correct link copy function and add i18n support
- Updates shortLink copy function to use .value for reactive reference
- Adds i18n translation support in Editor component

The copy function was trying to access the shortLink directly instead of its value, which would fail in Vue's reactive system. This fix ensures proper reactivity handling when copying links.
2025-03-16 13:17:30 +08:00
..
dashboard fix: correct link copy function and add i18n support 2025-03-16 13:17:30 +08:00
home feat: Add internationalization (i18n) support 2025-03-03 11:21:39 +08:00
layouts refactor: optimize language switcher and header layout 2025-03-16 11:17:32 +08:00
login feat: Add internationalization (i18n) support 2025-03-03 11:21:39 +08:00
ui feat: add mobile-responsive drawer for search & filters 2025-03-02 15:56:20 +08:00
SwitchLanguage.vue refactor: optimize language switcher and header layout 2025-03-16 11:17:32 +08:00
SwitchTheme.vue feat: Add internationalization (i18n) support 2025-03-03 11:21:39 +08:00