perf: 客户端新窗口皮肤不统一的问题

This commit is contained in:
kuaifan
2022-06-09 14:50:36 +08:00
parent 020be75f7b
commit a11eb11166
6 changed files with 65 additions and 13 deletions

View File

@@ -235,6 +235,18 @@ class IndexController extends InvokeController
];
}
/**
* 设置语言和皮肤
* @return \Illuminate\Contracts\Foundation\Application|\Illuminate\Contracts\View\Factory|\Illuminate\Contracts\View\View
*/
public function setting__theme_language()
{
return view('setting', [
'theme' => Request::input('theme'),
'language' => Request::input('language')
]);
}
/**
* 提取所有中文
* @return array|string