🐛 修复私聊群管

This commit is contained in:
yeyang
2024-04-06 19:02:02 +08:00
parent de2da06e09
commit 88faeef31a
79 changed files with 1374 additions and 1354 deletions

View File

@@ -1,7 +1,7 @@
export let si = false
export let osInfo = null
export async function initDependence () {
export async function initDependence() {
if (si) return si
try {
si = await import("systeminformation")