mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
同步配置
This commit is contained in:
parent
a47ef73a5b
commit
d32c23432d
@ -33,5 +33,19 @@ return [
|
||||
// 序列化机制
|
||||
'serialize' => [],
|
||||
],
|
||||
'safe' => [
|
||||
// 驱动方式
|
||||
'type' => 'File',
|
||||
// 缓存保存目录
|
||||
'path' => with_path('safefile/cache/'),
|
||||
// 缓存名称前缀
|
||||
'prefix' => '',
|
||||
// 缓存有效期 0 表示永久缓存
|
||||
'expire' => 0,
|
||||
// 缓存标签前缀
|
||||
'tag_prefix' => 'tag:',
|
||||
// 序列化机制
|
||||
'serialize' => [],
|
||||
],
|
||||
],
|
||||
];
|
2
public/static/plugs/ckeditor5/ckeditor.js
vendored
2
public/static/plugs/ckeditor5/ckeditor.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user