feat: 一些调整

This commit is contained in:
2026-05-14 11:23:03 +08:00
parent 2b908436fd
commit b48426fc84
12 changed files with 20 additions and 15 deletions

View File

@@ -31,13 +31,13 @@ export const ClientType = {
/// 获取当前客户端类型
export const currentClientType = () => {
switch (getCurrentConfig().name) {
case "念":
case "念":
return ClientType.ZHINIAN;
case "朵朵":
return ClientType.DUOHUA;
case "沐沐":
return ClientType.TIANMU;
case "念念":
case "念念助手":
return ClientType.NIANHELPER;
default:
return ClientType.ZHINIAN;