From 55e38008cc0754ac5638f011d1d05785b90d576a Mon Sep 17 00:00:00 2001 From: kkxxkk2019 Date: Wed, 15 Jan 2025 19:35:56 +0800 Subject: [PATCH] chore: remove not implement interface --- packages/vstory-core/src/character/chart/runtime/marker.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/vstory-core/src/character/chart/runtime/marker.ts b/packages/vstory-core/src/character/chart/runtime/marker.ts index c4ac7ca..2ad187c 100644 --- a/packages/vstory-core/src/character/chart/runtime/marker.ts +++ b/packages/vstory-core/src/character/chart/runtime/marker.ts @@ -84,10 +84,6 @@ export class ChartMarkerRuntime implements IChartCharacterRuntime { }); } } - - afterInitialize(character: ICharacterChart, vchart: IVChart) { - // 调整标注 - } } export const ChartMarkerRuntimeInstance = new ChartMarkerRuntime();