在config.h中添加了注释

master
Mike Solar 2023-08-13 14:22:02 +08:00
parent 098e06a39b
commit 05f07024f6
2 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
//
// Created by HW on 2023/07/27.
// Created by 孙羽 on 2023/07/27.
//
//说明:没有注释的项请勿修改
#ifndef OFFICEASSISTANT_CONFIG_H
#define OFFICEASSISTANT_CONFIG_H
#define CONFIG_URL "http://softapi.s103.y01.cn/addons/Kmdsoft/Index/config" //获取导航栏信息的地址
@ -20,14 +20,14 @@
#define VERSION "1.0.0" //软件版本
#define RELEASE "20230801" //Release
#define SOFTWARE_URL "http://softapi.s103.y01.cn/addons/Kmdsoft/App/update/type/add"
#define DEFAULT_BACKGROUND_COLOR "#333332"
#define DEFAULT_COLOR "#3399FF"
#define DEFAULT_TEXT_COLOR "#FFFFFF"
#define DEFAULT_COVER_COLOR "#0033FF"
#define DEFAULT_IMAGE "/images/icon/default.svg"
#define DEFAULT_LOGO "/images/logo.png"
#define TITLE " "
#define TEXT_SIZE 7
#define DEFAULT_BACKGROUND_COLOR "#333332" //默认背景色,若从服务器读不到即使用这个
#define DEFAULT_COLOR "#3399FF" //
#define DEFAULT_TEXT_COLOR "#FFFFFF" //默认文字颜色
#define DEFAULT_COVER_COLOR "#0033FF" //鼠标指向后变成的颜色,也是“添加应用”等几个按钮的默认颜色
#define DEFAULT_IMAGE "/images/icon/default.svg" //默认图标
#define DEFAULT_LOGO "/images/logo.png" //logo路径
#define TITLE " " //标题栏
#define TEXT_SIZE 7 //字体大小。不是所有字体受此项控制
#define TEXT_SIZE_BIG 10
//分类
#define ALL 1

BIN
OfficeAssistant_msvc/mb.dll Normal file

Binary file not shown.