123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- ;用于在应用程序窗口菜单栏添加自定义菜单,配置后将作为菜单项展示在【附件】菜单中
- ;目前仅用于启动特定应用程序和实体,后者适合带参启动实体
- [Menu]
- Count=15
- 1=startInit
- 2=startLocalMaintain
- 3=startChromium
- 4=startChromium2
- 5=startChromium3
- 6=startChromium4
- 7=startChromium5
- 8=startChromium6
- 9=startChromium7
- 10=startChromium8
- 11=startChromium9
- 12=startChromium10
- 13=startChromium11
- 14=startChromium12
- 15=startChromium13
- ;[Demo]
- ;Type={0|1|2} 不添加改键值或者配成0,表示启动特定程序;1表示启动特定的实体
- ;TextName=菜单名称,如果不配置则将CmdLine作为菜单名称展示,暂不支持中文,中文乱码!
- ;CmdLine=
- ;如果是启动特定程序,则填写完成的程序命令(约定当前版本的根目录作为启动进程的当前目录)
- ;如果是启动特定实体,则填写实体名称,如果实体带参启动,实体名称后面加制表符('\t')后再填写参数
- [QuickShortcut]
- CmdLine=./res/RunScript/startSettingsCustom.sh
- [startInit]
- TextName=重置密钥&&集中配置下载
- CmdLine=./res/RunScript/startInit.sh
- [startLocalMaintain]
- TextName=本地维护桌面入口
- CmdLine=./res/RunScript/startSettings.sh
- [startChromium]
- Type=1
- CmdLine=Chromium http://55.14.95.131:8100/index.html
- [startChromium2]
- Type=1
- TextName=DEV::55.14.95.131:8101
- CmdLine=Chromium http://55.14.95.131:8101/index.html
- [startChromium3]
- Type=1
- TextName=DEV::55.14.95.131:8102
- CmdLine=Chromium http://55.14.95.131:8102/index.html
- [startChromium4]
- Type=1
- TextName=DEV::55.14.95.131:8103
- CmdLine=Chromium http://55.14.95.131:8103/index.html
- [startChromium5]
- Type=1
- TextName=DEV::55.14.95.131:8104
- CmdLine=Chromium http://55.14.95.131:8104/index.html
- [startChromium6]
- Type=1
- TextName=ST::55.11.54.115:81
- CmdLine=Chromium http://55.11.54.115:81/index.html
- [startChromium7]
- Type=1
- TextName=ST::55.11.54.115:82
- CmdLine=Chromium http://55.11.54.115:82/index.html
- [startChromium8]
- Type=1
- TextName=ST::55.11.54.115:83
- CmdLine=Chromium http://55.11.54.115:83/index.html
- [startChromium9]
- Type=1
- TextName=ST::55.11.54.115:84
- CmdLine=Chromium http://55.11.54.115:84/index.html
- [startChromium10]
- Type=1
- TextName=UAT::55.11.56.180:81
- CmdLine=Chromium http://55.11.56.180:81/index.html
- [startChromium11]
- Type=1
- TextName=UAT::55.11.56.180:82
- CmdLine=Chromium http://55.11.56.180:82/index.html
- [startChromium12]
- Type=1
- TextName=UAT::55.11.56.180:83
- CmdLine=Chromium http://55.11.56.180:83/index.html
- [startChromium13]
- Type=1
- TextName=UAT::55.11.56.180:84
- CmdLine=Chromium http://55.11.56.180:84/index.html
|