Update application code and dependencies

This commit is contained in:
root
2026-05-06 17:22:50 +08:00
parent efc8f4bf78
commit a3ee04379d
60 changed files with 6793 additions and 860 deletions
+8
View File
@@ -0,0 +1,8 @@
背景:当前远程git库为空,将本地的代码推送到git库,并生成README和.gitignore文件
通过命令行推送一个已存在的版本库
git remote add origin http://admin@192.168.0.105:8440/r/ai-portal.git
git push -u origin master