feat(search): 系统/用户app增加中文和拼音搜索

This commit is contained in:
徐志鹏
2021-07-27 21:29:53 +08:00
parent 129f19bf39
commit ae87a9bd5a
7 changed files with 542 additions and 379 deletions

View File

@@ -60,6 +60,7 @@
"dependencies": {
"ant-design-vue": "^1.7.5",
"axios": "^0.18.1",
"bplist-parser": "^0.3.0",
"download": "^8.0.0",
"download-git-repo": "^3.0.2",
"electron-store": "^8.0.0",
@@ -73,9 +74,9 @@
"puppeteer-core": "^10.0.0",
"puppeteer-in-electron": "^3.0.3",
"query-string": "^7.0.0",
"robotjs": "git+https://github.com/Toinane/robotjs.git",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"robotjs": "git+https://github.com/Toinane/robotjs.git",
"semver": "^7.3.5",
"sudo-prompt": "^9.2.1",
"unzip": "^0.1.11",
@@ -109,6 +110,7 @@
"electron-rebuild": "^2.3.5",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"iconv-lite": "^0.6.3",
"less": "^4.1.1",
"less-loader": "^5.0.0",
"listr": "^0.14.3",
@@ -116,6 +118,7 @@
"multispinner": "^0.2.1",
"node-abi": "^2.30.0",
"node-loader": "^0.6.0",
"pinyin": "^2.10.2",
"react": "^17.0.2",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",