From 550aa699f2bef9e851447c74f33ffdedbf5e13ca Mon Sep 17 00:00:00 2001 From: Anyk00 <132000824+Anyk00@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:05:12 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E5=B0=8Ftips.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "\345\260\217tips.md" | 6 ++++++ 1 file changed, 6 insertions(+) diff --git "a/\345\260\217tips.md" "b/\345\260\217tips.md" index e2515e93..0e955065 100644 --- "a/\345\260\217tips.md" +++ "b/\345\260\217tips.md" @@ -31,3 +31,9 @@ ui/src/stores/config.js 添加四处,声明变量、conf值和ui值对应、 ui格式化:npx prettier ./src --write ruff检查:ruff check . ruff格式化:ruff format . + +## 更新游戏资源 + +git config --global http.sslVerify false +git submodule update --remote +git config --global http.sslVerify true