From d11285ce998b8c3d53972cd00b9d424ab1855341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Wed, 2 Jul 2025 11:23:39 +0800 Subject: [PATCH] =?UTF-8?q?refactor(basic):=20=E6=9B=B4=E6=96=B0=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96=E5=AF=BC=E5=85=A5=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 basic 和 sdk_ywx 项目的 README.md 文件中- 将导入语句从 WindowHelper 改为 GlobalContext --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b57367..de32d6a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ohpm install @szyx/sdk_base ```tsx // 初始化 -import { WindowHelper } from '@szyx/sdk_base'; +import { GlobalContext } from '@szyx/sdk_base'; export default class AppAbility extends UIAbility { onWindowStageCreate(windowStage: window.WindowStage): void {