make sms optional item in coolconfig

make sms optional item in Coolconfig
This commit is contained in:
xinnix 2023-10-09 09:30:30 +08:00 committed by GitHub
parent 465abc0a8a
commit 5dea97fd46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ export interface ModuleConfig {
export interface CoolConfig {
/** 短信 */
sms: CoolSmsConfig,
sms?: CoolSmsConfig,
/** 是否自动导入数据库 */
initDB?: boolean;
/** 是否自动导入模块菜单 */