style: optimize ui for login and index pages with modern ios tech style

This commit is contained in:
2026-05-20 16:06:46 +08:00
parent c9ad4ae2ed
commit 485ba7a380
10 changed files with 752 additions and 0 deletions
@@ -0,0 +1,9 @@
<?php
namespace app\common\model;
class AssetUserResource extends BaseModel
{
protected $name = 'asset_user_resource';
protected $autoWriteTimestamp = 'create_time';
protected $updateTime = false;
}