chore: sql

This commit is contained in:
xiaojunnuo
2025-09-27 01:39:30 +08:00
parent 1e5ccd811e
commit 12a9e650af
2 changed files with 3 additions and 6 deletions

View File

@@ -17,6 +17,7 @@ export type CnameRecord = {
cnameProvider: CnameProvider;
status: string;
commonDnsProvider?: any;
mainDomain?: string;
};
export type ICnameProxyService = {