// // Created by HW on 2023/07/27. // #ifndef OFFICEASSISTANT_CONFIG_H #define OFFICEASSISTANT_CONFIG_H #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 BASE_URL "http://softapi.s103.y01.cn/" #define DEFAULT_FILE "/config/default_navbar.kmd" #define ADD_AUTOSTART 1 #define ADD_SHORTCUT 2 #endif //OFFICEASSISTANT_CONFIG_H