迁移文档并更新引用链接

This commit is contained in:
2025-12-15 13:20:41 +08:00
parent d62367f37e
commit fd2afe5e01
34 changed files with 231 additions and 317 deletions

View File

@@ -174,7 +174,7 @@ function BalanceOrLogin(props: {
mode: Number(props.mode),
live: Number(props.live),
daily_limit: props.dailyLimit,
expire: Number(props.expire),
expire_at: Number(props.expire),
quota: props.quota,
},
}}/>

View File

@@ -166,7 +166,7 @@ function BalanceOrLogin(props: {
mode: Number(props.mode),
live: Number(props.live),
quota: props.quota,
expire: Number(props.expire),
expire_at: Number(props.expire),
daily_limit: props.dailyLimit,
},
}}/>