クライアントトークンの収集を任意に・起動時確認の順序を修正

This commit is contained in:
2025-07-26 21:33:55 +09:00
parent 724e18ba3b
commit 0e9c8f8225
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ interface emergencyTypes {
interface uwuzuTypes {
apiToken: string;
clientToken: string;
clientToken:? string;
host: string;
}