This commit is contained in:
jianzhichu
2025-11-12 23:09:53 +08:00
parent 31d0198cc3
commit f7b9c96b08
26 changed files with 238 additions and 109 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ declare namespace Theme {
interface ThemeConfig {
title: string;
key: string;
imgUrl: string;
// imgUrl: string;
config: Partial<import('stepin/es/style/interface').Theme>;
handler?: Function;
}