修复资源画布PR的CI回归(#410)
Project CI / AI game creator shell Rust shard 4/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust smoke (pull_request) Has been cancelled
Project CI / AI game creator shell Rust crates (pull_request) Has been cancelled
Project CI / Backend tests (pull_request) Has been cancelled
Project CI / Native shell tests (pull_request) Has been cancelled
Project CI / Frontend tests (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 3/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 2/4 (pull_request) Has been cancelled
Project CI / Repository checks (pull_request) Has been cancelled
Project CI / AI game creator shell web tests (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 1/4 (pull_request) Has been cancelled

修复活动回合空快照引用及停用后晚到请求覆盖问题
对齐共享卡片角标与窗口发布次数回归断言
同步原生HTTP权限检查与图集显式切片测试契约
整理菜单组件导入顺序并记录本地验证范围
This commit is contained in:
2026-09-17 20:17:26 +08:00
parent 959beebf63
commit c329c438d9
15 changed files with 123 additions and 29 deletions
@@ -1,5 +1,6 @@
import { Info } from 'lucide-react';
import type { CSSProperties, Ref } from 'react';
import { PlatformIconButton } from './PlatformIconButton';
/** 画布卡片共用的类型标签与信息入口,不承接资源业务状态。 */
@@ -7,8 +7,9 @@ import {
within,
} from '@testing-library/react';
import { afterEach, describe, expect, it, vi } from 'vitest';
import { OverflowActions } from './OverflowActions';
import { CanvasCardCornerActions } from './CanvasCardCornerActions';
import { OverflowActions } from './OverflowActions';
afterEach(cleanup);
describe('操作收纳与卡片角标', () => {
@@ -3,12 +3,12 @@ import {
cloneElement,
Fragment,
isValidElement,
type ReactNode,
useEffect,
useId,
useLayoutEffect,
useRef,
useState,
type ReactNode,
} from 'react';
import { createPortal } from 'react-dom';