没有该类菜品
+菜名: {{ product.dishName }}
+{{ product.description }}
+价格: ¥{{ product.price }}
+commit 7d09df4a380a2a6b38e6f3add0001112304903bd
Author: qq1244 <1244154570@qq.com>
Date: Fri Jun 20 10:28:06 2025 +0800
beta1.0
diff --git a/.env b/.env
new file mode 100644
index 0000000..dfe14b9
--- /dev/null
+++ b/.env
@@ -0,0 +1,5 @@
+# 高德地图API密钥 - 请替换为您的实际API密钥
+VITE_AMAP_API_KEY=5a5935de1c13991663c5b222e1ad2392
+
+# 高德地图安全密钥 - 可选
+VITE_AMAP_SECURITY_KEY=52dec9705905111f788fcc1ba9b385d6
\ No newline at end of file
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..6313b56
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+* text=auto eol=lf
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8ee54e8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,30 @@
+# Logs
+logs
+*.log
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+pnpm-debug.log*
+lerna-debug.log*
+
+node_modules
+.DS_Store
+dist
+dist-ssr
+coverage
+*.local
+
+/cypress/videos/
+/cypress/screenshots/
+
+# Editor directories and files
+.vscode/*
+!.vscode/extensions.json
+.idea
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.sw?
+
+*.tsbuildinfo
diff --git a/.prettierrc.json b/.prettierrc.json
new file mode 100644
index 0000000..29a2402
--- /dev/null
+++ b/.prettierrc.json
@@ -0,0 +1,6 @@
+{
+ "$schema": "https://json.schemastore.org/prettierrc",
+ "semi": false,
+ "singleQuote": true,
+ "printWidth": 100
+}
diff --git a/.vscode/extensions.json b/.vscode/extensions.json
new file mode 100644
index 0000000..aecab6c
--- /dev/null
+++ b/.vscode/extensions.json
@@ -0,0 +1,6 @@
+{
+ "recommendations": [
+ "Vue.volar",
+ "esbenp.prettier-vscode"
+ ]
+}
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..895132e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,33 @@
+# vue-beta
+
+This template should help get you started developing with Vue 3 in Vite.
+
+## Recommended IDE Setup
+
+[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
+
+## Type Support for `.vue` Imports in TS
+
+TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.
+
+## Customize configuration
+
+See [Vite Configuration Reference](https://vite.dev/config/).
+
+## Project Setup
+
+```sh
+npm install
+```
+
+### Compile and Hot-Reload for Development
+
+```sh
+npm run dev
+```
+
+### Type-Check, Compile and Minify for Production
+
+```sh
+npm run build
+```
diff --git a/env.d.ts b/env.d.ts
new file mode 100644
index 0000000..11f02fe
--- /dev/null
+++ b/env.d.ts
@@ -0,0 +1 @@
+///
{{ currentComment.commentText }}
++ {{ currentComment.accountName }} - {{ formatDateTime(currentComment.createdAt) }} +
+学号:{{ member.studentId }}
+具体分工:
+请通过以下方式联系我们。
+{{ dish.description }}
+价格: ¥{{ dish.price }}
+未找到符合条件的菜品
+总金额:¥{{ totalPrice.toFixed(2) }}
+ +购物车为空
+¥{{ item.price.toFixed(2) }}
+{{ product.description }}
+店名: {{ store.branchName }}
+地址: {{ store.branchAddress }}
+电话: {{ store.branchPhone }}
+确认选择 {{ selectedStore?.branchName }} 吗?
+ + +没有该类菜品
+{{ product.description }}
+价格: ¥{{ product.price }}
+