Vanessa 2025-09-09 10:18:44 +08:00
parent ff909fa149
commit b69fd04137
2 changed files with 11 additions and 2 deletions

View file

@ -369,6 +369,7 @@ interface ISnippet {
type: string;
enabled: boolean;
content: string;
disabledInPublish: boolean;
}
interface IInbox {