commit 45e39de2a692e21c875f3239c72d8760ce3ae36d
Author: MR-ZC <1475796375@qq.com>
Date: Tue Mar 4 16:18:46 2025 +0800
init
diff --git a/.env.development b/.env.development
new file mode 100644
index 0000000..652c7c2
--- /dev/null
+++ b/.env.development
@@ -0,0 +1 @@
+VITE_BASE_URL = "192.168.100.1"
\ No newline at end of file
diff --git a/.env.production b/.env.production
new file mode 100644
index 0000000..652c7c2
--- /dev/null
+++ b/.env.production
@@ -0,0 +1 @@
+VITE_BASE_URL = "192.168.100.1"
\ No newline at end of file
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/.vscode/extensions.json b/.vscode/extensions.json
new file mode 100644
index 0000000..a7cea0b
--- /dev/null
+++ b/.vscode/extensions.json
@@ -0,0 +1,3 @@
+{
+ "recommendations": ["Vue.volar"]
+}
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..276f1f1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,33 @@
+# zx_web
+
+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..323c78a
--- /dev/null
+++ b/env.d.ts
@@ -0,0 +1,7 @@
+///
+
+
+
+
+