From 9ca2c1650e5494400eae69c8219a95b0017d43f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Fri, 9 Jan 2026 15:10:05 +0800 Subject: [PATCH] Update ruoyi-ui submodule to latest commit --- ruoyi-ui | 2 +- use.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui b/ruoyi-ui index 0130128..01130ea 160000 --- a/ruoyi-ui +++ b/ruoyi-ui @@ -1 +1 @@ -Subproject commit 0130128efbedb139b791d3c42e401afe02d4d6bd +Subproject commit 01130eadd3f80e62f6fdb385d096896b7c4bee6c diff --git a/use.md b/use.md index 05d37fd..a035ea8 100644 --- a/use.md +++ b/use.md @@ -16,8 +16,7 @@ git pull && git submodule update --init --recursive ### 方式1:更新子模块到各自远程的最新版本 ```bash -git pull -git submodule update --remote --recursive +git pull && git submodule update --remote --recursive ``` ### 方式2:创建别名简化操作