feat 整合站点编辑组件

This commit is contained in:
jxxghp
2023-10-14 09:13:38 +08:00
parent 14ca74a29d
commit c822f1fffd
4 changed files with 311 additions and 450 deletions

View File

@@ -416,13 +416,13 @@ export interface Site {
ua?: string
// 是否使用代理
proxy?: number
proxy?: any
// 过滤规则
filter?: string
// 是否演染
render?: number
render?: any
// 是否公开站点
public?: number