From 2dd03a27bfdfc5b3d6f060e222a7b787eed57e06 Mon Sep 17 00:00:00 2001 From: shikong <919411476@qq.com> Date: Wed, 16 Oct 2024 15:55:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E7=94=A8=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E8=A1=8C=E5=88=9B=E5=BB=BA=E9=A1=B9=E7=9B=AE=20=E5=B9=B6?= =?UTF-8?q?=E8=BF=81=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 129 +- index.html | 2 +- package.json | 72 + pnpm-lock.yaml | 7746 +++++++++++++++++ shims-uni.d.ts | 10 + src/.gitignore | 112 + App.vue => src/App.vue | 0 src/index.html | 20 + main.js => src/main.js | 0 manifest.json => src/manifest.json | 0 pages.json => src/pages.json | 0 {pages => src/pages}/index/index.vue | 0 {pages => src/pages}/my-info/my-info.vue | 0 {static => src/static}/icon/Home-select.png | Bin {static => src/static}/icon/Home.png | Bin {static => src/static}/icon/My-select.png | Bin {static => src/static}/icon/My.png | Bin {static => src/static}/logo.png | Bin .../uni.promisify.adaptor.js | 0 uni.scss => src/uni.scss | 0 vite.config.js | 8 + 21 files changed, 7988 insertions(+), 111 deletions(-) create mode 100644 package.json create mode 100644 pnpm-lock.yaml create mode 100644 shims-uni.d.ts create mode 100644 src/.gitignore rename App.vue => src/App.vue (100%) create mode 100644 src/index.html rename main.js => src/main.js (100%) rename manifest.json => src/manifest.json (100%) rename pages.json => src/pages.json (100%) rename {pages => src/pages}/index/index.vue (100%) rename {pages => src/pages}/my-info/my-info.vue (100%) rename {static => src/static}/icon/Home-select.png (100%) rename {static => src/static}/icon/Home.png (100%) rename {static => src/static}/icon/My-select.png (100%) rename {static => src/static}/icon/My.png (100%) rename {static => src/static}/logo.png (100%) rename uni.promisify.adaptor.js => src/uni.promisify.adaptor.js (100%) rename uni.scss => src/uni.scss (100%) create mode 100644 vite.config.js diff --git a/.gitignore b/.gitignore index fc99180..7ce6e50 100644 --- a/.gitignore +++ b/.gitignore @@ -1,112 +1,21 @@ -### JetBrains+all template -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider -# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* -# User-specific stuff -.idea/**/workspace.xml -.idea/**/tasks.xml -.idea/**/usage.statistics.xml -.idea/**/dictionaries -.idea/**/shelf - -# AWS User-specific -.idea/**/aws.xml - -# Generated files -.idea/**/contentModel.xml - -# Sensitive or high-churn files -.idea/**/dataSources/ -.idea/**/dataSources.ids -.idea/**/dataSources.local.xml -.idea/**/sqlDataSources.xml -.idea/**/dynamic.xml -.idea/**/uiDesigner.xml -.idea/**/dbnavigator.xml - -# Gradle -.idea/**/gradle.xml -.idea/**/libraries - -# Gradle and Maven with auto-import -# When using Gradle or Maven with auto-import, you should exclude module files, -# since they will be recreated, and may cause churn. Uncomment if using -# auto-import. -# .idea/artifacts -# .idea/compiler.xml -# .idea/jarRepositories.xml -# .idea/modules.xml -# .idea/*.iml -# .idea/modules -# *.iml -# *.ipr - -# CMake -cmake-build-*/ - -# Mongo Explorer plugin -.idea/**/mongoSettings.xml - -# File-based project format -*.iws - -# IntelliJ -out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Cursive Clojure plugin -.idea/replstate.xml - -# SonarLint plugin -.idea/sonarlint/ - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - -# Editor-based Rest Client -.idea/httpRequests - -# Android studio 3.1+ serialized cache file -.idea/caches/build_file_checksums.ser - -### VisualStudioCode template -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json -!.vscode/*.code-snippets - -# Local History for Visual Studio Code -.history/ - -# Built Visual Studio Code Extensions -*.vsix - -### Vue template -# gitignore template for Vue.js projects -# -# Recommended template: Node.gitignore - -# TODO: where does this rule come from? -docs/_book - -# TODO: where does this rule come from? -test/ - -### Vuejs template -# Recommended template: Node.gitignore - -node_modules/ -dist/ -npm-debug.log -yarn-error.log +node_modules +.DS_Store +dist +*.local +# Editor directories and files +.idea +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? \ No newline at end of file diff --git a/index.html b/index.html index c3ff205..fb81ddc 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,6 @@
- +