feat: 伪静态支持保存为模版 (#6663)

Refs https://github.com/1Panel-dev/1Panel/issues/705
This commit is contained in:
zhengkunwang
2024-10-09 13:56:58 +00:00
committed by GitHub
parent 958993f81f
commit 2565373db6
13 changed files with 278 additions and 30 deletions
+6
View File
@@ -350,6 +350,12 @@ export namespace Website {
content: string;
}
export interface CustomRewirte {
operate: string;
name: string;
content: string;
}
export interface DirUpdate {
id: number;
siteDir: string;