* Change the order of the visions, move or to the end.

This commit is contained in:
liumengyi
2023-11-25 15:27:17 +08:00
parent 7688a24818
commit 33cf11ac42
+1 -1
View File
@@ -34,7 +34,7 @@ $config->methodVar = 'f'; // 请求类型为GET:模块
$config->viewVar = 't'; // 请求类型为GET:视图变量名。 requestType=GET: the view var name.
$config->sessionVar = 'zentaosid'; // 请求类型为GET:session变量名。 requestType=GET: the session var name.
$config->views = ',html,json,mhtml,xhtml,'; // 支持的视图类型。 Supported view formats.
$config->visions = ',or,rnd,lite,'; // 支持的界面类型。 Supported vision formats.
$config->visions = ',rnd,lite,or,'; // 支持的界面类型。 Supported vision formats.
/* 支持的主题和语言。Supported themes and languages. */
$config->themes['default'] = 'default';