cutomize ok

This commit is contained in:
rustdesk
2024-10-12 00:45:00 +08:00
parent f689cfec4e
commit 13b9da4121
5 changed files with 101 additions and 26 deletions

1
v3/src/types.d.ts vendored
View File

@@ -152,6 +152,7 @@ export interface Price {
callToAction2?: CallToAction;
hasRibbon?: boolean;
ribbonTitle?: string;
content?: string;
}
export interface Testimonial {