|
|
@@ -0,0 +1,39 @@
|
|
|
+//配置文件
|
|
|
+{
|
|
|
+ "list":
|
|
|
+ [
|
|
|
+ {
|
|
|
+ "id":"appCentre",
|
|
|
+ "pluginID":"appCentre",
|
|
|
+ "lib":"Binary\\AppCentre.dll",
|
|
|
+ "singleton":true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id":"appCentreConfig",
|
|
|
+ "pluginID":"appCentreConfig",
|
|
|
+ "lib":"Binary\\AppCentre.dll",
|
|
|
+ "singleton":true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id":"appCentreUIHandler",
|
|
|
+ "pluginID":"appCentreUIHandler",
|
|
|
+ "lib":"binary\\AppCentre.dll",
|
|
|
+ "singleton":true
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ //stForm 独立窗体
|
|
|
+ //stOnMainform 集成窗体
|
|
|
+ "showType":"stForm",
|
|
|
+ "lxtAppKey":"0B6AC133A3E1FC7F5A3109F8A81E0825",
|
|
|
+ "lxtAppSecret":"F48CF467B796B55B6F0C9A1D8EF2BA0A",
|
|
|
+ "ip":"",
|
|
|
+ "port":8989,
|
|
|
+ //用于登录
|
|
|
+ "clientIP":"",
|
|
|
+ "clientPort":8988,
|
|
|
+ "enable":false,
|
|
|
+ "DanDianDengLu":false,
|
|
|
+ "messageCentreIP":"",
|
|
|
+ "messageCentrePort":8989,
|
|
|
+ "messageCentreEnable":false
|
|
|
+}
|