From 1527e22575e5712b795831ccc68ffc16684b653c Mon Sep 17 00:00:00 2001 From: basyc Date: Sat, 7 Dec 2024 11:11:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.private.config.json | 2 +- test.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 test.txt diff --git a/project.private.config.json b/project.private.config.json index 657f0a0..a691fdf 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -1,6 +1,6 @@ { "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", - "projectname": "miniprogram-2", + "projectname": "Zjcf_miniProgram", "setting": { "compileHotReLoad": true } diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..3da5c57 --- /dev/null +++ b/test.txt @@ -0,0 +1,2 @@ +git remote add origin http://106.52.88.120:3000/basyc/ZJCF_miniProgram.git +git push -u origin main \ No newline at end of file