完善小雅

This commit is contained in:
mtvpls
2026-01-11 00:56:03 +08:00
parent 03a59b07a9
commit e04e1ce3bc
9 changed files with 566 additions and 65 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ export class XiaoyaClient {
/**
* 获取缓存的 Token 或重新登录
*/
private async getToken(): Promise<string> {
async getToken(): Promise<string> {
// 如果配置了 Token,直接使用
if (this.configToken) {
return this.configToken;