forked from Ikaros-521/AI-Vtuber
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Ikaros-521#866 from Ikaros-521/owner
删除无用文档;更新脚本默认执行备份脚本
- Loading branch information
Showing
7 changed files
with
19 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -235,4 +235,6 @@ out/图像识别/*.png | |
|
||
main copy.py | ||
|
||
data/*.db | ||
data/*.db | ||
|
||
locales |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@echo off | ||
chcp 65001 | ||
where git > nul 2>&1 | ||
if %errorlevel% neq 0 ( | ||
echo Git 命令没找到,请先安装git客户端. | ||
pause | ||
exit /b | ||
) | ||
|
||
echo 先执行一个备份脚本,免得你配置丢失了捏 | ||
Miniconda3\python.exe bak_config_data.py | ||
|
||
git fetch --all | ||
git reset --hard origin/main | ||
echo 拉取完毕(如果没报错的话). | ||
pause |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.