From c06ce71bf360208af3b75f039dedf3a04b1eb249 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Fri, 5 Jan 2024 17:32:57 +0100 Subject: [PATCH] Update manifest.json: fix demo url --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index c7a11b8..4e2229e 100644 --- a/manifest.json +++ b/manifest.json @@ -11,7 +11,7 @@ "upstream": { "license": "MIT", "website": "https://github.com/mengshukeji/Luckysheet", - "demo": "https://mengshukeji.github.io/LuckysheetDemo/", + "demo": "https://mengshukeji.gitee.io/luckysheetdemo/", "admindoc": "https://mengshukeji.github.io/LuckysheetDocs/guide/", "code": "https://github.com/mengshukeji/Luckysheet" },