几乎完成
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
#define CONFIG_URL "http://softapi.s103.y01.cn/addons/Kmdsoft/Index/config" //获取导航栏信息的地址
|
||||
#define OP_URL "http://softapi.s103.y01.cn/addons/Kmdsoft/Index/op" //上传是否设置开机启动、是否建立桌面快捷方式的地址
|
||||
#define DEVICE_URL "http://softapi.s103.y01.cn/addons/Kmdsoft/Index/device" //上传设备信息的地址
|
||||
#define WECHAT_URL " http://softapi.s103.y01.cn/addons/Kmdsoft/Wxdk/open"
|
||||
#define WECHAT_URL "http://softapi.s103.y01.cn/addons/Kmdsoft/Wxdk/open"
|
||||
#define BASE_URL "http://softapi.s103.y01.cn/" //域名
|
||||
#define DEFAULT_FILE "/config/config.kmd" //默认配置文件位置
|
||||
#define DEFAULT_NAVBAR_FILLE "/config/default_navbar.kmd"
|
||||
@ -27,9 +27,11 @@
|
||||
#define DEFAULT_COVER_COLOR "#0033FF" //鼠标指向后变成的颜色,也是“添加应用”等几个按钮的默认颜色
|
||||
#define DEFAULT_IMAGE "/images/svg/default.svg" //默认图标
|
||||
#define DEFAULT_SVG_PATH "/images/svg/"
|
||||
#define DEFAULT_LOGO "/images/logo.png" //logo路径
|
||||
#define DEFAULT_LOGO "/images/logo.png" //logo路径
|
||||
#define DEFAULT_PNG_PATH "/images/png/" //png路径
|
||||
#define TITLE " " //标题栏
|
||||
#define TEXT_SIZE 7 //字体大小。不是所有字体受此项控制
|
||||
#define TEXT_SIZE 7 //字体大小。不是所有字体受此项控制
|
||||
#define DEFAULT_PNG "/images/png/default.png" //默认PNG图标
|
||||
#define TEXT_SIZE_BIG 10
|
||||
//分类
|
||||
#define ALL 1
|
||||
@ -40,4 +42,5 @@
|
||||
#define CUSTOM_1 6
|
||||
#define CUSTOM_2 7
|
||||
#define OTHERS 8
|
||||
#define CATEGORIES_NUM 8
|
||||
#endif //OFFICEASSISTANT_CONFIG_H
|
||||
|
Reference in New Issue
Block a user