admin-vue3/src/layout
AhJindeg 700efd7ee2 feat: add current year calculation to footer component
- 根据"DRY"(Don't Repeat Yourself)原则,使用动态年份代替硬编码,确保年份始终保持最新
- Introduced a new computed property `currentYear` in `Footer.vue` to dynamically display the current year in the copyright notice.
- Updated the copyright span to use `currentYear` instead of a hardcoded year, enhancing maintainability and accuracy.
2025-01-03 15:20:04 +08:00
..
components feat: add current year calculation to footer component 2025-01-03 15:20:04 +08:00
Layout.vue 🐞 fix:删除scrollbar__view高度限制 2024-08-25 16:49:26 +08:00