Update default web-ui branch from master-3.0 to 3.1

This commit is contained in:
YueGuobin 2026-05-31 00:25:09 +08:00
parent 2584d17067
commit 5733705615
No known key found for this signature in database

View File

@ -104,11 +104,11 @@ if [ "$CUSTOM_REPO" = false ] ; then
git checkout "$BRANCH"
git pull
else
git checkout master-3.0
git checkout 3.1
git pull
fi
else
git checkout master-3.0
git checkout 3.1
git fetch --tags
git pull
fi