// // 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 KEY "3b046cfe4a2a3e62141a4840f2006210a3224e3615312bef6e19f4983921abe0" #define ADD_AUTOSTART 1 #define ADD_SHORTCUT 2 #endif //OFFICEASSISTANT_CONFIG_H