diff --git a/package.json b/package.json
index e8512e8..db8e805 100644
--- a/package.json
+++ b/package.json
@@ -22,10 +22,6 @@
"vue": "^3.5.13",
"vue-amap": "^0.5.10",
"vue-router": "^4.5.0"
- "type-check": "vue-tsc --build"
- },
- "dependencies": {
- "vue": "^3.5.13"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.1",
diff --git a/public/image/1.png b/public/image/1.png
new file mode 100644
index 0000000..6992c47
Binary files /dev/null and b/public/image/1.png differ
diff --git a/public/image/2.png b/public/image/2.png
new file mode 100644
index 0000000..57724dd
Binary files /dev/null and b/public/image/2.png differ
diff --git a/public/image/3.png b/public/image/3.png
new file mode 100644
index 0000000..70c98fc
Binary files /dev/null and b/public/image/3.png differ
diff --git a/public/image/f.png b/public/image/f.png
new file mode 100644
index 0000000..c7f5d7e
Binary files /dev/null and b/public/image/f.png differ
diff --git a/public/image/h.png b/public/image/h.png
new file mode 100644
index 0000000..d99fd9a
Binary files /dev/null and b/public/image/h.png differ
diff --git a/public/image/z.png b/public/image/z.png
new file mode 100644
index 0000000..b31a314
Binary files /dev/null and b/public/image/z.png differ
diff --git a/src/cart/cart.ts b/src/userStores/cart.ts
similarity index 100%
rename from src/cart/cart.ts
rename to src/userStores/cart.ts
diff --git a/src/stores/store.ts b/src/userStores/store.ts
similarity index 100%
rename from src/stores/store.ts
rename to src/userStores/store.ts
diff --git a/src/user/user.ts b/src/userStores/user.ts
similarity index 100%
rename from src/user/user.ts
rename to src/userStores/user.ts
diff --git a/src/views/user/Header.vue b/src/views/user/Header.vue
index e40721a..bd6374e 100644
--- a/src/views/user/Header.vue
+++ b/src/views/user/Header.vue
@@ -84,9 +84,9 @@
diff --git a/src/views/user/Shopping.vue b/src/views/user/Shopping.vue
index 2f782b9..3786400 100644
--- a/src/views/user/Shopping.vue
+++ b/src/views/user/Shopping.vue
@@ -59,10 +59,10 @@