Skip to content

Commit

Permalink
update 1.20.1215
Browse files Browse the repository at this point in the history
  • Loading branch information
Java-S12138 committed Aug 15, 2022
1 parent 9ae4aef commit 805e938
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"private": false,
"author": "Java_S",
"version": "1.19.1214",
"version": "1.20.1215",
"main": "background.js",
"email": "[email protected]",
"description": "A bran-new League of Legends assistant software, a replacement for WeGame.",
Expand Down Expand Up @@ -35,7 +35,7 @@
"cheerio": "^1.0.0-rc.11",
"default-passive-events": "^2.0.0",
"echarts": "^5.3.3",
"electron": "18.1.0",
"electron": "^20.0.1",
"electron-devtools-installer": "^3.1.0",
"electron-store": "^8.0.1",
"naive-ui": "^2.29.0",
Expand Down
Binary file modified src/render/assets/runes/5003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/render/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const useStore = defineStore('app', {
currentQueryGameId:0,
currentSummonerName:'',
currentTeam:1, // 当前队伍
frankVersion:'1.19.1214'
frankVersion:'1.20.1215'
}
},
actions:{
Expand Down

0 comments on commit 805e938

Please sign in to comment.