First commit
This commit is contained in:
47
framework/node_modules/node-gpp/asset_dir/application.js
generated
vendored
Normal file
47
framework/node_modules/node-gpp/asset_dir/application.js
generated
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
|
||||
|
||||
#define CLIENT
|
||||
|
||||
|
||||
|
||||
#define DARK
|
||||
|
||||
|
||||
|
||||
#define PC
|
||||
|
||||
|
||||
|
||||
#define WINDOWS
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
import extender from '../../../../../../framework/unify/extender.js?disableCache=0974';
|
||||
|
||||
import leftSide from './leftSide/leftSide.js?disableCache=0974';
|
||||
|
||||
import rightSide from './rightSide/rightSide.js?disableCache=0974';
|
||||
|
||||
export default class application{
|
||||
|
||||
__className = "application";
|
||||
|
||||
__sourcePath = "news/application.js";
|
||||
|
||||
leftSide = new leftSide();
|
||||
|
||||
rightSide = new rightSide();
|
||||
|
||||
height = "100vh";
|
||||
|
||||
mode = "development"
|
||||
|
||||
os = "Windows";
|
||||
|
||||
device = "pc";
|
||||
|
||||
theme = "Dark";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user