新增 夜间模式

This commit is contained in:
hyb1996
2018-11-10 16:41:53 +08:00
parent ad9d50ea21
commit 6e53f0761b
65 changed files with 328 additions and 113 deletions

View File

@@ -19,7 +19,7 @@ module.exports = function (runtime, global) {
ui.setContentView(view);
}
ui.layoutFile = layout(file){
ui.layoutFile = function(file) {
ui.layout(files.read(file));
}