Commit 4e923f98 authored by shiyl's avatar shiyl

删除无用的XBrid配置文件信息

parent 0afdef85
{
"yellow":"#ffff00",
"sepline":{
"day":"#f7f7f7",
"night":"#1a1a1a"
},
"textStrong":{
"day":"#919191",
"night":"#919191"
},
"textWeak":{
"day":"#bfbfbf",
"night":"#666666"
},
"summary":{
"day":"#5a5a5a",
"night":"#919191"
},
"title":{
"day":"#222222",
"night":"#e6e6e6"
},
"backgroundColor":{
"day":"#ffffff",
"night":"#222222"
}
,
"labelColor":{
"day":"#a8abb1",
"night":"#666666"
}
}
{
"ios":{
"padding":{
"small":15,
"middle":15,
"big":15,
"iPad":90
},
"paddingTop":{
"default":15,
"iPad":20
},
"marginTop":{
"default":24
}
},
"android":{
"padding":15,
"marginTop":19
}
}
{
"ios":{
"images": {
"share_logo": "assets/ios/images/local_share_logo@3x.png",
"yidianhao_promotion_card_focus": "assets/ios/images/yidianhao_promotion_card_focus@3x.png",
"refresh_position": "assets/ios/images/refresh_position@3x.png",
"quick_news_red_dot": "assets/ios/images/quick_news_red_dot@3x.png",
"special_topic_arrow": {
"day": "assets/android/images/special_topic_arrow@3x.png",
"night": "assets/android/images/local_share_logo@3x.png"
},
"close": "assets/android/images/close.png",
"share": "assets/android/images/share.png",
"thumb_up": "assets/android/images/thumb_up.png",
"comment": "assets/android/images/comment.png",
"subway_play_video": "assets/ios/images/subway_play_video@3x.png",
"video_mask": "assets/ios/images/video_mask@3x.png"
},
"lotties": {
"lottie_animation_1": "assets/ios/lotties/lottie_animation_1.json"
},
"gifs": {
"mf_play_icon": "assets/ios/mf_play_icon.gif"
}
},
"android":{
"images": {
"share_logo": "assets/android/images/local_share_logo@3x.png",
"quick_news_red_dot": "assets/android/images/quick_news_red_dot@3x.png",
"special_topic_arrow": {
"day": "assets/android/images/special_topic_arrow@3x.png",
"night": "assets/android/images/local_share_logo@3x.png"
},
"close": "assets/android/images/close.png",
"share": "assets/android/images/share.png",
"thumb_up": "assets/android/images/thumb_up.png",
"comment": "assets/android/images/comment.png",
"subway_play_video": "assets/ios/images/subway_play_video@3x.png",
"video_mask": "assets/ios/images/video_mask@3x.png"
},
"lotties": {
"lottie_animation_1": "assets/android/lotties/lottie_animation_1.json"
},
"gifs": {
"mf_play_icon": "assets/android/mf_play_icon.gif"
}
}
}
This source diff could not be displayed because it is too large. You can view the blob instead.
{"version":"1.1","file_quantity":50,"color_resource":"assets/colors.json","dimen_resource":"assets/dimens.json","image_resource":"assets/image.json","chameleon":"chameleon.js","templates":{"100001":"templates/100001.xml","100002":"templates/100002.xml","200001":"templates/200001.xml","300001":"templates/300001.xml","300002":"templates/300002.xml","300003":"templates/300003.xml","300004":"templates/300004.xml","300005":"templates/300005.xml","400001":"templates/400001.xml","500001":"templates/500001.xml","900001":"templates/900001.xml","900003":"templates/900003.xml","900004":"templates/900004.xml"},"components":{},"webs":{"example":"webs/example.html"}}
\ No newline at end of file
[{"card_type_id":"100001","chameleon_id":"100001","bucket":"default"},{"card_type_id":"100002","chameleon_id":"100002","bucket":"default"},{"card_type_id":"300001","chameleon_id":"300001","bucket":"default"},{"card_type_id":"200001","chameleon_id":"200001","bucket":"default"},{"card_type_id":"300002","chameleon_id":"300002","bucket":"default"},{"card_type_id":"300003","chameleon_id":"300003","bucket":"default"},{"card_type_id":"300004","chameleon_id":"300004","bucket":"default"},{"card_type_id":"400001","chameleon_id":"400001","bucket":"default"},{"card_type_id":"300005","chameleon_id":"300005","bucket":"default"},{"card_type_id":"900001","chameleon_id":"900001","bucket":"default"},{"card_type_id":"500001","chameleon_id":"500001","bucket":"default"},{"card_type_id":"900003","chameleon_id":"900003","bucket":"default"},{"card_type_id":"900004","chameleon_id":"900004","bucket":"default"}]
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<View layout="flexDirection:column,width:100%,height:99,paddingTop:14,paddingBottom:14,paddingLeft:14,paddingRight:14,justifyContent:spaceBetween" attr="bgColor:@background" action="openNews">
<SubwayRichLabel layout="width:100%,height:auto" attr="textColor:#191F2C,cornerText:,cornerTextColor:#657BA9,textSize:17,cornerTextSize:17,maxLines:2,lineBreakMode:tail"
data="@{title}"/>
<FLContainer layout="flexDirection:row,width:100%,height:auto,justifyContent:spaceBetween">
<FLContainer layout="flexDirection:row,width:auto,height:auto">
<SubscribeTextView data="@{wm_id}" layout="width:auto,height:auto,paddingLeft:4,paddingRight:4,marginRight:4"
attr="alignment:center,textColor:@labelColor,fontSize:10,cornerRadius:2,borderWidth:0.5,borderColor:#D0D2D7,isSubscribed:${data.subscribeVisiable},included:${data.subscribeVisiable}"/>
<Label data="@{authentication}" layout="width:auto,height:21,marginRight:8" attr="alignment:center,fontSize:11,maxLength:6,maxLines:1,textColor:@labelColor,,included:${data.sourceVisiable}"/>
<Label data="${data.comment}" layout="width:auto,height:21,marginRight:8" attr="alignment:center,fontSize:11,maxLength:6,maxLines:1,textColor:@labelColor"/>
<Label data="@{publish_time}" layout="width:auto,height:21" attr="alignment:center,fontSize:11,maxLines:1,maxLength:6,textColor:@labelColor"/>
</FLContainer>
<Image layout="width:21,height:21,padding:6" attr="contentMode:scaleAspectFill,included:false" data="@close" action = "dislike"/>
</FLContainer>
<script>"templates/100001.ctfx"</script>
</View>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<View layout="flexDirection:row,width:100%,height:auto,paddingLeft:14,paddingRight:14,flexDirection:row" attr="bgColor:@background" action="openNews">
<FLContainer layout="flexDirection:column,width:0,flexGrow:1,height:74,marginTop:14,marginBottom:14,marginRight:14,justifyContent:spaceBetween">
<SubwayRichLabel layout="width:100%,height:auto" attr="textColor:#191F2C,cornerText:,cornerTextColor:#657BA9,textSize:17,cornerTextSize:17,maxLines:2,lineBreakMode:tail,clickable:false"
data="@{title}" action=""/>
<FLContainer layout="flexDirection:row,width:100%,height:auto,justifyContent:spaceBetween">
<FLContainer layout="flexDirection:row,width:auto,height:auto">
<SubscribeTextView data="@{wm_id}" layout="width:auto,height:auto,paddingLeft:4,paddingRight:4,marginRight:4"
attr="alignment:center,textColor:@labelColor,fontSize:10,cornerRadius:2,borderWidth:0.5,borderColor:#D0D2D7,isSubscribed:${data.subscribeVisiable},included:${data.subscribeVisiable}"/>
<Label data="@{authentication}" layout="width:auto,height:21,marginRight:8" attr="alignment:center,maxLength:6,maxEms:6,fontSize:11,maxLines:1,textColor:@labelColor,included:${data.sourceVisiable}"/>
<Label data="${data.comment}" layout="width:auto,height:21,marginRight:8" attr="alignment:center,maxLength:6,maxEms:6,fontSize:11,maxLines:1,textColor:@labelColor"/>
<Label data="@{publish_time}" layout="width:auto,height:21" attr="alignment:center,fontSize:11,maxLength:6,maxEms:6,maxLines:1,textColor:@labelColor"/>
</FLContainer>
<Image layout="width:21,height:21,padding:6" attr="contentMode:scaleAspectFill,included:false" data="@close" action = "dislike" />
</FLContainer>
</FLContainer>
<Image layout="width:74,height:74,marginTop:14,marginBottom:14" attr="contentMode:scaleAspectFill,cornerRadius:2,cornerRadiusAll:2,bgColor:@textWeak"
data="@{image_urls.0}"/>
<script>"templates/100002.ctfx"</script>
</View>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<View layout="width:100%,height:auto,paddingLeft:14,paddingRight:14,flexDirection:row,alignItems:flexStart"
action="openNews">
<FLContainer layout="flexDirection:column,width:100%,height:auto,paddingTop:14,paddingBottom:10">
<SubwayRichLabel layout="width:100%,height:auto" attr="textColor:#191F2C,cornerText:,cornerTextColor:#657BA9,textSize:17,cornerTextSize:17,maxLines:2,lineBreakMode:tail"
data="@{title}"/>
<View layout="flexDirection:row,width:${data.imageSize.w},height:${data.imageSize.h},marginTop:8" >
<Image layout="width:${data.imageSize.w},height:${data.imageSize.h}" attr="bgColor:#F7F8FB,contentMode:scaleAspectFit,cornerRadius:2,cornerRadiusAll:2" data="@{image_urls.0}" />
<Image layout="width:46,height:46,position:absolute,left:${data.playIconOrigin.left},top:${data.playIconOrigin.top}" attr="contentMode:scaleAspectFill" data="@subway_play_video" />
<View layout="width:auto,height:auto,position:absolute,right:0,bottom:0">
<Image data="@video_mask" layout="width:240,height:65,position:absolute,right:0,bottom:0" attr="contentMode:scaleAspectFill"/>
<View layout="flexDirection:row,width:auto,height:auto,position:absolute,right:8,bottom:8">
<Label data="${data.video_play_times}" layout="width:auto,height:auto,marginRight:8" attr="fontSize:12,maxLines:1,textColor:#FFFFFF"/>
<Label data="@{video_duration}" layout="width:auto,height:auto" attr="fontSize:12,maxLines:1,textColor:#FFFFFF"/>
</View >
</View>
</View>
<FLContainer layout="flexDirection:row,width:100%,height:auto,marginTop:8,justifyContent:spaceBetween">
<FLContainer layout="flexDirection:row,width:auto,height:auto">
<SubscribeTextView data="@{wm_id}" layout="width:auto,height:auto,paddingLeft:4,paddingRight:4,marginRight:4"
attr="alignment:center,textColor:@labelColor,fontSize:10,cornerRadius:2,borderWidth:0.5,borderColor:#D0D2D7,isSubscribed:${data.subscribeVisiable},included:${data.subscribeVisiable}"/>
<Label data="@{authentication}" layout="width:auto,height:21,marginRight:4" attr="alignment:center,fontSize:11,maxLines:1,textColor:@labelColor,included:${data.sourceVisiable}"/>
<Label data="${data.comment}" layout="width:auto,height:21,marginRight:4" attr="alignment:center,fontSize:11,maxLines:1,textColor:@labelColor"/>
<Label data="@{publish_time}" layout="width:auto,height:21" attr="alignment:center,fontSize:11,maxLines:1,textColor:@labelColor"/>
</FLContainer>
<Image layout="width:21,height:21,padding:6" attr="cornerRadius:2,cornerRadiusAll:2,contentMode:scaleAspectFill,included:false" data="@close" action="dislike"/>
</FLContainer>
</FLContainer>
<script>"templates/200001.ctfx"</script>
</View>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<View layout="width:100%,height:auto,flexDirection:column,alignItems:flexStart,paddingLeft:14,paddingRight:14,paddingTop:10,paddingBottom:10" action="openNews">
<SubwayRichLabel layout="width:100%,height:auto" attr="textColor:#191F2C,cornerText:${data.cornerText},cornerTextColor:#657BA9,textSize:17,cornerTextSize:17,maxLines:3,clickable:true"
data="@{title}"/>
<FLContainer layout="width:100%,height:auto,flexDirection:row,paddingTop:10,justifyContent:spaceAround">
<ThumbUpView data="${data.thumb_up}" layout="width:0,height:auto,flexGrow:1,flexDirection:row,justifyContent:center" />
<View layout="width:0,height:auto,flexGrow:1,flexDirection:row,justifyContent:center" action="comment">
<Image layout="width:20,height:20,alignSelf:center" attr="contentMode:scaleAspectFill" data="@comment"/>
<Label data="@{comment_count}" layout="width:auto,height:auto,marginLeft:6,alignSelf:center" attr="textColor:#8C8F96,fontSize:12"/>
</View>
<View layout="width:0,height:auto,flexGrow:1,flexDirection:row,justifyContent:center" action="share">
<Image layout="width:20,height:20,alignSelf:center" attr="contentMode:scaleAspectFill" data="@share"/>
<Label data="分享" layout="width:auto,height:auto,marginLeft:6,alignSelf:center" attr="textColor:#8C8F96,fontSize:12"/>
</View>
</FLContainer>
<script>"templates/300001.ctfx"</script>
</View>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<View layout="width:100%,height:auto,flexDirection:column,alignItems:flexStart,paddingLeft:14,paddingRight:14,paddingTop:10,paddingBottom:10" >
<SubwayRichLabel action="openNews" layout="width:100%,height:auto" attr="textColor:#191F2C,cornerText:展开,cornerTextColor:#657BA9,textSize:17,cornerTextSize:17,maxLines:5,clickable:true"
data="@{title}"/>
<View action="openNews" layout="width:100%,height:auto" >
<Image layout="width:${data.imageSize.w},height:${data.imageSize.h},marginRight:2,marginTop:6" data="@{image_urls.0}" attr="contentMode:scaleAspectFill,cornerRadius:2,clickToBounds:0,bgColor:@textWeak"/>
</View>
<FLContainer layout="width:100%,height:auto,flexDirection:row,paddingTop:10,justifyContent:spaceAround">
<ThumbUpView data="${data.thumb_up}" layout="width:0,height:auto,flexGrow:1,flexDirection:row,justifyContent:center" />
<View layout="width:0,height:auto,flexGrow:1,flexDirection:row,justifyContent:center" action="comment">
<Image layout="width:20,height:20,alignSelf:center" attr="contentMode:scaleAspectFill" data="@comment"/>
<Label data="@{comment_count}" layout="width:auto,height:auto,marginLeft:6,alignSelf:center" attr="textColor:#8C8F96,fontSize:12"/>
</View>
<View layout="width:0,height:auto,flexGrow:1,flexDirection:row,justifyContent:center" action="share">
<Image layout="width:20,height:20,alignSelf:center" attr="contentMode:scaleAspectFill" data="@share"/>
<Label data="分享" layout="width:auto,height:auto,marginLeft:6,alignSelf:center" attr="textColor:#8C8F96,fontSize:12"/>
</View>
</FLContainer>
<script>"templates/300002.ctfx"</script>
</View>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<View layout="width:100%,height:auto,flexDirection:column,alignItems:flexStart,paddingLeft:14,paddingRight:14,paddingTop:10,paddingBottom:10" attr="bgColor:#FFFFFF" >
<SubwayRichLabel action="openNews" layout="width:100%,height:auto" attr="textColor:#191F2C,cornerText:展开,cornerTextColor:#657BA9,textSize:17,cornerTextSize:17,maxLines:5"
data="@{title}"/>
<View action="openNews" layout="width:100%,height:auto,flexDirection:row,paddingTop:6">
<Image layout="width:${data.imageSize.w},height:${data.imageSize.h},marginRight:2" data="${data.imgList[0]}" attr="contentMode:scaleAspectFill,cornerRadius:2,clickToBounds:0,visibility:${data.showArr[0]},bgColor:@textWeak"/>
<Image layout="width:${data.imageSize.w},height:${data.imageSize.h},marginRight:2" data="${data.imgList[1]}" attr="contentMode:scaleAspectFill,cornerRadius:2,clickToBounds:0,visibility:${data.showArr[1]},bgColor:@textWeak"/>
<Image layout="width:${data.imageSize.w},height:${data.imageSize.h}" data="${data.imgList[2]}" attr="contentMode:scaleAspectFill,cornerRadius:2,clickToBounds:0,visibility:${data.showArr[2]},bgColor:@textWeak"/>
</View>
<FLContainer layout="width:100%,height:auto,flexDirection:row,paddingTop:10,justifyContent:spaceAround">
<ThumbUpView data="${data.thumb_up}" layout="width:0,height:auto,flexGrow:1,flexDirection:row,justifyContent:center" />
<View layout="width:0,height:auto,flexGrow:1,flexDirection:row,justifyContent:center" action="comment">
<Image layout="width:20,height:20,alignSelf:center" attr="contentMode:scaleAspectFill" data="@comment"/>
<Label data="@{comment_count}" layout="width:auto,height:auto,marginLeft:6,alignSelf:center" attr="textColor:#8C8F96,fontSize:12"/>
</View>
<View layout="width:0,height:auto,flexGrow:1,flexDirection:row,justifyContent:center" action="share">
<Image layout="width:20,height:20,alignSelf:center" attr="contentMode:scaleAspectFill" data="@share"/>
<Label data="分享" layout="width:auto,height:auto,marginLeft:6,alignSelf:center" attr="textColor:#8C8F96,fontSize:12"/>
</View>
</FLContainer>
<script>"templates/300003.ctfx"</script>
</View>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<View layout="width:100%,height:auto,flexDirection:column,alignItems:flexStart,paddingLeft:14,paddingRight:14,paddingTop:10,paddingBottom:10" >
<SubwayRichLabel action="openNews" layout="width:auto,height:auto" attr="textColor:${data.richTextColor},cornerText:${data.cornerText},cornerTextColor:#657BA9,textSize:17,cornerTextSize:17,maxLines:${data.maxLines},clickable:true"
data="@{title}"/>
<View action="openNews" layout="width:100%,height:auto,flexDirection:row,paddingTop:6">
<Image layout="width:${data.imageSize.w},height:${data.imageSize.h},marginRight:2" data="${data.imgList[0]}" attr="contentMode:scaleAspectFill,cornerRadius:2,clickToBounds:0,visibility:${data.showArr[0]},bgColor:@textWeak"/>
<Image layout="width:${data.imageSize.w},height:${data.imageSize.h},marginRight:2" data="${data.imgList[1]}" attr="contentMode:scaleAspectFill,cornerRadius:2,clickToBounds:0,visibility:${data.showArr[1]},bgColor:@textWeak"/>
<Image layout="width:${data.imageSize.w},height:${data.imageSize.h}" data="${data.imgList[2]}" attr="contentMode:scaleAspectFill,cornerRadius:2,clickToBounds:0,visibility:${data.showArr[2]},bgColor:@textWeak"/>
</View>
<View action="openNews" layout="width:100%,height:auto,flexDirection:row,paddingTop:2">
<Image layout="width:${data.imageSize.w},height:${data.imageSize.h},marginRight:2" data="${data.imgList[3]}" attr="contentMode:scaleAspectFill,cornerRadius:2,clickToBounds:0,visibility:${data.showArr[3]},bgColor:@textWeak"/>
<Image layout="width:${data.imageSize.w},height:${data.imageSize.h},marginRight:2" data="${data.imgList[4]}" attr="contentMode:scaleAspectFill,cornerRadius:2,clickToBounds:0,visibility:${data.showArr[4]},bgColor:@textWeak"/>
<Image layout="width:${data.imageSize.w},height:${data.imageSize.h}" data="${data.imgList[5]}" attr="contentMode:scaleAspectFill,cornerRadius:2,clickToBounds:0,visibility:${data.showArr[5]},bgColor:@textWeak"/>
</View>
<FLContainer layout="width:100%,height:auto,flexDirection:row,paddingTop:10,justifyContent:spaceAround">
<ThumbUpView data="${data.thumb_up}" layout="width:0,height:auto,flexGrow:1,flexDirection:row,justifyContent:center" />
<View layout="width:0,height:auto,flexGrow:1,flexDirection:row,justifyContent:center" action="comment">
<Image layout="width:20,height:20,alignSelf:center" attr="contentMode:scaleAspectFill" data="@comment"/>
<Label data="@{comment_count}" layout="width:auto,height:auto,marginLeft:6,alignSelf:center" attr="textColor:#8C8F96,fontSize:12"/>
</View>
<View layout="width:0,height:auto,flexGrow:1,flexDirection:row,justifyContent:center" action="share">
<Image layout="width:20,height:20,alignSelf:center" attr="contentMode:scaleAspectFill" data="@share"/>
<Label data="分享" layout="width:auto,height:auto,marginLeft:6,alignSelf:center" attr="textColor:#8C8F96,fontSize:12"/>
</View>
</FLContainer>
<script>"templates/300004.ctfx"</script>
</View>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<View layout="width:100%,height:auto,flexDirection:column,alignItems:flexStart,paddingLeft:14,paddingRight:14,paddingTop:10,paddingBottom:10" >
<SubwayRichLabel action="openNews" layout="width:100%,height:auto" attr="textColor:#191F2C,cornerText:展开,cornerTextColor:#657BA9,textSize:17,cornerTextSize:17,maxLines:5,clickable:true"
data="@{title}"/>
<View action="openNews" layout="width:100%,height:auto,flexDirection:row,paddingTop:6">
<Image layout="width:${data.imageSize.w},height:${data.imageSize.h},flexGrow:1,marginRight:2" data="@{image_urls.0}" attr="contentMode:scaleAspectFill,cornerRadius:2,clickToBounds:0,visibility:${data.showArr[0]},bgColor:@textWeak"/>
<Image layout="width:${data.imageSize.w},height:${data.imageSize.h},flexGrow:1,marginRight:2" data="@{image_urls.1}" attr="contentMode:scaleAspectFill,cornerRadius:2,clickToBounds:0,visibility:${data.showArr[1]},bgColor:@textWeak"/>
<Image layout="width:${data.imageSize.w},height:${data.imageSize.h},flexGrow:1," data="@{image_urls.2}" attr="contentMode:scaleAspectFill,cornerRadius:2,clickToBounds:0,visibility:${data.showArr[2]},bgColor:@textWeak"/>
</View>
<View action="openNews" layout="width:100%,height:auto,flexDirection:row,paddingTop:2">
<Image layout="width:${data.imageSize.w},height:${data.imageSize.h},flexGrow:1,marginRight:2" data="@{image_urls.3}" attr="contentMode:scaleAspectFill,cornerRadius:2,clickToBounds:0,visibility:${data.showArr[3]},bgColor:@textWeak"/>
<Image layout="width:${data.imageSize.w},height:${data.imageSize.h},flexGrow:1,marginRight:2" data="@{image_urls.4}" attr="contentMode:scaleAspectFill,cornerRadius:2,clickToBounds:0,visibility:${data.showArr[4]},bgColor:@textWeak"/>
<Image layout="width:${data.imageSize.w},height:${data.imageSize.h},flexGrow:1" data="@{image_urls.5}" attr="contentMode:scaleAspectFill,cornerRadius:2,clickToBounds:0,visibility:${data.showArr[5]},bgColor:@textWeak"/>
</View>
<View action="openNews" layout="width:100%,height:auto,flexDirection:row,paddingTop:2">
<Image layout="width:${data.imageSize.w},height:${data.imageSize.h},flexGrow:1,marginRight:2" data="@{image_urls.6}" attr="contentMode:scaleAspectFill,cornerRadius:2,clickToBounds:0,visibility:${data.showArr[6]},bgColor:@textWeak"/>
<Image layout="width:${data.imageSize.w},height:${data.imageSize.h},flexGrow:1,marginRight:2" data="@{image_urls.7}" attr="contentMode:scaleAspectFill,cornerRadius:2,clickToBounds:0,visibility:${data.showArr[7]},bgColor:@textWeak"/>
<Image layout="width:${data.imageSize.w},height:${data.imageSize.h},flexGrow:1" data="@{image_urls.8}" attr="contentMode:scaleAspectFill,cornerRadius:2,clickToBounds:0,visibility:${data.showArr[8]},bgColor:@textWeak"/>
</View>
<FLContainer layout="width:100%,height:auto,flexDirection:row,paddingTop:10,justifyContent:spaceAround">
<ThumbUpView data="${data.thumb_up}" layout="width:0,height:auto,flexGrow:1,flexDirection:row,justifyContent:center,alignment:center" />
<View layout="width:0,height:auto,flexGrow:1,flexDirection:row,justifyContent:center" action="comment">
<Image layout="width:20,height:20,alignSelf:center" attr="contentMode:scaleAspectFill" data="@comment"/>
<Label data="@{comment_count}" layout="width:auto,height:auto,marginLeft:6,alignSelf:center" attr="textColor:#8C8F96,fontSize:12"/>
</View>
<View layout="width:0,height:auto,flexGrow:1,flexDirection:row,justifyContent:center" action="share">
<Image layout="width:20,height:20,alignSelf:center" attr="contentMode:scaleAspectFill" data="@share"/>
<Label data="分享" layout="width:auto,height:auto,marginLeft:6,alignSelf:center" attr="textColor:#8C8F96,fontSize:12"/>
</View>
</FLContainer>
<script>"templates/300005.ctfx"</script>
</View>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<View layout="flexDirection:row,alignItems:flexEnd,width:100%,height:76,paddingLeft:14,paddingRight:14,paddingTop:14,paddingBottom:14">
<Image action="gotoAuthor" layout="width:48,height:48" attr="cornerRadius:24,cornerRadiusAll:24,alignSelf:center" data="@{image}"/>
<FLContainer action="gotoAuthor" layout="flexDirection:column,flexGrow:1,justifyContent:spaceBetween,width:0,height:48,marginLeft:12,marginRight:8">
<Label layout="width:100%,height:auto" attr="fontSize:16,fontStyle:bold,textColor:#2C2E30,maxLines:1,lineBreakMode:tail" data="@{name}"/>
<Label layout="width:100%,height:auto" attr="fontSize:12,textColor:#B0B2BA,maxLines:1,lineBreakMode:tail" data="@{summary}"/>
</FLContainer>
<FLContainer layout="width:56,height:auto,alignSelf:center">
<SubscribeButton layout="width:56,height:28"
attr="fontSize:${data.fontSize},alignment:center,isSubscribed:${data.isSubscribed},chameleonId:400001" data="${data.author_bean}" />
</FLContainer>
<script>"templates/400001.ctfx"</script>
</View>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<View layout="width:100%,height:auto,paddingLeft:@padding,paddingRight:@padding,flexDirection:column,paddingTop:@padding,paddingBottom:@padding,"
attr="bgColor:@background,cornerRadius:6" action="openNews">
<SubwayRichLabel layout="width:100%,height:auto" attr="textColor:#191F2C,cornerText:,cornerTextColor:#657BA9,textSize:17,cornerTextSize:17,maxLines:2,lineBreakMode:tail"
data="@{title}"/>
<FLContainer layout="width:100%,height:auto,flexDirection:row,marginTop:8,alignItems:center">
<View layout="width:20,height:20,position:absolute,left:0" attr="cornerRadius:10,borderWidth:1,borderColor:#FA4A3E,bgColor:#000000,visibility:${data.head1IsShow}"></View>
<View layout="width:20,height:20,position:absolute,left:16" attr="cornerRadius:10,borderWidth:1,borderColor:#FA4A3E,bgColor:#000000,visibility:${data.head2IsShow}"></View>
<View layout="width:20,height:20,position:absolute,left:32" attr="cornerRadius:10,borderWidth:1,borderColor:#FA4A3E,bgColor:#000000,visibility:${data.head3IsShow}"></View>
<Label data="${data.commentNum}" layout="width:auto,height:auto,position:absolute,left:${data.textLeft}" attr="fontSize:14,textColor:#B0B2BA"></Label>
</FLContainer>
<script>"templates/500001.ctfx"</script>
</View>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<View layout="flexDirection:row,alignItems:flexEnd,width:100%,height:50,paddingLeft:14,paddingRight:14">
<Image action="gotoAuthor" layout="width:36,height:36" attr="cornerRadius:18,cornerRadiusAll:18,borderWidth:0,alignSelf:center" data="@{media_pic}"/>
<View action="gotoAuthor" layout="flexDirection:column,flexGrow:1,justifyContent:spaceBetween,height:36,marginLeft:10,marginRight:10">
<Label layout="width:100%,height:auto" attr="fontSize:14,fontStyle:bold,textColor:#191F2C" data="@{media_name}"/>
<Label layout="width:100%,height:auto" attr="fontSize:12,textColor:#909DA3" data="@{publish_time}"/>
</View>
<View layout="width:100,height:28,marginBottom:4" attr="">
<SubscribeButton layout="width:56,height:28,position:absolute,bottom:0,right:${data.subcriptR}"
attr="fontSize:${data.fontSize},alignment:center,isSubscribed:${data.isSubscribed},chameleonId:900001" data="${data.author_bean}"/>
<View action="dislike" layout="flexDirection:row,justifyContent:flexEnd,width:31,height:28,position:absolute,bottom:0,right:0" attr="included:${data.isCloseVisibility}">
<Image data="@close" layout="alignSelf:center,width:21,height:21" attr="included:false" />
</View>
</View>
<script>"templates/900001.ctfx"</script>
</View>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<View layout="flexDirection:row,alignItems:flexEnd,width:100%,height:auto,paddingLeft:16,paddingRight:16,paddingTop:2,paddingBottom:2">
<Label layout="width:100%,height:auto" attr="fontSize:12,textColor:rgba(25, 31, 44, 0.24),maxLines:1,lineBreakMode:tail" data="@{text}"/>
<script>"templates/900003.ctfx"</script>
</View>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<View layout="flexDirection:row,alignItems:flexEnd,width:100%,height:auto,paddingLeft:16,paddingRight:16,paddingTop:2,paddingBottom:2">
<Label layout="width:100%,height:auto" attr="fontSize:12,textColor:rgba(25, 31, 44, 0.24),maxLines:1,lineBreakMode:tail" data="@{text}"/>
<script>"templates/900004.ctfx"</script>
</View>
\ No newline at end of file
/**
* @file html5
*
* @since 18/01/18
*/
// 拷贝自normalize
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
-webkit-appearance: button; /* 2 */
}
/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box; /* 1 */
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Correct the text style of placeholders in Chrome, Edge, and Safari.
*/
::-webkit-input-placeholder {
color: inherit;
opacity: 0.54;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
// vue 可以隐藏vue的模板
[v-cloak] {
display: none
}
\ No newline at end of file
/**
* @file reset.css
* @author wanghan<wanghan01@yidian-inc.com>
*/
@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
margin: 0;
padding: 0;
}
fieldset,
img {
border: 0;
}
ol,
ul {
list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
font-size: 100%;
}
html {
-webkit-text-size-adjust: none;
-webkit-touch-callout:none;
}
body {
-webkit-user-select: none;
-webkit-touch-callout:none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a {
text-decoration: none;
}
a:active,
a:focus {
outline: none;
}
.c {
text-align: center;
}
.r {
text-align: right;
}
.l {
text-align: left;
}
.q {
display: block;
}
.fl {
float: left;
}
.fr {
float: right;
}
html {
font-size: 16px;
@extend body;
}
body {
position: relative;
height: 100%;
width: 100%;
cursor: pointer;
-webkit-text-size-adjust: none !important;
-webkit-overflow-scrolling: touch;
-webkit-user-select: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-transform: translateZ(0px);
margin: 0;
padding: 0;
font-size: 16px;
font-family: PingFangSC-Regular;
}
a.user-input-link {
color: #4f7bb3;
}
a.user-input-link:before {
position: relative;
top: 3px;
display: inline-block;
width: 16px;
height: 16px;
content: " ";
/*background: url("../../../assets/icon_card_link_blue_dark.png") no-repeat;*/
/*background-size: 16px 16px;*/
}
button,
input {
outline: none;
border: none;
}
p {
margin: 0;
padding: 0;
}
i {
font-style: normal;
}
/**
* @file router.js
* @author wanghan<wanghan01@yidian-inc.com>
*/
/* eslint-disable */
;(function(win, lib) {
var doc = win.document;
var docEl = doc.documentElement;
var metaEl = doc.querySelector('meta[name="viewport"]');
var flexibleEl = doc.querySelector('meta[name="flexible"]');
var dpr = 0;
var scale = 0;
var tid;
var flexible = lib.flexible || (lib.flexible = {});
if (metaEl) {
// console.warn('将根据已有的meta标签来设置缩放比例');
var match = metaEl.getAttribute('content').match(/initial\-scale=([\d\.]+)/);
if (match) {
scale = parseFloat(match[1]);
dpr = parseInt(1 / scale);
}
} else if (flexibleEl) {
var content = flexibleEl.getAttribute('content');
if (content) {
var initialDpr = content.match(/initial\-dpr=([\d\.]+)/);
var maximumDpr = content.match(/maximum\-dpr=([\d\.]+)/);
if (initialDpr) {
dpr = parseFloat(initialDpr[1]);
scale = parseFloat((1 / dpr).toFixed(2));
}
if (maximumDpr) {
dpr = parseFloat(maximumDpr[1]);
scale = parseFloat((1 / dpr).toFixed(2));
}
}
}
if (!dpr && !scale) {
var isAndroid = win.navigator.appVersion.match(/android/gi);
var isIPhone = win.navigator.appVersion.match(/iphone/gi);
var devicePixelRatio = win.devicePixelRatio;
if (isIPhone) {
// iOS下,对于2和3的屏,用2倍的方案,其余的用1倍方案
if (devicePixelRatio >= 3 && (!dpr || dpr >= 3)) {
dpr = 3;
} else if (devicePixelRatio >= 2 && (!dpr || dpr >= 2)){
dpr = 2;
} else {
dpr = 1;
}
} else {
// 其他设备下,仍旧使用1倍的方案
dpr = 1;
}
scale = 1 / dpr;
}
docEl.setAttribute('data-dpr', dpr);
if (!metaEl) {
metaEl = doc.createElement('meta');
metaEl.setAttribute('name', 'viewport');
metaEl.setAttribute('content', 'initial-scale=' + scale + ', maximum-scale=' + scale + ', minimum-scale=' + scale + ', user-scalable=no');
if (docEl.firstElementChild) {
docEl.firstElementChild.appendChild(metaEl);
} else {
var wrap = doc.createElement('div');
wrap.appendChild(metaEl);
doc.write(wrap.innerHTML);
}
}
function refreshRem(){
var width = docEl.getBoundingClientRect().width;
if (width / dpr > 540) {
width = 540 * dpr;
}
var rem = width / 10;
docEl.style.fontSize = rem + 'px';
flexible.rem = win.rem = rem;
}
win.addEventListener('resize', function() {
clearTimeout(tid);
tid = setTimeout(refreshRem, 300);
}, false);
win.addEventListener('pageshow', function(e) {
if (e.persisted) {
clearTimeout(tid);
tid = setTimeout(refreshRem, 300);
}
}, false);
if (doc.readyState === 'complete') {
doc.body.style.fontSize = 12 * dpr + 'px';
} else {
doc.addEventListener('DOMContentLoaded', function(e) {
doc.body.style.fontSize = 12 * dpr + 'px';
}, false);
}
refreshRem();
flexible.dpr = win.dpr = dpr;
flexible.refreshRem = refreshRem;
flexible.rem2px = function(d) {
var val = parseFloat(d) * this.rem;
if (typeof d === 'string' && d.match(/rem$/)) {
val += 'px';
}
return val;
}
flexible.px2rem = function(d) {
var val = parseFloat(d) / this.rem;
if (typeof d === 'string' && d.match(/px$/)) {
val += 'rem';
}
return val;
}
})(window, window['lib'] || (window['lib'] = {}));
/* eslint-enable */
\ No newline at end of file
{
"typeName": "classic",
"typeThumbnail": "thumbnail.png",
"resType": 2,
"emotions": [
{
"desc": "[可爱]",
"res": "emotions/keai.png"
},
{
"desc": "[龇牙笑]",
"res": "emotions/ziyaxiao.png"
},
{
"desc": "[大笑]",
"res": "emotions/daxiao.png"
},
{
"desc": "[调皮]",
"res": "emotions/tiaopi.png"
},
{
"desc": "[笑哭]",
"res": "emotions/xiaoku.png"
},
{
"desc": "[偷笑]",
"res": "emotions/touxiao.png"
},
{
"desc": "[捂脸笑]",
"res": "emotions/wulianxiao.png"
},
{
"desc": "[害羞1]",
"res": "emotions/shy.png"
},
{
"desc": "[色1]",
"res": "emotions/prurience.png"
},
{
"desc": "[发呆]",
"res": "emotions/fadai.png"
},
{
"desc": "[抠鼻]",
"res": "emotions/koubi.png"
},
{
"desc": "[白眼]",
"res": "emotions/baiyan.png"
},
{
"desc": "[再见]",
"res": "emotions/bye.png"
},
{
"desc": "[怒]",
"res": "emotions/angry.png"
},
{
"desc": "[闭嘴1]",
"res": "emotions/shutup.png"
},
{
"desc": "[惊讶1]",
"res": "emotions/surprised.png"
},
{
"desc": "[疑问1]",
"res": "emotions/doubt.png"
},
{
"desc": "[生病]",
"res": "emotions/shengbing.png"
},
{
"desc": "[委屈]",
"res": "emotions/weiqu.png"
},
{
"desc": "[哭]",
"res": "emotions/cry.png"
},
{
"desc": "[大哭]",
"res": "emotions/daku.png"
},
{
"desc": "[呕吐]",
"res": "emotions/outu.png"
},
{
"desc": "[睡觉]",
"res": "emotions/sleep.png"
},
{
"desc": "[汗]",
"res": "emotions/han.png"
},
{
"desc": "[酷]",
"res": "emotions/ku.png"
},
{
"desc": "[鬼脸]",
"res": "emotions/guilian.png"
},
{
"desc": "[好的]",
"res": "emotions/allright.png"
},
{
"desc": "[脸红]",
"res": "emotions/lianhong.png"
},
{
"desc": "[机智1]",
"res": "emotions/Witty.png"
},
{
"desc": "[皱眉]",
"res": "emotions/zhoumei.png"
},
{
"desc": "[吃瓜1]",
"res": "emotions/chigua.png"
},
{
"desc": "[加油]",
"res": "emotions/jiayou.png"
},
{
"desc": "[流鼻血]",
"res": "emotions/liubixue.png"
},
{
"desc": "[围观]",
"res": "emotions/weiguan.png"
},
{
"desc": "[右亲亲]",
"res": "emotions/youqinqin.png"
},
{
"desc": "[左亲亲]",
"res": "emotions/zuoqinqin.png"
},
{
"desc": "[辣眼睛]",
"res": "emotions/layanjing.png"
},
{
"desc": "[鼓掌1]",
"res": "emotions/clap.png"
},
{
"desc": "[看手机]",
"res": "emotions/kanshouji.png"
},
{
"desc": "[改到哭]",
"res": "emotions/gaidaoku.png"
},
{
"desc": "[右告辞]",
"res": "emotions/yougaoci.png"
},
{
"desc": "[左告辞]",
"res": "emotions/zuogaoci.png"
},
{
"desc": "[打脸1]",
"res": "emotions/face.png"
},
{
"desc": "[被打脸]",
"res": "emotions/beidalian.png"
},
{
"desc": "[扔锅]",
"res": "emotions/rengguo.png"
},
{
"desc": "[接锅]",
"res": "emotions/jieguo.png"
},
{
"desc": "[背锅]",
"res": "emotions/beiguo.png"
},
{
"desc": "[赞同]",
"res": "emotions/zantong.png"
},
{
"desc": "[不抬杠]",
"res": "emotions/butaigang.png"
},
{
"desc": "[约吗]",
"res": "emotions/yuema.png"
},
{
"desc": "[不约]",
"res": "emotions/buyue.png"
},
{
"desc": "[求关注]",
"res": "emotions/qiuguanzhu.png"
},
{
"desc": "[我真香]",
"res": "emotions/wozhenxiang.png"
},
{
"desc": "[锦鲤]",
"res": "emotions/jinli.png"
},
{
"desc": "[柠檬精]",
"res": "emotions/ningmengjing.png"
},
{
"desc": "[彩虹屁]",
"res": "emotions/caihongpi.png"
},
{
"desc": "[扎心]",
"res": "emotions/zhaxin.png"
},
{
"desc": "[心碎1]",
"res": "emotions/heartbreak.png"
},
{
"desc": "[心]",
"res": "emotions/heart.png"
},
{
"desc": "[祈祷]",
"res": "emotions/qidao.png"
},
{
"desc": "[棒]",
"res": "emotions/good.png"
},
{
"desc": "[踩1]",
"res": "emotions/stepon.png"
},
{
"desc": "[比心]",
"res": "emotions/bixin.png"
},
{
"desc": "[差一点]",
"res": "emotions/chayidian.png"
},
{
"desc": "[胜利]",
"res": "emotions/shengli.png"
},
{
"desc": "[强壮1]",
"res": "emotions/strong.png"
},
{
"desc": "[送花]",
"res": "emotions/songhua.png"
},
{
"desc": "[666]",
"res": "emotions/sixsixsix.png"
},
{
"desc": "[庆祝]",
"res": "emotions/qingzhu.png"
},
{
"desc": "[喝彩1]",
"res": "emotions/cheer.png"
},
{
"desc": "[必胜]",
"res": "emotions/bisheng.png"
},
{
"desc": "[Diss]",
"res": "emotions/diss.png"
},
{
"desc": "[沙发]",
"res": "emotions/shafa.png"
},
{
"desc": "[礼物]",
"res": "emotions/gift.png"
},
{
"desc": "[生日蛋糕]",
"res": "emotions/cake.png"
},
{
"desc": "[Skr]",
"res": "emotions/skr.png"
},
{
"desc": "[恶魔之角]",
"res": "emotions/rock.png"
},
{
"desc": "[优秀]",
"res": "emotions/youxiu.png"
},
{
"desc": "[100分]",
"res": "emotions/onehundred.png"
},
{
"desc": "[双喜]",
"res": "emotions/shuangxi.png"
},
{
"desc": "[发财]",
"res": "emotions/facai.png"
},
{
"desc": "[福]",
"res": "emotions/fu.png"
},
{
"desc": "[红包]",
"res": "emotions/hongbao.png"
},
{
"desc": "[月饼]",
"res": "emotions/yuebing.png"
},
{
"desc": "[圣诞树]",
"res": "emotions/shengdanshu.png"
},
{
"desc": "[热门]",
"res": "emotions/remen.png"
},
{
"desc": "[狗粮]",
"res": "emotions/gouliang.png"
},
{
"desc": "[学士帽]",
"res": "emotions/xueshimao.png"
},
{
"desc": "[晚安]",
"res": "emotions/wanan.png"
},
{
"desc": "[咖啡]",
"res": "emotions/coffee.png"
},
{
"desc": "[嗯]",
"res": "emotions/en.png"
},
{
"desc": "[哈]",
"res": "emotions/ha.png"
},
{
"desc": "[呵]",
"res": "emotions/he.png"
},
{
"desc": "[+1]",
"res": "emotions/addone.png"
},
{
"desc": "[火车头]",
"res": "emotions/huochetou.png"
},
{
"desc": "[火车身]",
"res": "emotions/huocheshen.png"
},
{
"desc": "[火车尾]",
"res": "emotions/huochewei.png"
}
],
"row": 3,
"column": 7,
"pageCount": 0,
"size": 30,
"rowMargin": 0.25,
"needDelIcon": true,
"priority": 0,
"hasSetup": false
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment