Skip to content

Commit

Permalink
Merge pull request Ikaros-521#866 from Ikaros-521/owner
Browse files Browse the repository at this point in the history
删除无用文档;更新脚本默认执行备份脚本
  • Loading branch information
Ikaros-521 authored Jun 3, 2024
2 parents 0308239 + 674d572 commit a1dffc6
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 66 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,6 @@ out/图像识别/*.png

main copy.py

data/*.db
data/*.db

locales
Empty file removed .nojekyll
Empty file.
16 changes: 16 additions & 0 deletions 2-1.强制更新至主线版本(得先安装git).bat
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
19 changes: 0 additions & 19 deletions _coverpage.md

This file was deleted.

36 changes: 0 additions & 36 deletions index.html

This file was deleted.

6 changes: 0 additions & 6 deletions src/Function/index.js

This file was deleted.

4 changes: 0 additions & 4 deletions src/Function/package.json

This file was deleted.

0 comments on commit a1dffc6

Please sign in to comment.