diff --git a/ruoyi-ui b/ruoyi-ui index 75b0e61..7bbf253 160000 --- a/ruoyi-ui +++ b/ruoyi-ui @@ -1 +1 @@ -Subproject commit 75b0e616831d97a62e1109701cf0bbff6f7ca2fc +Subproject commit 7bbf2530a7e7f7892cb429654aa57ae87494887d diff --git a/use.md b/use.md index d54fe2c..2c52bf2 100644 --- a/use.md +++ b/use.md @@ -19,6 +19,8 @@ git pull && git submodule update --init --recursive git pull && git submodule update --remote --recursive ``` +### git submodule foreach 'git checkout main && git pull' + ### 方式2:创建别名简化操作 ```bash # 配置别名(只需执行一次)