1
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -28,7 +28,7 @@
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
<script type="module" crossorigin src="/assets/index-C5-PCv54.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-nOnojq6k.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-D3fwIbOp.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -437,7 +437,9 @@ const AdminApiKeys: React.FC = () => {
|
||||
</Form.Item>
|
||||
</Form>
|
||||
|
||||
{/* 超分配置(独立面板) */}
|
||||
{/* 超分配置(仅编辑模式显示,新建时没ID) */}
|
||||
{modal.key?.id && (
|
||||
<>
|
||||
<Divider />
|
||||
<Typography.Text strong style={{ fontSize: 14 }}>🎬 超分配置</Typography.Text>
|
||||
<div style={{ marginTop: 16 }}>
|
||||
@@ -491,6 +493,8 @@ const AdminApiKeys: React.FC = () => {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
)}
|
||||
|
||||
{/* 虚拟素材库配额(仅编辑模式显示,新建时没ID) */}
|
||||
{modal.key?.id && (
|
||||
|
||||
Reference in New Issue
Block a user