bugfix: 修复中文搜索bug

This commit is contained in:
muwoo
2021-07-28 11:27:10 +08:00
parent 5c3f5a76ba
commit 70902a9b8a
3 changed files with 12 additions and 260 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "rubick2",
"version": "0.0.2",
"version": "0.0.2-beta.1",
"author": "muwoo <2424880409@qq.com>",
"description": "An electron-vue project",
"license": null,
@@ -59,7 +59,6 @@
},
"dependencies": {
"ant-design-vue": "^1.7.5",
"aws-sdk": "^2.955.0",
"axios": "^0.18.1",
"bplist-parser": "^0.3.0",
"download": "^8.0.0",
@@ -71,15 +70,13 @@
"marked": "^2.0.7",
"md5": "^2.3.0",
"mime-types": "^2.1.31",
"mock-aws-s3": "^4.0.2",
"nock": "^13.1.1",
"node-fetch": "^2.6.1",
"puppeteer-core": "^10.0.0",
"puppeteer-in-electron": "^3.0.3",
"query-string": "^7.0.0",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"robotjs": "git+https://github.com/Toinane/robotjs.git",
"robotjs": "git+ssh://git@github.com/Toinane/robotjs.git",
"semver": "^7.3.5",
"sudo-prompt": "^9.2.1",
"unzip": "^0.1.11",
@@ -121,7 +118,6 @@
"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",