我在干什么(

This commit is contained in:
MoonLeeeaf
2025-04-13 15:40:28 +08:00
parent 1277f208f7
commit f76954a702
20 changed files with 4304 additions and 428 deletions

View File

@@ -1,7 +1,7 @@
import io from '../lib/io.js';
import { sha256 } from '../lib/crypto.js'
const baseDir = 'whiteslik_data/chat'
const baseDir = 'whitesilk_data/chat'
io.mkdirs(baseDir)
export class ChatManager {

View File

@@ -2,7 +2,7 @@ import io from '../lib/io.js';
import { sha256 } from '../lib/crypto.js'
import { CallbackMessage } from '../Types.js';
const baseDir = 'whiteslik_data/user'
const baseDir = 'whitesilk_data/user'
io.mkdirs(baseDir)
export class UserManager {