仪表盘
版本库
文件存储
活动
搜索
登录
main
/
school-ai
办学质量监测教学评价系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
流程图
du
21 小时以前
7bf1f40b58ee3c61664b5f16a84cbaac59f88735
[school-ai.git]
/
script
/
deploy
/
source-code
/
fetch-backend-source-code.sh
1
2
3
4
5
6
7
#!/bin/bash
rm -rf ruoyi-ai-backend
git clone https://github.com/ageerle/ruoyi-ai
mv ruoyi-ai ruoyi-ai-backend
cd ruoyi-ai-backend
# git checkout v2.0.4
# cd ..