From ba6efd2305793932c6d9a2ae98569c29f6d02a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=8D=E4=BB=A3=E7=A0=81=E7=9A=84=E9=B2=81=E5=A4=A7?= =?UTF-8?q?=E7=86=8A?= <516695585@qq.com> Date: Tue, 7 May 2024 18:45:53 +0800 Subject: [PATCH 1/2] add sketch plugin easy-code add sketch plugin easy-code --- plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plugins.json b/plugins.json index 8e84b884..1dda7477 100644 --- a/plugins.json +++ b/plugins.json @@ -1,4 +1,12 @@ [ + { + "title": "easy code", + "description": "easy code", + "author": "luchaoqun125", + "appcast": "http://1.94.3.54:1106/sketch/sketch-plugin/-/raw/main/.appcast.xml", + "name": "easy-code", + "lastUpdated": "2024-05-07 18:44:00 UTC" + }, { "title": "iOS2Sketch", "description": "Import App Screens to Sketch", From d09299aac4352a322905ae1174599afaa9b387fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=8D=E4=BB=A3=E7=A0=81=E7=9A=84=E9=B2=81=E5=A4=A7?= =?UTF-8?q?=E7=86=8A?= <516695585@qq.com> Date: Tue, 7 May 2024 19:30:13 +0800 Subject: [PATCH 2/2] add sketch plugin easy-code add sketch plugin easy-code --- plugins.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins.json b/plugins.json index 1dda7477..aec61452 100644 --- a/plugins.json +++ b/plugins.json @@ -1,9 +1,9 @@ [ { - "title": "easy code", + "title": "easy-code", "description": "easy code", "author": "luchaoqun125", - "appcast": "http://1.94.3.54:1106/sketch/sketch-plugin/-/raw/main/.appcast.xml", + "appcast": "https://raw.githubusercontent.com/luchaoqun125/sketch-version/master/.appcast.xml", "name": "easy-code", "lastUpdated": "2024-05-07 18:44:00 UTC" },