Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
menu.js 706 Bytes
Copy Edit Raw Blame History
Ecava_IGX authored 2022-08-16 14:32 . 上传文件
//Add in your page into this list
var menu = {
"Plant Process" : "strz.svg",
//"Plant Track" : "cim.svg",
"Candy" : "candy.svg",
"Oil and Gas" : {"Condensate Skid":"conskid.svg","Gas Skid":"gasskid.svg"},
"Transportation" : "trainMonitor.svg",
"Waste Water" : "wwtp.svg",//{"Sg. Udang":"su.svg","Kuala Sawah":"ks.svg","Pasir Gudang":"wwtp.svg"},
"Alarm": "alarm.htm",
"Trend": "plot.htm",
"Report": {
"Statement Report": "report-stmt.htm",
"Snapshot Report": "report-snap.htm"
},
//the last page/item must not be terminated by comma.
"About":"about.svg"
};
//Name your project title here.
var title = "Demo";
//Put your project logo, i.g. "images/mylogo.gif"
var logo = "system/images/v3-logo.gif";
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化