/** * 会被注入到layer层,可以在使用的时候替换它 */ export const PlaygroundContext = Symbol('PlaygroundContext'); // eslint-disable-next-line @typescript-eslint/no-explicit-any export type PlaygroundContext = any;