From 2c1bcc332a22da4681a9ac1bc898d57467f50f0b Mon Sep 17 00:00:00 2001
From: steveouyang <284577461@qq.com>
Date: Mon, 16 Oct 2023 10:52:10 +0800
Subject: [PATCH 1/3] =?UTF-8?q?=E9=A6=96=E6=AC=A1=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package.json | 2 +-
pages/center/center.vue | 15 +++++++++------
2 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/package.json b/package.json
index 9893162..98eee22 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
- "gpush":"git add . && git commit -m 首次提交 && git push -u origin dev"
+ "gpush":"git add . && git commit -m 首次提交 && git push -u origin feat-center"
},
"repository": {
"type": "git",
diff --git a/pages/center/center.vue b/pages/center/center.vue
index 00bbac0..e52c8a1 100644
--- a/pages/center/center.vue
+++ b/pages/center/center.vue
@@ -1,6 +1,9 @@
个人中心
+
+ name:{{name}}
+
@@ -8,17 +11,17 @@
export default {
data() {
return {
-
+ name:"张三"
}
},
methods: {
-
+
}
}
+ .title {
+ color: red;
+ }
+
\ No newline at end of file
--
Gitee
From 6d09f6acd581fd0f2e95d64a2d60349c87a87bb2 Mon Sep 17 00:00:00 2001
From: steveouyang <284577461@qq.com>
Date: Mon, 16 Oct 2023 11:17:02 +0800
Subject: [PATCH 2/3] =?UTF-8?q?=E9=A6=96=E6=AC=A1=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 98eee22..9893162 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
- "gpush":"git add . && git commit -m 首次提交 && git push -u origin feat-center"
+ "gpush":"git add . && git commit -m 首次提交 && git push -u origin dev"
},
"repository": {
"type": "git",
--
Gitee
From 57df03434b00086ea366bc1e606eca89609f9e26 Mon Sep 17 00:00:00 2001
From: steveouyang <284577461@qq.com>
Date: Mon, 16 Oct 2023 11:18:24 +0800
Subject: [PATCH 3/3] =?UTF-8?q?=E6=8B=89=E5=8F=96=E4=BA=86=E4=B8=8A?=
=?UTF-8?q?=E6=B8=B8=E4=BB=93=E5=BA=93=E7=9A=84dev=E5=88=86=E6=94=AF+?=
=?UTF-8?q?=E5=B0=86=E6=9C=80=E6=96=B0=E7=9A=84=E4=B8=AA=E4=BA=BA=E4=B8=AD?=
=?UTF-8?q?=E5=BF=83=E5=8A=9F=E8=83=BD=E5=90=88=E5=B9=B6=E5=88=B0=E4=BA=86?=
=?UTF-8?q?dev+=E9=A2=84=E5=A4=87=E5=90=91=E4=B8=8A=E6=B8=B8=E4=BB=93?=
=?UTF-8?q?=E5=BA=93=E6=8F=90=E4=BA=A4PR?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 9893162..2f8c3c4 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
- "gpush":"git add . && git commit -m 首次提交 && git push -u origin dev"
+ "gpush":"git add . && git commit -m 拉取了上游仓库的dev分支+将最新的个人中心功能合并到了dev+预备向上游仓库提交PR && git push -u origin dev"
},
"repository": {
"type": "git",
--
Gitee