From 8528c4068b3ad34bd430f309c04faddece18dd2e Mon Sep 17 00:00:00 2001 From: Codekpy <1942171924@qq.com> Date: Thu, 8 Dec 2022 11:42:41 +0800 Subject: [PATCH 01/19] =?UTF-8?q?[upd]=E6=96=B0=E5=A2=9E=E4=B8=A4=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 --- index.html | 4 ++-- static/boxy/svg/file.svg | 1 + static/boxy/svg/html.svg | 1 + static/boxy/toolbox/toolbox.xml | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 static/boxy/svg/file.svg create mode 100644 static/boxy/svg/html.svg diff --git a/index.html b/index.html index 1258e00..fb0e50f 100644 --- a/index.html +++ b/index.html @@ -613,7 +613,7 @@ - + @@ -644,7 +644,7 @@ 100 - + myfile diff --git a/static/boxy/svg/file.svg b/static/boxy/svg/file.svg new file mode 100644 index 0000000..5c3fea2 --- /dev/null +++ b/static/boxy/svg/file.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/boxy/svg/html.svg b/static/boxy/svg/html.svg new file mode 100644 index 0000000..dba7a35 --- /dev/null +++ b/static/boxy/svg/html.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 12942df..c4179f4 100644 --- a/static/boxy/toolbox/toolbox.xml +++ b/static/boxy/toolbox/toolbox.xml @@ -510,7 +510,7 @@ - + @@ -541,7 +541,7 @@ 100 - + myfile -- Gitee From ba592e43d2656aea151fba3549cf50d6a426e3a5 Mon Sep 17 00:00:00 2001 From: Codekpy <1942171924@qq.com> Date: Thu, 8 Dec 2022 12:09:43 +0800 Subject: [PATCH 02/19] =?UTF-8?q?[upd]=E9=80=82=E9=85=8D=E6=89=8B=E6=9C=BA?= =?UTF-8?q?=E6=A8=AA=E5=B1=8F=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 10 +++++----- static/boxy/function.js | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index fb0e50f..875a1b6 100644 --- a/index.html +++ b/index.html @@ -11,13 +11,13 @@ - +
-
  • - +
  • - +
  • - - - - + + +
    +

    关于PHP Helper

    +
    + + PHP Helper 0.1(Beta) - 星点StarBit 保留所有权利 + +

    具体版本号请点击这里查看

    +
    +
    +
    +

    感谢者名单(排名不分前后):
    Golden Apple(提供服务器)
    Google + Blockly
    iconpark
    Gitee~
    GZR
    向阳一班
    boxxer(boxy)开发团队

    +

    开发者名单(排名不分前后):
    CodeKpy
    ZouBochen
    Wangs

    +
    + Gitee仓库(NV)
    Gitee仓库(OV) +
    + 点击空白区域退出 +
    +
    +
    + +
    +

    问题手册

    +
    + + PHP Helper 0.1(Beta) - 星点StarBit 保留所有权利 + +

    具体版本号请点击这里查看

    +
    +
    +
    +

    感谢者名单(排名不分前后):
    Golden Apple(提供服务器)
    Google + Blockly
    iconpark
    Gitee~
    GZR
    向阳一班
    boxxer(boxy)开发团队

    +

    开发者名单(排名不分前后):
    CodeKpy
    ZouBochen
    Wangs

    +
    + Gitee仓库(NV)
    Gitee仓库(OV) +
    + 点击空白区域退出 +
    +
    +
    @@ -756,7 +791,7 @@ - + @@ -767,7 +802,7 @@ // 加载完成事件 window.onload = function () { // 加载完成,隐藏动画,显示内容 - var t=setTimeout("loader.setAttribute('style', 'display:none;');space.setAttribute('style', 'height:80%;width:100%;display:block;float:right;');",0) + var t = setTimeout("loader.setAttribute('style', 'display:none;');space.setAttribute('style', 'height:80%;width:100%;display:block;float:right;');", 0) blockworkspace.setAttribute('style', 'width: 80%; height: 95%; float: left; left: 0px; top: 70px;') //loader.setAttribute("style", "display:none;"); //space.setAttribute("style", "height:100%;width:100%;display:block"); diff --git a/static/boxy/svg/help.svg b/static/boxy/svg/help.svg new file mode 100644 index 0000000..4501867 --- /dev/null +++ b/static/boxy/svg/help.svg @@ -0,0 +1 @@ + \ No newline at end of file -- Gitee From 4993ad283fd7182b4a37ac5312122025e35ce60e Mon Sep 17 00:00:00 2001 From: Codekpy <1942171924@qq.com> Date: Fri, 9 Dec 2022 08:59:47 +0800 Subject: [PATCH 17/19] =?UTF-8?q?[upd]=E5=88=A0=E9=99=A4=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.html b/index.html index 1808388..1068961 100644 --- a/index.html +++ b/index.html @@ -84,9 +84,7 @@ d="M24 37.6248C25.3807 37.6248 26.5 36.5055 26.5 35.1248C26.5 33.7441 25.3807 32.6248 24 32.6248C22.6193 32.6248 21.5 33.7441 21.5 35.1248C21.5 36.5055 22.6193 37.6248 24 37.6248Z" fill="#333" /> 问题手册
    - +
  • @@ -133,6 +136,10 @@
    + + + +
    @@ -143,10 +150,6 @@
    - -
    - -
    diff --git a/static/boxy/function.js b/static/boxy/function.js index 6235a73..26827d5 100644 --- a/static/boxy/function.js +++ b/static/boxy/function.js @@ -60,6 +60,26 @@ var div_div_code = document.querySelector("#code_father"); div_div_code.setAttribute("style","float:right;height: " + (window.innerHeight -70) + "px; width:20%;"); //div_div_code.innerHTML = "
    aaa
    "; +function eee(){ + let test = document.getElementsByClassName('blocklySvg'); + console.log(test); + for(var i=0;i