Remove sync paths from README

This commit is contained in:
qyh15 2026-06-09 10:32:20 +08:00
parent f4544652c4
commit 14c52ac70f
1 changed files with 0 additions and 38 deletions

View File

@ -142,41 +142,3 @@ QQcites 已吸收的关键方法包括:
- RIS/BibTeX/ENW 导出。 - RIS/BibTeX/ENW 导出。
- citation verification 模式。 - citation verification 模式。
- 图表 source map记录页码、图号、表号和参数来源。 - 图表 source map记录页码、图号、表号和参数来源。
## 仓库与同步位置
项目副本:
```text
E:\11 AI\01 Codex\01 Skills\qqcites
```
Codex 已安装副本:
```text
C:\Users\qyh15\.codex\skills\qqcites
```
Obsidian 备份:
```text
C:\Users\qyh15\Documents\Obsidian Vault\Codex Skills\qqcites
```
Gitea 远程:
```text
git@git.qyhhh.top:Skills/QQcites.git
```
同步规则:修改项目副本后,应同步到 Codex 已安装副本和 Obsidian 备份,再提交并推送到 Gitea。
## 常用 Git 命令
```powershell
git -C "E:\11 AI\01 Codex\01 Skills\qqcites" status
git -C "E:\11 AI\01 Codex\01 Skills\qqcites" add .
git -C "E:\11 AI\01 Codex\01 Skills\qqcites" commit -m "Update qqcites"
git -C "E:\11 AI\01 Codex\01 Skills\qqcites" push
```