Changes between Version 4 and Version 5 of information-type
- Timestamp:
- 03/18/2014 04:38:39 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
information-type
v4 v5 3 3 typedef enum 4 4 { 5 InformationUnknown , // 未知5 InformationUnknown=0, // 未知 6 6 InformationArticle, // 文章 7 7 InformationTopic, // 帖子 … … 10 10 InformationZT, // 专题网页 11 11 InformationActivity // 活动网页 12 } 12 } InformationType; 13 13 }}} 14 14 以上类型,除unknown外,其他都是通过解析to-uri字段里的内容来进行判断:
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)