初始化

This commit is contained in:
2026-03-02 13:44:38 +08:00
commit 05b785083c
677 changed files with 58662 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<?php
use addons\webman\model\PlayerPlatformCash;
return [
'title' => '平台钱包',
'fields' => [
'id' => 'ID',
'player_id' => '玩家ID',
'platform_id' => '平台ID',
'platform_name' => '平台名称',
'money' => '点数',
'status' => '游戏平台状态',
'created_at' => '创建时间',
'updated_at' => '更新时间',
],
'platform_name' => [
PlayerPlatformCash::PLATFORM_SELF => '钱包余额'
]
];