commit b08bbc55505f6e915642ca222f3b7d404a2cbe6c Author: DKJ <1290653866@qq.com> Date: Fri Feb 6 14:07:11 2026 +0800 feat: 初始化网页 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d6cb60e --- /dev/null +++ b/.gitignore @@ -0,0 +1,69 @@ +# Dependencies +node_modules/ + +# Build outputs +dist/ + +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Coverage directory used by tools like istanbul +coverage +*.lcov + +# nyc test coverage +.nyc_output + +# TypeScript cache +*.tsbuildinfo + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional stylelint cache +.stylelintcache + +# Microbundle cache +.rpt2_cache/ +.rts2_cache_cjs/ +.rts2_cache_es/ +.rts2_cache_umd/ + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# parcel-bundler cache (https://parceljs.org/) +.cache +.parcel-cache + +# Vite specific +dist/ + +# Editor directories and files +.vscode/ +.idea/ +.DS_Store # macOS +Thumbs.db # Windows + +# Project-specific \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..7410c6f --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + +
+ + + +| + {{ cell }} + {{ cell }} + | +
| {{ cell }} | +
|---|
| {{ cell }} | +
| + {{ cell }} + | +
| + {{ cell }} + | +
| + {{ cell }} + | +