仪表盘
版本库
文件存储
活动
搜索
登录
main
/
school-ai
办学质量监测教学评价系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
feat: 会话管理返回创建时间
ageerle
2025-05-26
4312a729a254ad1b6e94fe37231b1f6987b30b10
[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 ..