📄 client_tree_items.js
字号:
/*
the format of the tree definition file is simple,
you can find specification in the Tigra Menu documentation at:
http://www.softcomplex.com/products/tigra_menu/docs/items.html
*/
var TREE_ITEMS = [
['中国石油天然气集团', null,
['某某公司', null,
['海外分部', null,
['伊朗办事处', 'account_info_iss.html'],
],
],
],
['财务公司', null,
['沈阳分公司', 'account_info_sandong.html'],
]
];
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -