This commit is contained in:
李德银 2024-01-01 17:52:20 +08:00 committed by GitHub
commit b28dcda800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ const EditToken = () => {
const isEdit = tokenId !== undefined;
const [loading, setLoading] = useState(isEdit);
const originInputs = {
name: '',
name: '默认令牌名称',
remain_quota: isEdit ? 0 : 500000,
expired_time: -1,
unlimited_quota: false