feat: redesign crypto market with synced favorites

This commit is contained in:
hajimi
2026-08-02 02:32:20 +08:00
parent b5b59d7bf1
commit cd054d4db6
9 changed files with 1078 additions and 210 deletions
@@ -0,0 +1,10 @@
<?php
namespace app\common\model\crypto;
use app\common\model\BaseModel;
class CryptoFavorite extends BaseModel
{
protected $name = 'crypto_favorite';
}