mirror of
https://github.com/v2board/v2board.git
synced 2025-01-10 16:19:10 +08:00
update: fix editor
This commit is contained in:
parent
ab02935fd7
commit
6aa96fe856
@ -17,6 +17,6 @@ class Server extends Model
|
||||
'networkSettings' => 'array',
|
||||
'dnsSettings' => 'array',
|
||||
'ruleSettings' => 'array',
|
||||
'tag' => 'array'
|
||||
'tags' => 'array'
|
||||
];
|
||||
}
|
||||
|
@ -12,6 +12,6 @@ class ServerShadowsocks extends Model
|
||||
protected $casts = [
|
||||
'created_at' => 'timestamp',
|
||||
'updated_at' => 'timestamp',
|
||||
'tag' => 'array'
|
||||
'tags' => 'array'
|
||||
];
|
||||
}
|
||||
|
@ -12,6 +12,6 @@ class ServerTrojan extends Model
|
||||
protected $casts = [
|
||||
'created_at' => 'timestamp',
|
||||
'updated_at' => 'timestamp',
|
||||
'tag' => 'array'
|
||||
'tags' => 'array'
|
||||
];
|
||||
}
|
||||
|
@ -236,5 +236,5 @@ return [
|
||||
| The only modification by laravel config
|
||||
|
|
||||
*/
|
||||
'version' => '1.5.3.1628182414902'
|
||||
'version' => '1.5.3.1628222444140'
|
||||
];
|
||||
|
2
public/assets/admin/umi.js
vendored
2
public/assets/admin/umi.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user