3.0.0-Cake #5

Merged
migan merged 33 commits from release/3.0.0 into main 2024-08-14 23:16:30 +09:00
2 changed files with 0 additions and 5 deletions
Showing only changes of commit f9983d2fb4 - Show all commits

View file

@ -13,8 +13,5 @@
"password": "",
"database": "",
"port": 3306
},
"api": {
"opendict": ""
}
}

View file

@ -1,5 +1,4 @@
import { ResponseData, NSFWData, LearnData, MaaDatabase } from './database'
import { WordRelay } from './wordRelay'
import { NODE_ENV } from './env'
import ChatBot from './ChatBot'
import noPerm from './noPerm'
@ -8,7 +7,6 @@ export {
ResponseData,
MaaDatabase,
LearnData,
WordRelay,
NODE_ENV,
ChatBot,
NSFWData,