文案调整
This commit is contained in:
parent
75af59e563
commit
294aa5b50e
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user