Update lang.php

This commit is contained in:
Anyon 2020-11-23 09:53:32 +08:00
parent 3399d20fa3
commit f6226a1b5f
2 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ class StoreItem extends Controller
### 字段描述
// type 0 支持自提1 不支持自提
// status 0 禁用0 启用
// business_weeks_days // 每周天数
// business_weeks_works // 每周工作
// business_hours_start // 开始时间
// business_hours_after // 结束时间
$query->like('name')->equal('status')->dateBetween('create_at');

View File

@ -20,12 +20,12 @@ return [
'allow_lang_list' => ['zh-cn'],
// 多语言自动侦测变量名
'detect_var' => 'lang',
// 使用 Cookie 记录
'use_cookie' => true,
// 多语言 Cookie 变量
'cookie_var' => 'think_lang',
// 多语言 Header 变量
'header_var' => 'think-lang',
// 使用 Cookie 记录
'use_cookie' => true,
// 是否支持语言分组
'allow_group' => false,
// 扩展语言包
@ -34,4 +34,4 @@ return [
'accept_language' => [
'zh-hans-cn' => 'zh-cn',
],
];
];