单应用项目,可以创建很多独立工具类页面 ,不用登录 初始化的页面
zhangchen
2025-09-01 35a4f17fd30e2c470d82a99e483019755b0df5b9
package-lock.json
@@ -9,12 +9,15 @@
      "version": "0.0.0",
      "dependencies": {
        "@vant/icons": "^3.0.2",
        "@zxing/browser": "^0.1.5",
        "@zxing/library": "^0.21.3",
        "axios": "^1.9.0",
        "dayjs": "^1.11.13",
        "echarts": "^5.6.0",
        "element-plus": "^2.9.2",
        "event-source-polyfill": "^1.0.31",
        "pinia": "^3.0.3",
        "pinyin": "^4.0.0",
        "qs": "^6.14.0",
        "speak-tts": "^2.0.8",
        "vant": "^3.4.3",
@@ -101,9 +104,9 @@
      }
    },
    "node_modules/@element-plus/icons-vue": {
      "version": "2.3.1",
      "resolved": "https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-2.3.1.tgz",
      "integrity": "sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==",
      "version": "2.3.2",
      "resolved": "https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-2.3.2.tgz",
      "integrity": "sha512-OzIuTaIfC8QXEPmJvB4Y4kw34rSXdCJzxcD1kFStBvr8bK6X1zQAYDo0CNMjojnfTqRQCJ0I7prlErcoRiET2A==",
      "license": "MIT",
      "peerDependencies": {
        "vue": "^3.2.0"
@@ -1213,6 +1216,18 @@
        }
      }
    },
    "node_modules/@zxing/browser": {
      "version": "0.1.5",
      "resolved": "https://registry.npmjs.org/@zxing/browser/-/browser-0.1.5.tgz",
      "integrity": "sha512-4Lmrn/il4+UNb87Gk8h1iWnhj39TASEHpd91CwwSJtY5u+wa0iH9qS0wNLAWbNVYXR66WmT5uiMhZ7oVTrKfxw==",
      "license": "MIT",
      "optionalDependencies": {
        "@zxing/text-encoding": "^0.9.0"
      },
      "peerDependencies": {
        "@zxing/library": "^0.21.0"
      }
    },
    "node_modules/@zxing/library": {
      "version": "0.21.3",
      "resolved": "https://registry.npmmirror.com/@zxing/library/-/library-0.21.3.tgz",
@@ -1412,7 +1427,7 @@
    },
    "node_modules/dayjs": {
      "version": "1.11.13",
      "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz",
      "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz",
      "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
      "license": "MIT"
    },
