File tree Expand file tree Collapse file tree
frontend/src/components/account Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373 </div >
7474
7575 <!-- API Key 账号配额限制 -->
76- <div v-if =" showDailyQuota || showWeeklyQuota || showTotalQuota" class =" flex items-center gap-1" >
77- <QuotaBadge v-if =" showDailyQuota " :used =" account .quota_daily_used ?? 0 " :limit =" account .quota_daily_limit ! " label="D" />
78- <QuotaBadge v-if =" showWeeklyQuota " :used =" account .quota_weekly_used ?? 0 " :limit =" account .quota_weekly_limit ! " label="W" />
79- <QuotaBadge v-if =" showTotalQuota " :used =" account .quota_used ?? 0 " :limit =" account .quota_limit ! " />
80- </div >
76+ <QuotaBadge v-if =" showDailyQuota " :used =" account .quota_daily_used ?? 0 " :limit =" account .quota_daily_limit ! " label="D" />
77+ <QuotaBadge v-if =" showWeeklyQuota " :used =" account .quota_weekly_used ?? 0 " :limit =" account .quota_weekly_limit ! " label="W" />
78+ <QuotaBadge v-if =" showTotalQuota " :used =" account .quota_used ?? 0 " :limit =" account .quota_limit ! " />
8179 </div >
8280</template >
8381
You can’t perform that action at this time.
0 commit comments