mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
chore: agent
This commit is contained in:
@@ -54,3 +54,11 @@ export class SysSiteInfo extends BaseSettings {
|
||||
logo?: string;
|
||||
loginLogo?: string;
|
||||
}
|
||||
|
||||
export class SysSiteEnv {
|
||||
agent?: {
|
||||
enabled?: boolean;
|
||||
contactText?: string;
|
||||
contactLink?: string;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user