feat(projects): support set global redius

This commit is contained in:
CyberShen123
2025-10-02 23:52:41 +08:00
committed by Soybean
parent dac5075be9
commit 24c6df528b
10 changed files with 49 additions and 7 deletions

View File

@@ -16,6 +16,8 @@ declare namespace App {
recommendColor: boolean;
/** Theme color */
themeColor: string;
/** Theme radius */
themeRadius: number;
/** Other color */
otherColor: OtherColor;
/** Whether info color is followed by the primary color */
@@ -379,6 +381,9 @@ declare namespace App {
} & Record<Theme.ThemeColorKey, string>;
recommendColor: string;
recommendColorDesc: string;
themeRadius: {
title: string;
};
preset: {
title: string;
apply: string;