feat: 添加新闻模块,更新路由和组件,优化新闻列表和详情页

This commit is contained in:
2026-01-22 19:33:44 +07:00
parent 5cb485f4d2
commit a21ef1ebcc
8 changed files with 237 additions and 10 deletions

1
auto-imports.d.ts vendored
View File

@@ -451,7 +451,6 @@ declare module 'vue' {
readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
readonly showSuccessToast: UnwrapRef<typeof import('vant/es')['showSuccessToast']>
readonly showToast: UnwrapRef<typeof import('vant/es')['showToast']>
readonly storeToRefs: UnwrapRef<typeof import('pinia')['storeToRefs']>
readonly syncRef: UnwrapRef<typeof import('@vueuse/core')['syncRef']>