mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-22 19:44:02 +08:00
commit
2da5f09644
@ -302,8 +302,8 @@ final class InsertSettingData extends AbstractMigration
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
'section' => 'site',
|
'section' => 'site',
|
||||||
'item_key' => 'enabled',
|
'item_key' => 'status',
|
||||||
'item_value' => '1',
|
'item_value' => 'normal',
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'section' => 'site',
|
'section' => 'site',
|
||||||
@ -342,7 +342,12 @@ final class InsertSettingData extends AbstractMigration
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
'section' => 'site',
|
'section' => 'site',
|
||||||
'item_key' => 'analytics',
|
'item_key' => 'analytics_enabled',
|
||||||
|
'item_value' => '0',
|
||||||
|
],
|
||||||
|
[
|
||||||
|
'section' => 'site',
|
||||||
|
'item_key' => 'analytics_script',
|
||||||
'item_value' => '',
|
'item_value' => '',
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user