File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 66
77## Download ダウンロード 下載
88
9- ### [ The latest 最新版 v2.0.1 ] ( https://github.com/QTGate/QTGate-Desktop-Client/releases/latest/ )
9+ ### [ The latest 最新版 v2.0.2 ] ( https://github.com/QTGate/QTGate-Desktop-Client/releases/latest/ )
1010
11- [ windows32] ( https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v2.0.1 /CoNET.Setup.2.0.1 .ia32.exe )
11+ [ windows32] ( https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v2.0.2 /CoNET.Setup.2.0.2 .ia32.exe )
1212
13- [ windows64] ( https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v2.0.1 /CoNET.Setup.2.0.1 .exe )
13+ [ windows64] ( https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v2.0.2 /CoNET.Setup.2.0.2 .exe )
1414
15- [ MacOS] ( https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v2.0.1 /CoNET-2.0.1 .dmg )
15+ [ MacOS] ( https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v2.0.2 /CoNET-2.0.2 .dmg )
1616
17- [ Linux deb] ( https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v2.0.1 /CoNET_2.0.1_amd64 .deb )
17+ [ Linux deb] ( https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v2.0.2 /CoNET_2.0.2_amd64 .deb )
1818
19- [ Linux pacman] ( https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v2.0.1 /CoNET-2.0.1 .pacman )
19+ [ Linux pacman] ( https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v2.0.2 /CoNET-2.0.2 .pacman )
2020
2121[ WInXP or npm install] ( https://github.com/QTGate/QTGate-Desktop-Client/wiki/WInXP%E4%BB%A5%E5%8F%8ANPM%E7%92%B0%E5%A2%83%E4%B8%8B%E5%AE%89%E8%A3%9DCoNET )
2222
Original file line number Diff line number Diff line change @@ -908,6 +908,8 @@ class CoGateAccount {
908908 if ( this . currentPlan . name === 'free' ) {
909909 plus1 = 0
910910 }
911+ this . planArray ( ) [ 1 ] . showButton ( true )
912+ this . planArray ( ) [ 2 ] . showButton ( true )
911913
912914 this . planArray ( ) [ 1 + plus1 ] . tail ( true )
913915 if ( this . dataTransfer . productionPackage === 'p1' ) {
Original file line number Diff line number Diff line change 11{
22 "name" : " conet" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "license" : " MIT" ,
55 "description" : " CoNET platform" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments