.github Update workflows based on zizmor audit Dec 25, 2024 .tx Add translation to missing strings May 1, 2018 docs reduce project state image file size Feb 6, 2020 scripts Fix prepublish script in Node 18 May 2
github-actions released this 11 Sep 08:04 · 80 commits to develop since this release v4.0.24 c748ec6 4.0.24 (2024-09-11) Bug Fixes deps: update dependency scratch-webpack-configuration to v1.5.1 (1d3ad9f) Assets 3 scratch-gui-4.0.24.tgz 65.3 MB 2024-09-11T08:04:10Z ...
scratch3.0从零开始二次编译 前置工作(针对不能在GitHub上下载源码的情况)GitHub仓库下载scratch所需代码 https://github.com/LLK 注:如果下载速度慢可以挂VPN或者将Github代码导入到码云1.创建码云账号https:/…
Scratch GUI是一组React组件,包括用于创建和运行Scratch 3.0项目的界面 安装 这需要您安装Git和Node.js。 在您自己的节点环境/应用程序中: npm install https://github.com/LLK/scratch-gui.git 如果您要编辑/自己玩: git clone https://github.com/LLK/scratch-gui.git cd scratch-gui npm install 您可能...
Scratch GUI是一个React组件集,用于创建和运行Scratch 3.0项目。要在浏览器上打开当前构建,请访问https://scratchfoundation.github.io/scratch-gui/。安装此库需要您已经安装了Git和Node.js。在您的本地环境/应用程序中,使用npm安装: npm install https://github.com/scratchfoundation/scratch-gui.git 如果您想...
npm install https://github.com/LLK/scratch-gui.git If you want to edit/play yourself: git clone https://github.com/LLK/scratch-gui.git cd scratch-gui npm install You may want to add --depth=1 to the git clone command because there are some large files in the git repository histor...
官方的GUI 项目已经开源在Github上 地址scratch-gui 我们将这个项目clone下来, 然后在根目录 执行 npm i 此时有可能出现这个问题 出现这个问题是因为 scratch这个项目里有包在你的npm源里没有找到, 需要将npm的源配置到npm 再试一下 将npm的源切换到 npm ...
git clone https://github.com/LLK/scratch-gui.gitcdscratch-gui npm install You may want to add--depth=1to thegit clonecommand because there are somelarge files in the git repository history. Getting started Running the project requires Node.js to be installed. ...
git clone https://github.com/llk/scratch-gui # if making changes fork the project and check out your copy git clone https://github.com/llk/scratch-vm # if making changes fork the project and check out your copy git clone https://github.com/llk/scratch-blocks # if making changes fork...
GUI部署:nodejs-git-拉源码: git clone https://github.com/LLK/scratch-gui.git 然后编辑: cd scratch-gui npm install 然后生成: npm run build 最后C:\Users\Administrator\scratch-gui\build下面得到index.html iis做好域名即可,无登陆,无注册,无分享,无书包,其他功能全,chrome无证书不能启动摄像头等外设...