Add AI point usage cycle cleanup
Frontend CI / Frontend (push) Successful in 2m52s
Backend CI / Backend (push) Successful in 14m11s

This commit is contained in:
2026-05-20 21:59:36 +08:00
parent e045e00fbf
commit 509f9e0c71
7 changed files with 322 additions and 14 deletions
@@ -240,8 +240,7 @@ function getAIPointAmountMeta(item: AIPointUsageLog): {
<template v-if="column.key === 'usage_type'">
<div class="usage-type-cell">
<strong>{{ getAIPointUsageTypeLabel(record.usage_type) }}</strong>
<span v-if="record.model">{{ record.model }}</span>
<span v-else-if="record.error_message" class="usage-error">
<span v-if="record.error_message" class="usage-error">
{{ record.error_message }}
</span>
</div>