调整图像生成合成器导入顺序
Project CI / Repository checks (pull_request) Successful in 4m54s
Project CI / Backend tests (pull_request) Successful in 4m27s
Project CI / Native shell tests (pull_request) Successful in 14m25s
Project CI / Frontend tests (pull_request) Successful in 3m27s

- 调整 ImageCanvasBasicGenerationComposerView.tsx 中 import 语句顺序,符合代码风格规范
This commit is contained in:
2026-08-06 15:07:32 +08:00
parent f4d6e2172c
commit 67384dcbe8
@@ -7,8 +7,8 @@ import {
type SetStateAction,
} from 'react';
import { AutoGrowTextArea } from '../common/AutoGrowTextArea';
import { CUSTOM_EDITOR_SCENE_STYLE_PRESET } from '../../../packages/shared/src/contracts/editorScene';
import { AutoGrowTextArea } from '../common/AutoGrowTextArea';
import {
PlatformFloatingMenu,
PlatformFloatingMenuItem,