From a9f4e8cf4b71fa2561cb5b9cf88c13e969bc8e49 Mon Sep 17 00:00:00 2001 From: xiaopeng <1509442308@qq.com> Date: Sat, 30 May 2026 01:08:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20officefile/latex?= =?UTF-8?q?=20=E4=B8=BA=20git=20submodule=EF=BC=88Overleaf=20Git=20Bridge?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 凭据仅存在本地 .git/config,.gitmodules 不含 token --- .gitignore | 3 --- .gitmodules | 3 +++ officefile/latex | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .gitmodules create mode 160000 officefile/latex diff --git a/.gitignore b/.gitignore index b7a24de..ce76620 100644 --- a/.gitignore +++ b/.gitignore @@ -6,9 +6,6 @@ __pycache__/ *.py[cod] -# === Overleaf(独立管理)=== -officefile/latex/ - # === officefile 内部 === officefile/.obsidian/ officefile/.pandoc/ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4bf7913 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "officefile/latex"] + path = officefile/latex + url = http://100.123.97.90:8081/git/6a19beeef367e9391edbb6b7 diff --git a/officefile/latex b/officefile/latex new file mode 160000 index 0000000..693bc40 --- /dev/null +++ b/officefile/latex @@ -0,0 +1 @@ +Subproject commit 693bc405af33fb5d55a53653c1712a45ed2f59a2