github-actions[bot] commited on
Commit
05e009e
·
1 Parent(s): 15ff6c7

Update from GitHub Actions

Browse files
Files changed (1) hide show
  1. functions/types.d.ts +1 -0
functions/types.d.ts CHANGED
@@ -10,6 +10,7 @@ interface Env {
10
  API_TOKEN: string; // API 访问令牌
11
  JWT_SECRET: string; // JWT 密钥
12
  USER_NAME: string; // 用户名
 
13
  KV: KVNamespace;
14
  ASSETS:any;
15
  }
 
10
  API_TOKEN: string; // API 访问令牌
11
  JWT_SECRET: string; // JWT 密钥
12
  USER_NAME: string; // 用户名
13
+ PASSWORD: string; // 密码
14
  KV: KVNamespace;
15
  ASSETS:any;
16
  }