1 Star 13 Fork 1

shiina/reclamation-algorithm-map

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
deploy.sh 332 Bytes
一键复制 编辑 原始数据 按行查看 历史
QingXia-Ela 提交于 2024-02-14 14:27 +08:00 . feat: 增加地图数据校验
#!/usr/bin/env sh
# 发生错误时终止
set -e
# 构建
npm run build
# 进入构建文件夹
cd dist
# 如果你要部署到自定义域名
# echo 'www.example.com' > CNAME
git init
git checkout -b main
git add -A
git commit -m 'deploy'
git push -f git@github.com:QingXia-Ela/reclamation-algorithm.github.io.git main
cd -
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/shiinafan/reclamation-algorithm-map.git
git@gitee.com:shiinafan/reclamation-algorithm-map.git
shiinafan
reclamation-algorithm-map
reclamation-algorithm-map
main

搜索帮助