From 8bc60fc0126982de881763f0fffd641d2c0f4494 Mon Sep 17 00:00:00 2001
From: qq1244 <1244154570@qq.com>
Date: Sun, 6 Apr 2025 23:24:52 +0800
Subject: [PATCH] test
---
.gitattributes | 1 +
.gitignore | 30 +
.prettierrc.json | 6 +
.vscode/extensions.json | 6 +
README.md | 33 +
env.d.ts | 1 +
index.html | 13 +
package-lock.json | 3162 ++++++++++++++++++++++++++++++++++++
package.json | 30 +
public/favicon.ico | Bin 0 -> 4286 bytes
src/App.vue | 95 ++
src/assets/base.css | 86 +
src/assets/logo.svg | 1 +
src/assets/main.css | 35 +
src/main.ts | 11 +
src/router/index.ts | 23 +
src/views/Introduction.vue | 85 +
src/views/TeamDivision.vue | 77 +
tsconfig.app.json | 12 +
tsconfig.json | 11 +
tsconfig.node.json | 19 +
vite.config.ts | 18 +
22 files changed, 3755 insertions(+)
create mode 100644 .gitattributes
create mode 100644 .gitignore
create mode 100644 .prettierrc.json
create mode 100644 .vscode/extensions.json
create mode 100644 README.md
create mode 100644 env.d.ts
create mode 100644 index.html
create mode 100644 package-lock.json
create mode 100644 package.json
create mode 100644 public/favicon.ico
create mode 100644 src/App.vue
create mode 100644 src/assets/base.css
create mode 100644 src/assets/logo.svg
create mode 100644 src/assets/main.css
create mode 100644 src/main.ts
create mode 100644 src/router/index.ts
create mode 100644 src/views/Introduction.vue
create mode 100644 src/views/TeamDivision.vue
create mode 100644 tsconfig.app.json
create mode 100644 tsconfig.json
create mode 100644 tsconfig.node.json
create mode 100644 vite.config.ts
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..aa29b3e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,33 @@
+# vue-project
+
+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 @@
+///
+ {{ index + 1 }}. + {{ item }} +
+姓名 | +职责 | +负责模块 | +
---|---|---|
{{ member.name }} | +{{ member.role }} | +{{ member.task }} | +