From 66fdb8b61b5ed7582dc140dcfc3d37ca4b10cf17 Mon Sep 17 00:00:00 2001 From: duttty <381162797@qq.com> Date: Thu, 31 Oct 2024 00:19:08 +0000 Subject: [PATCH] =?UTF-8?q?add=20=E4=B8=93=E6=B3=A8=E7=95=AA=E8=8C=84?= =?UTF-8?q?=E9=92=9F=20submodule.=20=E4=BD=BF=E7=94=A8tauri=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E7=9A=84=E7=95=AA=E8=8C=84=E9=92=9F=E5=B0=8F=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=EF=BC=8C=E6=94=AF=E6=8C=81=E5=A4=9A=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: duttty <381162797@qq.com> --- .gitmodules | 4 ++++ ...4\270\223\346\263\250\347\225\252\350\214\204\351\222\237" | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 "\344\270\223\346\263\250\347\225\252\350\214\204\351\222\237" diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..93a7a29 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "专注番茄钟"] + url = https://gitee.com/duttty/pomochron + path = 专注番茄钟 + diff --git "a/\344\270\223\346\263\250\347\225\252\350\214\204\351\222\237" "b/\344\270\223\346\263\250\347\225\252\350\214\204\351\222\237" new file mode 160000 index 0000000..20642b2 --- /dev/null +++ "b/\344\270\223\346\263\250\347\225\252\350\214\204\351\222\237" @@ -0,0 +1 @@ +Subproject commit 20642b2127ebd836ae09eb99fafc4811592498a2 -- Gitee