Update ruoyi-ui submodule to latest commit

This commit is contained in:
孙小云 2026-01-09 15:10:05 +08:00
parent daad9f2605
commit 9ca2c1650e
2 changed files with 2 additions and 3 deletions

@ -1 +1 @@
Subproject commit 0130128efbedb139b791d3c42e401afe02d4d6bd Subproject commit 01130eadd3f80e62f6fdb385d096896b7c4bee6c

3
use.md
View File

@ -16,8 +16,7 @@ git pull && git submodule update --init --recursive
### 方式1更新子模块到各自远程的最新版本 ### 方式1更新子模块到各自远程的最新版本
```bash ```bash
git pull git pull && git submodule update --remote --recursive
git submodule update --remote --recursive
``` ```
### 方式2创建别名简化操作 ### 方式2创建别名简化操作