文案调整

This commit is contained in:
zhonghua 2026-04-20 15:35:13 +08:00
parent 75af59e563
commit 294aa5b50e

View File

@ -277,9 +277,9 @@ async function handleStart() {
})
return
}
if (Number(gate.quota?.userCallLimit || '0') <= 0) {
if (Number(gate.quota?.userCallRemaining || '0') <= 0) {
// message.success(gate.quota.summary, 2)
message.warning('创作次数已用完,请联系管理员补充创作次数。')
message.warning('创作次数已用完,请联系管理员。')
return
}
if (gate.quotaError) {