From 51ccfde1d8e0499eae559d269b5d69d367756c79 Mon Sep 17 00:00:00 2001
From: Codekpy <1942171924@qq.com>
Date: Mon, 19 Dec 2022 08:38:39 +0800
Subject: [PATCH 1/3] =?UTF-8?q?[upd/version]=E4=BF=AE=E6=AD=A3=E7=89=88?=
=?UTF-8?q?=E6=9C=AC=E5=8F=B7=EF=BC=8C=E5=AD=90=E7=89=88=E6=9C=AC=E5=8F=B7?=
=?UTF-8?q?=E6=8F=90=E5=8D=87=E8=87=B32?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
version | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/version b/version
index 8f6c183..f5cf950 100644
--- a/version
+++ b/version
@@ -1,5 +1,5 @@
主版本号:0
-子版本号:1
-修订次数:77
+子版本号:2
+修订次数:152
版本标识:B
-版本号:0.1.77.B
+版本号:0.2.152.B
--
Gitee
From b6f99b76e74bd98e7b6aee8fd1a2ac6292664954 Mon Sep 17 00:00:00 2001
From: Codekpy <1942171924@qq.com>
Date: Mon, 19 Dec 2022 08:45:50 +0800
Subject: [PATCH 2/3] =?UTF-8?q?[upd]=E6=96=B0=E5=A2=9E=E4=B8=89=E4=B8=AA?=
=?UTF-8?q?=E5=9B=BE=E6=A0=87?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
code.html | 6 +++---
static/boxy/svg/cdn.svg | 1 +
static/boxy/svg/echo.svg | 1 +
static/boxy/svg/receive.svg | 1 +
static/boxy/toolbox/toolbox.xml | 6 +++---
5 files changed, 9 insertions(+), 6 deletions(-)
create mode 100644 static/boxy/svg/cdn.svg
create mode 100644 static/boxy/svg/echo.svg
create mode 100644 static/boxy/svg/receive.svg
diff --git a/code.html b/code.html
index fa115d1..9a03355 100644
--- a/code.html
+++ b/code.html
@@ -536,7 +536,7 @@
100
-
+
@@ -633,10 +633,10 @@
-
+
-
+
diff --git a/static/boxy/svg/cdn.svg b/static/boxy/svg/cdn.svg
new file mode 100644
index 0000000..cbe1fb3
--- /dev/null
+++ b/static/boxy/svg/cdn.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/boxy/svg/echo.svg b/static/boxy/svg/echo.svg
new file mode 100644
index 0000000..f56ae7d
--- /dev/null
+++ b/static/boxy/svg/echo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/boxy/svg/receive.svg b/static/boxy/svg/receive.svg
new file mode 100644
index 0000000..dda61a2
--- /dev/null
+++ b/static/boxy/svg/receive.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/boxy/toolbox/toolbox.xml b/static/boxy/toolbox/toolbox.xml
index abf6fe1..f739386 100644
--- a/static/boxy/toolbox/toolbox.xml
+++ b/static/boxy/toolbox/toolbox.xml
@@ -413,7 +413,7 @@
100
-
+
@@ -511,10 +511,10 @@
-
+
-
+
--
Gitee
From eb8845a65bf195d0c1861d8ccf5e4cf7f536820f Mon Sep 17 00:00:00 2001
From: Codekpy <1942171924@qq.com>
Date: Mon, 19 Dec 2022 08:50:46 +0800
Subject: [PATCH 3/3] =?UTF-8?q?[upd]=E6=9B=B4=E6=96=B0pico.css=E7=9A=84cdn?=
=?UTF-8?q?=E5=BC=95=E5=85=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
static/boxy/blocks/get.js.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/static/boxy/blocks/get.js.js b/static/boxy/blocks/get.js.js
index 9ffd6d2..7bab355 100644
--- a/static/boxy/blocks/get.js.js
+++ b/static/boxy/blocks/get.js.js
@@ -307,6 +307,6 @@ Blockly.PHP['link_js'] = function(block) {
};
Blockly.PHP['link_cdn_pico'] = function(block) {
// TODO: Assemble PHP into code variable.
- var code = '...;\n';
+ var code = '\n';
return code;
};
\ No newline at end of file
--
Gitee