mirror of
https://github.com/lsky-org/lsky-pro.git
synced 2025-01-08 11:57:52 +08:00
🔖 Releasing / Version tags.
This commit is contained in:
parent
531b95ca33
commit
32aac46ff0
@ -12,5 +12,6 @@ charset = utf8mb4
|
||||
prefix = lsky_
|
||||
|
||||
[system]
|
||||
single_user_mode = false
|
||||
intercept_salacity = false
|
||||
url_query = ''
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
return [
|
||||
// 是否开启单用户模式
|
||||
'single_user_mode' => env('single_user_mode', false),
|
||||
'single_user_mode' => env('system.single_user_mode', false),
|
||||
// 违规图片是否直接拦截
|
||||
'intercept_salacity' => env('system.intercept_salacity', false),
|
||||
// 图片链接额外参数(例: ?test=123)
|
||||
|
Loading…
Reference in New Issue
Block a user