chore: 同步管理端构建与余额模块调整

- 更新 soul-admin dist 构建产物
- 调整 soul-api balance 路由与模型文件

Made-with: Cursor
This commit is contained in:
卡若
2026-03-17 16:12:04 +08:00
parent e222d254be
commit b625fd5aa1
11 changed files with 946 additions and 1900 deletions

File diff suppressed because one or more lines are too long

927
soul-admin/dist/assets/index-BJTFaSuJ.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -4,8 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>管理后台 - Soul创业派对</title>
<script type="module" crossorigin src="/assets/index--Y8yZ41S.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CKdDSrMs.css">
<script type="module" crossorigin src="/assets/index-BJTFaSuJ.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-dmhT0dvT.css">
</head>
<body>
<div id="root"></div>

View File

@@ -21,7 +21,7 @@ import { ReferralSettingsPage } from '@/pages/referral-settings/ReferralSettings
import { Pagination } from '@/components/ui/Pagination'
import { Button } from '@/components/ui/button'
import { Input } from '@/components/ui/input'
import { Card, CardContent } from '@/components/ui/card'
import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card'
import { Badge } from '@/components/ui/badge'
import {
Dialog,