@antmjs/types
Advanced tools
+10
-0
@@ -62,2 +62,11 @@ /** 菜单项 */ | ||
| } | ||
| /** 广告插入功能项 */ | ||
| export type IAdvertisement = { | ||
| title?: string | ||
| img?: string | ||
| imgStyle?: React.CSSProperties | ||
| content?: string | ||
| style?: React.CSSProperties | ||
| termType?: 'week' | 'day' | 'month' | ||
| } | ||
@@ -83,2 +92,3 @@ /** 全局样式注入 */ | ||
| demoCode?: IDemoCode | ||
| advertisement?: IAdvertisement | ||
| } |
+2
-2
| { | ||
| "name": "@antmjs/types", | ||
| "version": "2.3.27", | ||
| "version": "2.3.28", | ||
| "description": "antmjs types", | ||
@@ -17,3 +17,3 @@ "main": "index.ts", | ||
| }, | ||
| "gitHead": "5b42e0f2c185d2dbce0ca7b5f44587a38bcbe86c" | ||
| "gitHead": "8a8864abdcf24adbcbc3730785fa1672c41815b1" | ||
| } |
4716
5.53%145
7.41%