Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wanglei
2024-02-01 18:35:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
04ec18b1e14feb57333dbb9fc22c6f92739f15a8
04ec18b1
1 parent
14f26591
枚举值修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
sight_harmony/wdConstant/src/main/ets/enum/CompStyle.ts
sight_harmony/wdConstant/src/main/ets/enum/CompStyle.ts
View file @
04ec18b
...
...
@@ -3,10 +3,10 @@
*/
export
const
enum
CompStyle
{
Label_03
=
'Label-03'
,
// 标题卡:icon+文字
Carousel_Layout_01
=
'Carousel_Layout-01'
,
// 通用轮播卡:视频、直播、活动、专题、榜单、外链
Carousel_Layout_01
=
'
Zh_
Carousel_Layout-01'
,
// 通用轮播卡:视频、直播、活动、专题、榜单、外链
Carousel_Layout_02
=
'Carousel_Layout-02'
,
// 直播轮播卡:直播
Single_Row_01
=
'Single_Row-01'
,
// 三格方形小卡(排名):专题、活动
Single_Row_02
=
'Single_Row-02'
,
// 通用横划卡:视频、直播、专题
Single_Row_01
=
'Zh_Single_Row-01'
,
// 三格方形小卡(排名):专题、活动
Single_Row_02
=
'Zh_Single_Row-02'
,
// 通用横划卡:视频、直播、专题
Single_Row_03
=
'Single_Row-03'
,
// 直播横划卡:直播
Single_Row_04
=
'Single_Row-04'
,
// 三格方形小卡:专题、活动
Single_Row_05
=
'Single_Row-05'
,
// 专题横划卡:视频、直播、专题、活动、榜单、外链
...
...
@@ -19,8 +19,9 @@ export const enum CompStyle {
Grid_Layout_01
=
'Grid_Layout-01'
,
// 横屏宫格卡:视频、直播
Grid_Layout_02
=
'Grid_Layout-02'
,
// 竖屏宫格卡:视频、直播、榜单
Masonry_Layout_01
=
'Masonry_Layout-01'
,
// 双列瀑布流/瀑布流卡:视频、直播、专题、活动
Title_Abbr_01
=
'Title_Abbr_01'
,
// 标题缩略
Title_All_01
=
'Title_All_01'
,
// 全标题
Single_Imagecard_02
=
'Single_Imagecard_02'
,
//单图卡:2行标题
Single_Imagecard_03
=
'Single_Imagecard_03'
//单图卡:3行标题
Title_Abbr_01
=
'11'
,
// 标题缩略
Title_All_01
=
'3'
,
// 全标题
Single_Imagecard_02
=
'13'
,
//单图卡:2行标题
Single_Imagecard_03
=
'13'
,
//单图卡:3行标题
Grid_Layout_03
=
'Zh_Grid_Layout-03'
,
//金刚位卡
}
...
...
Please
register
or
login
to post a comment