From 13e16d2dc0e3b7a98b4132032cabb73ee5acc7f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AF=BA=E5=A2=A8?= Date: Wed, 8 Jan 2020 05:20:26 +0800 Subject: [PATCH 1/3] rename path and change file content --- .idea/$CACHE_FILE$ | 6 ++++++ .idea/.gitignore | 2 ++ .idea/HelloGitee.iml | 8 ++++++++ .idea/composerJson.xml | 10 ++++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ README | 1 + README.md => demo.md | 9 ++++++++- 9 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 .idea/$CACHE_FILE$ create mode 100644 .idea/.gitignore create mode 100644 .idea/HelloGitee.iml create mode 100644 .idea/composerJson.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 120000 README rename README.md => demo.md (66%) 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..5c98b42 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,2 @@ +# Default ignored files +/workspace.xml \ No newline at end of file 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/composerJson.xml b/.idea/composerJson.xml new file mode 100644 index 0000000..1b07430 --- /dev/null +++ b/.idea/composerJson.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ 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/README b/README new file mode 120000 index 0000000..bf6d608 --- /dev/null +++ b/README @@ -0,0 +1 @@ +./demo.md \ No newline at end of file diff --git a/README.md b/demo.md similarity index 66% rename from README.md rename to demo.md index 42ba490..d511792 100644 --- a/README.md +++ b/demo.md @@ -1,4 +1,11 @@ -ddddasdasdaads +ddddadfsd + +243423423 + +324 +324 +23 +4aads fsdsiasdsdfdsadsadasd -- Gitee From 9d37a054bf54c6fe84d6428abee840a8281522fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AF=BA=E5=A2=A8?= Date: Sat, 18 Jan 2020 20:31:00 +0800 Subject: [PATCH 2/3] feat(explore): 1231312312 dasd fix #JS3S --- laravel.log | 1 + 1 file changed, 1 insertion(+) create mode 100644 laravel.log diff --git a/laravel.log b/laravel.log new file mode 100644 index 0000000..87d4369 --- /dev/null +++ b/laravel.log @@ -0,0 +1 @@ +---- -- Gitee From 6793825898c7257f928fb07d6d12197931b3390f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AF=BA=E5=A2=A8=E5=90=8C=E5=AD=A6?= Date: Tue, 11 Feb 2020 19:24:11 +0800 Subject: [PATCH 3/3] feat: 12313213 1312321 --- Utils/util.js | 10 ++++++++-- app.wxss | 11 ++++++++--- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/Utils/util.js b/Utils/util.js index dbadbb8..ec755d2 100644 --- a/Utils/util.js +++ b/Utils/util.js @@ -2,7 +2,7 @@ const formatTime = date => { const year = date.getFullYear() const month = date.getMonth() + 1 const day = date.getDate() - const hour = date.getHours() + const minute = date.getMinutes() const second = date.getSeconds() @@ -10,10 +10,16 @@ const formatTime = date => { } const formatNumber = n => { + let deedsf n = n.toString() return n[1] ? n : '0' + n } module.exports = { - formatTime: formatTime + formatTime: formatTime + formatTime: formatTime + formatTime: formatTime + formatTime: formatTime + formatTime: formatTime + } diff --git a/app.wxss b/app.wxss index e33fff6..a0b834b 100644 --- a/app.wxss +++ b/app.wxss @@ -1,10 +1,15 @@ isdffsdf/**app.wxss**/ .container { height: 11%; - display: flex; + display: flex;dasda + s + + dasda flex-direction: column; align-items: center; + sadasddas justify-content: space-between; - padding: 200rpx 0; + p + asdasd box-sizing: border-box; -} +} -- Gitee