1 Star 0 Fork 84

pcoders/oops-game-kit

forked from dgflash/oops-game-kit 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
update-oops-plugin-framework-tools.sh 256 Bytes
一键复制 编辑 原始数据 按行查看 历史
dgflash 提交于 2024-02-10 20:47 . 添加框架辅助插件
if [ ! -d "extensions" ]; then
mkdir extensions
fi
cd extensions
if [ ! -d "oops-plugin-framework-tools" ]; then
git clone -b master https://gitee.com/dgflash/oops-plugin-framework-tools.git
else
cd oops-plugin-framework-tools
git pull
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/pcoders/oops-game-kit.git
[email protected]:pcoders/oops-game-kit.git
pcoders
oops-game-kit
oops-game-kit
master

搜索帮助