first commit

This commit is contained in:
编码猿
2024-09-27 01:32:49 +08:00
commit 28ebe05a64
7399 changed files with 1174529 additions and 0 deletions

13
moehu/moehu_admin/move.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
# 需要被复制的文件
form_path=dist/
# 被复制去的地方
to_path=/Users/bmy/Desktop/moehu/moehu-backend/static/admin
cp -R ${form_path} ${to_path}
echo "打包成功..."
echo "已复制到后端静态资源文件夹..."