about
This commit is contained in:
parent
a094e36fe6
commit
68b49f4479
|
@ -0,0 +1,3 @@
|
||||||
|
#dialogAbout {
|
||||||
|
|
||||||
|
}
|
|
@ -276,6 +276,9 @@ var wide = {
|
||||||
"title": config.label.about,
|
"title": config.label.about,
|
||||||
"hideFooter": true
|
"hideFooter": true
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// TODO: remove
|
||||||
|
$("#dialogAbout").dialog("open");
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
_initLayout: function () {
|
_initLayout: function () {
|
||||||
|
|
|
@ -1 +1,14 @@
|
||||||
about
|
logo
|
||||||
|
Hello, 世界
|
||||||
|
Coding with Go on the Wide way.
|
||||||
|
wide 当前版本
|
||||||
|
检查更新
|
||||||
|
|
||||||
|
开发团队
|
||||||
|
项目地址
|
||||||
|
捐赠
|
||||||
|
许可协议
|
||||||
|
致谢
|
||||||
|
|
||||||
|
go环境
|
||||||
|
操作系统
|
||||||
|
|
Loading…
Reference in New Issue