chore: refactor

This commit is contained in:
手瓜一十雪
2024-08-08 12:59:21 +08:00
parent 4e18ec5951
commit 66707661e9
4 changed files with 118 additions and 1 deletions

4
src/shell/napcat.ts Normal file
View File

@@ -0,0 +1,4 @@
// NapCat Shell App ES 入口文件
export async function NCoreInitShell() {
console.log("NapCat Shell App Loading...");
}