refactor(goods): clean up components, update imports and add album page

- replace scoped SCSS styles with inline utility classes for goods components
- move LocationCard to goods subdirectory and update relative imports
- fix DebounceUtils import path in FooterSection
- update goods index page: replace scroll wrapper, switch to vue-router composable, replace uni modal with vant showDialog
- add new album page component
- remove unused PNG assets, old README and deprecated style files
- update global type declarations for vant showDialog
This commit is contained in:
duanshuwen
2026-05-27 22:17:57 +08:00
parent cd39a9a65c
commit 479c5175ec
17 changed files with 133 additions and 594 deletions

1
auto-imports.d.ts vendored
View File

@@ -6,5 +6,6 @@
// biome-ignore lint: disable
export {}
declare global {
const showDialog: typeof import('vant/es').showDialog
const showToast: typeof import('vant/es').showToast
}