Skip to content

Commit

Permalink
fix: 模块配置文件补充
Browse files Browse the repository at this point in the history
  • Loading branch information
slowlyo committed Jun 13, 2024
1 parent 754738b commit cde5e6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Console/Module/stubs/config.stub
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,14 @@ return [
'dark' => true,
// 是否显示 [全屏] 按钮
'full_screen' => true,
// 是否显示 [多语言] 按钮
'locale_toggle' => true,
// 是否显示 [主题配置] 按钮
'theme_config' => true,
],
'locale_options' => [
'en' => 'English',
'zh-CN' => '简体中文',
'zh_CN' => '简体中文',
],
/*
* keep_alive 页面缓存黑名单
Expand Down

0 comments on commit cde5e6c

Please sign in to comment.