mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-24 16:00:53 +00:00
feat: 伪静态支持保存为模版 (#6663)
Refs https://github.com/1Panel-dev/1Panel/issues/705
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user