fix:站点信息维护增加属性

This commit is contained in:
jxxghp
2024-04-29 20:26:56 +08:00
parent b4f049ecda
commit c5ded86d8a
2 changed files with 14 additions and 0 deletions

View File

@@ -316,6 +316,10 @@ export interface Site {
rss?: string
// Cookie
cookie?: string
// ApiKey
apikey?: string
// Token
token?: string
// User-Agent
ua?: string
// 是否使用代理