统一 Rust 与 TypeScript 格式化门禁
纳入 AGC Cargo workspace 的统一 rustfmt 检查与格式化入口 完成项目 TypeScript/Prettier 与 Rust 全量格式化 修复 Pingora expected executable 门禁的空白敏感误报 同步开发运维文档与 AGC skill pack 格式化忽略规则
This commit is contained in:
@@ -88,7 +88,7 @@ export function CharacterDraftModal(props: {
|
||||
isOpen={isOpen}
|
||||
title="角色自定义"
|
||||
onClose={onClose}
|
||||
footer={(
|
||||
footer={
|
||||
<>
|
||||
<PlatformActionButton
|
||||
surface="editorDark"
|
||||
@@ -107,7 +107,7 @@ export function CharacterDraftModal(props: {
|
||||
确认进入
|
||||
</PlatformActionButton>
|
||||
</>
|
||||
)}
|
||||
}
|
||||
>
|
||||
<div className="space-y-4">
|
||||
<PlatformSubpanel
|
||||
@@ -229,7 +229,7 @@ export function CustomWorldCreatorModal(props: CustomWorldCreatorModalProps) {
|
||||
isOpen={isOpen}
|
||||
title="创建自定义世界"
|
||||
onClose={onClose}
|
||||
footer={(
|
||||
footer={
|
||||
<>
|
||||
<PlatformActionButton
|
||||
surface="editorDark"
|
||||
@@ -250,12 +250,14 @@ export function CustomWorldCreatorModal(props: CustomWorldCreatorModalProps) {
|
||||
{isGenerating ? '生成中...' : '开始生成'}
|
||||
</PlatformActionButton>
|
||||
</>
|
||||
)}
|
||||
}
|
||||
>
|
||||
<div className="space-y-4">
|
||||
{hasCreatorIntentProps(props) ? (
|
||||
<label className="block">
|
||||
<div className="mb-2 text-sm font-medium text-zinc-200">生成模式</div>
|
||||
<div className="mb-2 text-sm font-medium text-zinc-200">
|
||||
生成模式
|
||||
</div>
|
||||
<PlatformSelectField
|
||||
value={props.generationMode}
|
||||
onChange={(event) =>
|
||||
|
||||
Reference in New Issue
Block a user