ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
## 使用范围 * apps/maccms/theme/模板主题/category/index.tpl ## 普通标签(内容) {$term_id} 分类ID {$term_name} 分类名称 {$term_slug} 分类别名 {$term_module} 所属应用 {$term_controll} 所属模块 {$term_action} 所属操作 {$term_type} 分类标识 {$term_order} 分类权重 {$term_info} 分类描述 {$term_parent} 分类父级ID {$term_count} 分类数据统计 {$term_tpl} 分类模板 {$term_limit} 自定义当前分类每页数量 {$term_api_tid} 资源站的分类ID {$term_api_type} 资源站解析引擎 ## 普通标签(分页) {$total} 总记录数 {$per_page} 每页记录数 {$current_page} 当前页码 {$last_page} 最后一页页码 {$pages} 分页样式代码 ## 循环标签(数据列表) ``` {volist name="item" id="mac"} {$mac.type_id} API站点的分类ID {$mac.type_name} API站点的分类名称 {$mac.episode_status} 连载状态 {$mac.episode_title} 连载标题 {$mac.episode_all} 总集数 {$mac.vod_id} 视频ID {$mac.vod_title} 视频标题 {$mac.vod_name} 副标描述 {$mac.vod_updatetime} 更新时间 {$mac.vod_cover} 主封面 {$mac.vod_cover2} 次封面 {$mac.vod_cover3} 附加封面 {$mac.vod_content} 简介(数组) {$mac.vod_language} 对白语言(数组) {$mac.vod_area} 地区(数组) {$mac.vod_actor} 主演(数组) {$mac.vod_director} 导演(数组) {$mac.play_list} 播放列表(数组) {$mac.play_last} 最后一集参数(数组) {/volist} ```