chore: agent

This commit is contained in:
xiaojunnuo
2024-10-10 18:38:22 +08:00
parent 0e4b72c65d
commit 68e5ea1cad
8 changed files with 95 additions and 9 deletions

View File

@@ -54,3 +54,11 @@ export class SysSiteInfo extends BaseSettings {
logo?: string;
loginLogo?: string;
}
export class SysSiteEnv {
agent?: {
enabled?: boolean;
contactText?: string;
contactLink?: string;
};
}