Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeLyn committed Jul 11, 2023
1 parent fe689a0 commit 8bf1ad9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
20 changes: 9 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,25 @@
{
"name": "TranslateDesktop",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
"electron:serve": "vue-cli-service electron:serve"
},
"main": "background.js",
"dependencies": {
"@element-plus/icons-vue": "^2.0.10",
"@element-plus/icons-vue": "^2.1.0",
"@zeelyn/http": "^1.0.2",
"core-js": "^3.6.5",
"element-plus": "^2.2.26",
"core-js": "^3.31.1",
"element-plus": "^2.3.7",
"md5": "^2.3.0",
"pinia": "^2.0.28",
"pinia": "^2.1.4",
"splitpanes": "^3.1.5",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
Expand All @@ -30,7 +28,7 @@
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.2.41",
"babel-eslint": "^10.1.0",
"electron": "^22.0.0",
"electron": "^25.2.0",
"electron-devtools-installer": "^3.2.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0",
Expand Down
1 change: 1 addition & 0 deletions src/components/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<el-option label="官方:https://translate.google.com" value="https://translate.google.com" />
<el-option label="镜像:https://translate.amz.wang" value="https://translate.amz.wang" />
<el-option label="镜像:https://translate.3822808.com" value="https://translate.3822808.com" />
<el-option label="镜像:https://gt.cky.codes" value="https://gt.cky.codes" />
</el-select>
</el-form-item>
</el-form>
Expand Down

0 comments on commit 8bf1ad9

Please sign in to comment.