修改会员登录默认特性
This commit is contained in:
+5
-5
@@ -64,7 +64,7 @@ return new class extends Migration
|
|||||||
{
|
{
|
||||||
$themes = [
|
$themes = [
|
||||||
1 => [
|
1 => [
|
||||||
'join_effect' => 'snow',
|
'join_effect' => 'fireworks',
|
||||||
'leave_effect' => 'rain',
|
'leave_effect' => 'rain',
|
||||||
'join_banner_style' => 'aurora',
|
'join_banner_style' => 'aurora',
|
||||||
'leave_banner_style' => 'farewell',
|
'leave_banner_style' => 'farewell',
|
||||||
@@ -80,8 +80,8 @@ return new class extends Migration
|
|||||||
], JSON_UNESCAPED_UNICODE),
|
], JSON_UNESCAPED_UNICODE),
|
||||||
],
|
],
|
||||||
2 => [
|
2 => [
|
||||||
'join_effect' => 'rain',
|
'join_effect' => 'fireworks',
|
||||||
'leave_effect' => 'snow',
|
'leave_effect' => 'rain',
|
||||||
'join_banner_style' => 'storm',
|
'join_banner_style' => 'storm',
|
||||||
'leave_banner_style' => 'aurora',
|
'leave_banner_style' => 'aurora',
|
||||||
'join_templates' => json_encode([
|
'join_templates' => json_encode([
|
||||||
@@ -96,7 +96,7 @@ return new class extends Migration
|
|||||||
], JSON_UNESCAPED_UNICODE),
|
], JSON_UNESCAPED_UNICODE),
|
||||||
],
|
],
|
||||||
3 => [
|
3 => [
|
||||||
'join_effect' => 'lightning',
|
'join_effect' => 'fireworks',
|
||||||
'leave_effect' => 'rain',
|
'leave_effect' => 'rain',
|
||||||
'join_banner_style' => 'cosmic',
|
'join_banner_style' => 'cosmic',
|
||||||
'leave_banner_style' => 'storm',
|
'leave_banner_style' => 'storm',
|
||||||
@@ -113,7 +113,7 @@ return new class extends Migration
|
|||||||
],
|
],
|
||||||
4 => [
|
4 => [
|
||||||
'join_effect' => 'fireworks',
|
'join_effect' => 'fireworks',
|
||||||
'leave_effect' => 'lightning',
|
'leave_effect' => 'rain',
|
||||||
'join_banner_style' => 'royal',
|
'join_banner_style' => 'royal',
|
||||||
'leave_banner_style' => 'cosmic',
|
'leave_banner_style' => 'cosmic',
|
||||||
'join_templates' => json_encode([
|
'join_templates' => json_encode([
|
||||||
|
|||||||
Reference in New Issue
Block a user