Skip to content

Commit 86a0fbc

Browse files
committed
20191008
1 parent 78ce34a commit 86a0fbc

File tree

17 files changed

+709
-79
lines changed

17 files changed

+709
-79
lines changed

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,8 @@ CoNET平台集成了一系列應用來使用[CoNET](https://github.com/QTGate/Co
1515

1616
## Download ダウンロード 下載
1717

18-
### [The latest 最新版 v2.0.11](https://github.com/QTGate/QTGate-Desktop-Client/releases/latest/)
19-
20-
[Android, 安卓](https://github.com/QTGate/CoNETPlatform-Android)
21-
22-
[windows32](https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v2.0.11/CoNET.Setup.2.0.11.ia32.exe)
23-
24-
[windows64](https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v2.0.11/CoNET.Setup.2.0.11.exe)
25-
26-
[MacOS](https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v2.0.11/CoNET-2.0.11.dmg)
27-
28-
[Linux deb](https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v2.0.11/CoNET_2.0.11_amd64.deb)
29-
30-
[Linux pacman](https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v2.0.11/CoNET-2.0.11.pacman)
31-
32-
[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)
18+
### Come soon./準備中/即將推出
19+
CoNET official node have not ready yet./CoNET公式ノード準備中/CoNET官方節點停機中
3320

3421
## CoNET APPs
3522

app/localWebServer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ class localServer {
151151
});
152152
}
153153
catchCmd(mail, uuid) {
154+
console.log(`Get response from CoNET [${uuid}] length [${mail.length}]`);
154155
const socket = this.requestPool.get(uuid);
155156
if (!socket) {
156157
return console.log(`Get cmd that have no matched socket \n\n`, mail);

app/localWebServer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ export default class localServer {
129129

130130

131131
private catchCmd ( mail: string, uuid: string ) {
132+
console.log (`Get response from CoNET [${ uuid }] length [${ mail.length }]`)
132133
const socket = this.requestPool.get ( uuid )
133134
if ( !socket ) {
134135
return console.log (`Get cmd that have no matched socket \n\n`, mail )

app/public/css/page.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
body {
3+
.bodyCoNETBlue {
44
background: rgba(101,226,245,1);
55
background: -moz-linear-gradient(left, rgba(101,226,245,1) 0%, rgba(125,175,250,1) 100%);
66
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(101,226,245,1)), color-stop(100%, rgba(125,175,250,1)));
@@ -11,6 +11,11 @@ body {
1111
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65e2f5', endColorstr='#7daffa', GradientType=1 );
1212
height: unset!important;
1313
}
14+
15+
.bodyWhite {
16+
background: white
17+
}
18+
1419
.welcome-bg {
1520
position: fixed;
1621
top: 0;
@@ -844,6 +849,13 @@ ul.plan-features {
844849
border-color: #ab9420d9 transparent transparent!important;
845850
}
846851

852+
.loadingGetResponse {
853+
color: #ab9420d9!important;
854+
}
855+
.conetResponse {
856+
color: #36c576d9!important;
857+
}
858+
847859
.conetResponse::after {
848860
border-color: #36c576d9 transparent transparent!important;
849861
}

app/public/scripts/appsManager.js

Lines changed: 296 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/public/scripts/appsManager.ts

Lines changed: 350 additions & 16 deletions
Large diffs are not rendered by default.

app/public/scripts/connectInformationMessage.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ const messageBoxDefine = {
4848
'不明なエラーが発生、もしこんな状況が続くであれば、CoNET端末を再起動するか、CoNET端末を再インストールしてください。',
4949
'Opps. Unknow error. Try again or restart CoNET client, if still same error please re-install CoNET.',
5050
'未知错误,请再试!如果持续发生请重启CoNET客户端或重新安装'
51+
],
52+
NodeInBusy: [
53+
'节点目前繁忙,请稍后再试', 'ノードは忙しいです。しばらくしてからもう一度お試しください', 'Node is currently busy, please try again later', '节点目前繁忙,请稍后再试'
5154
]
5255
};
5356
class connectInformationMessage {

app/public/scripts/connectInformationMessage.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ const messageBoxDefine = {
5353
'Opps. Unknow error. Try again or restart CoNET client, if still same error please re-install CoNET.',
5454
'未知错误,请再试!如果持续发生请重启CoNET客户端或重新安装'
5555

56+
],
57+
NodeInBusy: [
58+
'节点目前繁忙,请稍后再试','ノードは忙しいです。しばらくしてからもう一度お試しください','Node is currently busy, please try again later','节点目前繁忙,请稍后再试'
5659
]
5760

5861

app/public/scripts/home.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ var view_layout;
243243
this.imapFormClass = null;
244244
this.CoNETConnect = ko.observable(null);
245245
this.appMenuObj = {};
246+
this.bodyBlue = ko.observable(true);
246247
this.keyPairCalss = null;
247248
this.appsManager = ko.observable(null);
248249
this.AppList = ko.observable(false);
@@ -351,9 +352,11 @@ var view_layout;
351352
return this.connectInformationMessage.showSystemError();
352353
}
353354
this.sectionWelcome(false);
354-
if (this.localServerConfig().firstRun) {
355-
return this.sectionAgreement(true);
355+
/*
356+
if ( this.localServerConfig().firstRun ) {
357+
return this.sectionAgreement ( true )
356358
}
359+
*/
357360
this.sectionLogin(true);
358361
return initPopupArea();
359362
}

app/public/scripts/home.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ module view_layout {
263263
public imapFormClass: imapForm = null
264264
public CoNETConnect: KnockoutObservable < CoNETConnect > = ko.observable ( null )
265265
public appMenuObj = {}
266+
public bodyBlue = ko.observable ( true )
266267

267268
public keyPairCalss: encryptoClass = null
268269

@@ -398,10 +399,12 @@ module view_layout {
398399
return this.connectInformationMessage.showSystemError ()
399400
}
400401

401-
this.sectionWelcome ( false )
402+
this.sectionWelcome ( false )
403+
/*
402404
if ( this.localServerConfig().firstRun ) {
403405
return this.sectionAgreement ( true )
404-
}
406+
}
407+
*/
405408
this.sectionLogin ( true )
406409
return initPopupArea ()
407410

0 commit comments

Comments
 (0)