From b37504db4a935ec1a48c17ad19397e39a39fbd47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AF=BA=E5=A2=A8=E5=90=8C=E5=AD=A6?= Date: Wed, 23 Jan 2019 16:43:06 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E6=B5=8B=E8=AF=95PR2019?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "\346\265\213\350\257\225PR2019" | 1 + 1 file changed, 1 insertion(+) create mode 100644 "\346\265\213\350\257\225PR2019" diff --git "a/\346\265\213\350\257\225PR2019" "b/\346\265\213\350\257\225PR2019" new file mode 100644 index 0000000..006bf00 --- /dev/null +++ "b/\346\265\213\350\257\225PR2019" @@ -0,0 +1 @@ +测试PR2019 \ No newline at end of file -- Gitee From 5113167a8254ba2da4a71392ab41d93d73b69cf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AF=BA=E5=A2=A8?= Date: Sat, 14 Mar 2020 22:04:42 +0800 Subject: [PATCH 2/6] test8 --- pop.xml | 1 + 1 file changed, 1 insertion(+) create mode 100644 pop.xml diff --git a/pop.xml b/pop.xml new file mode 100644 index 0000000..f3ff12c --- /dev/null +++ b/pop.xml @@ -0,0 +1 @@ +:wqwew -- Gitee From 0c9755aef66a70073c601f3d9d12b46d0dc99c65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AF=BA=E5=A2=A8?= Date: Sun, 15 Mar 2020 19:30:13 +0800 Subject: [PATCH 3/6] test8 --- goodnight.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/goodnight.txt b/goodnight.txt index 5413575..8652371 100644 --- a/goodnight.txt +++ b/goodnight.txt @@ -1 +1,2 @@ +hello see you -- Gitee From 5a926b564083b82a1046d919801c98538ede3a69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AF=BA=E5=A2=A8=E5=90=8C=E5=AD=A6?= Date: Wed, 19 Aug 2020 17:42:24 +0800 Subject: [PATCH 4/6] fix utils --- Utils/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils/util.js b/Utils/util.js index ec755d2..8119afc 100644 --- a/Utils/util.js +++ b/Utils/util.js @@ -12,7 +12,7 @@ const formatTime = date => { const formatNumber = n => { let deedsf n = n.toString() - return n[1] ? n : '0' + n + return n[0] ? n : '0' + n } module.exports = { -- Gitee From a07642dd7dd1e0cf2f9fde91bd1425f55a3809b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AF=BA=E5=A2=A8=E5=90=8C=E5=AD=A6?= Date: Wed, 19 Aug 2020 17:45:10 +0800 Subject: [PATCH 5/6] fix util --- Utils/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils/util.js b/Utils/util.js index 8119afc..62f8d31 100644 --- a/Utils/util.js +++ b/Utils/util.js @@ -12,7 +12,7 @@ const formatTime = date => { const formatNumber = n => { let deedsf n = n.toString() - return n[0] ? n : '0' + n + return !n[0] ? n : '0' + n } module.exports = { -- Gitee From d31bfe40fa2dfe258474167609e213766a506cdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AF=BA=E5=A2=A8?= Date: Tue, 15 Sep 2020 23:32:20 +0800 Subject: [PATCH 6/6] commit test --- .idea/$CACHE_FILE$ | 6 ++++++ .idea/.gitignore | 8 ++++++++ .idea/HelloGitee.iml | 8 ++++++++ .idea/encodings.xml | 4 ++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ : | 12 ++++++++++++ app.json | 2 +- 9 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 .idea/$CACHE_FILE$ create mode 100644 .idea/.gitignore create mode 100644 .idea/HelloGitee.iml create mode 100644 .idea/encodings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 : diff --git a/.idea/$CACHE_FILE$ b/.idea/$CACHE_FILE$ new file mode 100644 index 0000000..6cb8985 --- /dev/null +++ b/.idea/$CACHE_FILE$ @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..73f69e0 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/HelloGitee.iml b/.idea/HelloGitee.iml new file mode 100644 index 0000000..c956989 --- /dev/null +++ b/.idea/HelloGitee.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..15a15b2 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..28a804d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..781afae --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/: b/: new file mode 100644 index 0000000..c6350fa --- /dev/null +++ b/: @@ -0,0 +1,12 @@ +{ + "asdpages":[ + "pages/index/index", + "pages/logs/logs" + ], + "window":{ + "backgroundTextStyle":"light", + "navigationBarBackgroundColor": "#fff", + "navigationBarTitleText": "WeChat", + "navigationBarTextStyle":"black" + } +} diff --git a/app.json b/app.json index 29b5dce..c6350fa 100644 --- a/app.json +++ b/app.json @@ -1,5 +1,5 @@ { - "pages":[ + "asdpages":[ "pages/index/index", "pages/logs/logs" ], -- Gitee