feat: 增加用户 token 消耗统计功能

This commit is contained in:
RockYang
2023-07-01 23:29:24 +08:00
parent 4603de0e70
commit 32484bd32e
4 changed files with 8 additions and 11 deletions

View File

@@ -35,7 +35,7 @@
</template>
</van-field>
<van-field label="剩余 Tokens">
<van-field label="消耗 Tokens">
<template #input>
<van-tag type="primary">{{ form.tokens }}</van-tag>
</template>