From c5bf3cfc953f9865bd70f109363c2ea4e45c0c96 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 15 五月 2025 17:05:34 +0800 Subject: [PATCH] fix: 修改首页ui --- packages/core/package.json | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index edaca51..c00f875 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -3,7 +3,7 @@ "main": "src/index.ts", "module": "./src/index.ts", "source": "./src/index.ts", - "version": "0.0.2", + "version": "0.0.3", "scripts": { "dev": "modern dev", "build": "modern build", -- Gitblit v1.9.1