dever 6 rokov pred
rodič
commit
b20617bc3f
1 zmenil súbory, kde vykonal 3 pridanie a 1 odobranie
  1. 3 1
      config/base.php

+ 3 - 1
config/base.php

@@ -17,13 +17,14 @@ $config['base'] = array
 	# 小程序首页
 	# 小程序首页
 	'applet_index' => 'pages/choice/index/index',
 	'applet_index' => 'pages/choice/index/index',
 
 
-	# 功能类型
+	# 功能类型 5小刊留言视频 6小刊留言音频
 	'type' => array
 	'type' => array
 	(
 	(
 		1 => '图文',
 		1 => '图文',
 		2 => '视频',
 		2 => '视频',
 		3 => '直播',
 		3 => '直播',
 		4 => '小刊',
 		4 => '小刊',
+		5 => '小刊音视频留言',
 	),
 	),
 
 
 	# 功能类型
 	# 功能类型
@@ -33,6 +34,7 @@ $config['base'] = array
 		2 => 'video/vod',
 		2 => 'video/vod',
 		3 => 'video/live',
 		3 => 'video/live',
 		4 => 'journal/info',
 		4 => 'journal/info',
+		5 => 'journal/content',
 		11 => 'act/comment',
 		11 => 'act/comment',
 		12 => 'act/live_comment',
 		12 => 'act/live_comment',
 	),
 	),