Changes between Initial Version and Version 1 of information-type
- Timestamp:
- 03/18/2014 04:27:13 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
information-type
v1 v1 1 截止汽车网客户端4.2版,资讯一共存在6个类型,如下: 2 3 typedef enum 4 { 5 InformationUnknown, // 未知 6 InformationArticle, // 文章 7 InformationTopic, // 帖子 8 InformationALbum, // 图集 9 InformationBroadCast, // 直播文章 10 InformationZT, // 专题网页 11 InformationActivity // 活动网页 12 } InformationType; 13 14 以上类型,除unknown外,其他都是通过解析to-uri字段里的内容来进行判断: 15 16 包含bbs-topic的为帖子 17 包含album-photo的为图集 18 包含information-article的为文章 19 包含template=live的为直播文章 20 包含type=activity的为活动 21 包含type=zt的为专题 22 23 负责madmin填写头条文章的编辑,请务必按照以上规则来填写to-uri
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)