@@ -1820,6 +1835,12 @@
      "resolved": "https://registry.npmmirror.com/is-what/-/is-what-3.14.1.tgz",
      "integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==",
      "dev": true,
      "license": "MIT"
    },
    "node_modules/keypress": {
      "version": "0.1.0",
      "resolved": "https://registry.npmjs.org/keypress/-/keypress-0.1.0.tgz",
      "integrity": "sha512-x0yf9PL/nx9Nw9oLL8ZVErFAk85/lslwEP7Vz7s5SI1ODXZIgit3C5qyWjw4DxOuO/3Hb4866SQh28a1V1d+WA==",
      "license": "MIT"
    },
    "node_modules/less": {
@@ -4772,6 +4793,48 @@
        "@vue/devtools-kit": "^7.7.7"
      }
    },
    "node_modules/pinyin": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/pinyin/-/pinyin-4.0.0.tgz",
      "integrity": "sha512-vHpV5K+vpp6XUUpZNGRDuHoN+1xcmieM3EWlH4QjSX2kkpG/gVOwpqwV9EOJ9x9c9UERFKeLml5XVSukE/PLgQ==",
      "license": "MIT",
      "dependencies": {
        "commander": "~1.1.1"
      },
      "bin": {
        "pinyin": "bin/pinyin"
      },
      "engines": {
        "install-node": "^18.0.0"
      },
      "peerDependencies": {
        "@node-rs/jieba": "^1.6.0",
        "nodejieba": "^3.4.4",
        "segmentit": "^2.0.3"
      },
      "peerDependenciesMeta": {
        "@node-rs/jieba": {
          "optional": true
        },
        "nodejieba": {
          "optional": true
        },
        "segmentit": {
          "optional": true
        }
      }
    },
    "node_modules/pinyin/node_modules/commander": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/commander/-/commander-1.1.1.tgz",
      "integrity": "sha512-71Rod2AhcH3JhkBikVpNd0pA+fWsmAaVoti6OR38T76chA7vE3pSerS0Jor4wDw+tOueD2zLVvFOw5H0Rcj7rA==",
      "dependencies": {
        "keypress": "0.1.x"
      },
      "engines": {
        "node": ">= 0.6.x"
      }
    },
    "node_modules/postcss": {
      "version": "8.4.49",
      "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.49.tgz",
@@ -5325,9 +5388,9 @@
      "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA=="
    },
    "@element-plus/icons-vue": {
      "version": "2.3.1",
      "resolved": "https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-2.3.1.tgz",
      "integrity": "sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==",
      "version": "2.3.2",
      "resolved": "https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-2.3.2.tgz",
      "integrity": "sha512-OzIuTaIfC8QXEPmJvB4Y4kw34rSXdCJzxcD1kFStBvr8bK6X1zQAYDo0CNMjojnfTqRQCJ0I7prlErcoRiET2A==",
      "requires": {}
    },
    "@esbuild/aix-ppc64": {
@@ -5984,6 +6047,14 @@
        }
      }
    },
    "@zxing/browser": {
      "version": "0.1.5",
      "resolved": "https://registry.npmjs.org/@zxing/browser/-/browser-0.1.5.tgz",
      "integrity": "sha512-4Lmrn/il4+UNb87Gk8h1iWnhj39TASEHpd91CwwSJtY5u+wa0iH9qS0wNLAWbNVYXR66WmT5uiMhZ7oVTrKfxw==",
      "requires": {
        "@zxing/text-encoding": "^0.9.0"
      }
    },
    "@zxing/library": {
      "version": "0.21.3",
      "resolved": "https://registry.npmmirror.com/@zxing/library/-/library-0.21.3.tgz",
@@ -6127,7 +6198,7 @@
    },
    "dayjs": {
      "version": "1.11.13",
      "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz",
      "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz",
      "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg=="
    },
    "de-indent": {
@@ -6400,6 +6471,11 @@
      "resolved": "https://registry.npmmirror.com/is-what/-/is-what-3.14.1.tgz",
      "integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==",
      "dev": true
    },
    "keypress": {
      "version": "0.1.0",
      "resolved": "https://registry.npmjs.org/keypress/-/keypress-0.1.0.tgz",
      "integrity": "sha512-x0yf9PL/nx9Nw9oLL8ZVErFAk85/lslwEP7Vz7s5SI1ODXZIgit3C5qyWjw4DxOuO/3Hb4866SQh28a1V1d+WA=="
    },
    "less": {
      "version": "4.2.1",
@@ -8354,6 +8430,24 @@
        }
      }
    },
    "pinyin": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/pinyin/-/pinyin-4.0.0.tgz",
      "integrity": "sha512-vHpV5K+vpp6XUUpZNGRDuHoN+1xcmieM3EWlH4QjSX2kkpG/gVOwpqwV9EOJ9x9c9UERFKeLml5XVSukE/PLgQ==",
      "requires": {
        "commander": "~1.1.1"
      },
      "dependencies": {
        "commander": {
          "version": "1.1.1",
          "resolved": "https://registry.npmjs.org/commander/-/commander-1.1.1.tgz",
          "integrity": "sha512-71Rod2AhcH3JhkBikVpNd0pA+fWsmAaVoti6OR38T76chA7vE3pSerS0Jor4wDw+tOueD2zLVvFOw5H0Rcj7rA==",
          "requires": {
            "keypress": "0.1.x"
          }
        }
      }
    },
    "postcss": {
      "version": "8.4.49",
      "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.49.tgz",