Skip to content

Commit

Permalink
🎨 add unlogin text
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Dec 28, 2017
1 parent 4ff642c commit b8ed2d1
Show file tree
Hide file tree
Showing 4 changed files with 160 additions and 9 deletions.
2 changes: 1 addition & 1 deletion console/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions console/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
</div>
<div class="card" v-else>
<h2 class="card__body">{{ $t('welcome', $store.state.locale) }}</h2>
<div class="ft-center">
<div v-html="$t('index2', $store.state.locale)"></div>
<br>
<iframe src="https://ghbtns.com/github-btn.html?user=b3log&repo=pipe&type=star&count=true&size=large"
frameborder="0" scrolling="0" width="160px" height="30px"></iframe><br><br>
</div>
</div>
</div>
</template>
Expand Down
158 changes: 151 additions & 7 deletions console/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ JSONPath@>=0.10.0:
version "0.11.2"
resolved "http://registry.npm.taobao.org/JSONPath/download/JSONPath-0.11.2.tgz#3fbd2033a9579f7ff56c11825b5d7dd77641583d"

abab@^1.0.3:
version "1.0.4"
resolved "http://registry.npm.taobao.org/abab/download/abab-1.0.4.tgz#5faad9c2c07f60dd76770f71cf025b62a63cfd4e"

abbrev@1:
version "1.1.0"
resolved "http://registry.npm.taobao.org/abbrev/download/abbrev-1.1.0.tgz#d0554c2256636e2f56e7c2e5ad183f859428d81f"
Expand All @@ -44,6 +48,12 @@ acorn-dynamic-import@^2.0.0:
dependencies:
acorn "^4.0.3"

acorn-globals@^3.1.0:
version "3.1.0"
resolved "http://registry.npm.taobao.org/acorn-globals/download/acorn-globals-3.1.0.tgz#fd8270f71fbb4996b004fa880ee5d46573a731bf"
dependencies:
acorn "^4.0.4"

acorn-jsx@^3.0.0:
version "3.0.1"
resolved "http://registry.npm.taobao.org/acorn-jsx/download/acorn-jsx-3.0.1.tgz#afdf9488fb1ecefc8348f6fb22f464e32a58b36b"
Expand All @@ -54,7 +64,7 @@ acorn@^3.0.4:
version "3.3.0"
resolved "http://registry.npm.taobao.org/acorn/download/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"

acorn@^4.0.3:
acorn@^4.0.3, acorn@^4.0.4:
version "4.0.13"
resolved "http://registry.npm.taobao.org/acorn/download/acorn-4.0.13.tgz#105495ae5361d697bd195c825192e1ad7f253787"

Expand Down Expand Up @@ -179,6 +189,10 @@ arr-flatten@^1.0.1:
version "1.1.0"
resolved "http://registry.npm.taobao.org/arr-flatten/download/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1"

array-equal@^1.0.0:
version "1.0.0"
resolved "http://registry.npm.taobao.org/array-equal/download/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"

array-find-index@^1.0.1:
version "1.0.2"
resolved "http://registry.npm.taobao.org/array-find-index/download/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
Expand Down Expand Up @@ -890,6 +904,10 @@ binary-extensions@^1.0.0:
version "1.10.0"
resolved "http://registry.npm.taobao.org/binary-extensions/download/binary-extensions-1.10.0.tgz#9aeb9a6c5e88638aad171e167f5900abe24835d0"

block-elements@^1.0.0:
version "1.2.0"
resolved "http://registry.npm.taobao.org/block-elements/download/block-elements-1.2.0.tgz#8e04ccab638c7e2596f5065fb6c1c7518c905a5d"

block-stream@*:
version "0.0.9"
resolved "http://registry.npm.taobao.org/block-stream/download/block-stream-0.0.9.tgz#13ebfe778a03205cfe03751481ebb4b3300c126a"
Expand Down Expand Up @@ -1237,6 +1255,13 @@ code-point-at@^1.0.0:
version "1.1.0"
resolved "http://registry.npm.taobao.org/code-point-at/download/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"

[email protected]:
version "1.1.2"
resolved "http://registry.npm.taobao.org/collapse-whitespace/download/collapse-whitespace-1.1.2.tgz#b9b31d79d5594ee3c22c15819c54828e565b3085"
dependencies:
block-elements "^1.0.0"
void-elements "^2.0.1"

color-convert@^1.3.0, color-convert@^1.8.2, color-convert@^1.9.0:
version "1.9.0"
resolved "http://registry.npm.taobao.org/color-convert/download/color-convert-1.9.0.tgz#1accf97dd739b983bf994d56fec8f95853641b7a"
Expand Down Expand Up @@ -1375,6 +1400,10 @@ [email protected]:
version "0.5.2"
resolved "http://registry.npm.taobao.org/content-disposition/download/content-disposition-0.5.2.tgz#0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4"

content-type-parser@^1.0.1:
version "1.0.2"
resolved "http://registry.npm.taobao.org/content-type-parser/download/content-type-parser-1.0.2.tgz#caabe80623e63638b2502fd4c7f12ff4ce2352e7"

content-type@~1.0.2:
version "1.0.4"
resolved "http://registry.npm.taobao.org/content-type/download/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
Expand Down Expand Up @@ -1587,6 +1616,16 @@ csso@~2.3.1:
clap "^1.0.9"
source-map "^0.5.3"

[email protected], "cssom@>= 0.3.2 < 0.4.0":
version "0.3.2"
resolved "http://registry.npm.taobao.org/cssom/download/cssom-0.3.2.tgz#b8036170c79f07a90ff2f16e22284027a243848b"

"cssstyle@>= 0.2.37 < 0.3.0":
version "0.2.37"
resolved "http://registry.npm.taobao.org/cssstyle/download/cssstyle-0.2.37.tgz#541097234cb2513c83ceed3acddc27ff27987d54"
dependencies:
cssom "0.3.x"

cuint@latest:
version "0.2.2"
resolved "http://registry.npm.taobao.org/cuint/download/cuint-0.2.2.tgz#408086d409550c2631155619e9fa7bcadc3b991b"
Expand Down Expand Up @@ -1983,6 +2022,17 @@ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
version "1.0.5"
resolved "http://registry.npm.taobao.org/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"

escodegen@^1.6.1:
version "1.9.0"
resolved "http://registry.npm.taobao.org/escodegen/download/escodegen-1.9.0.tgz#9811a2f265dc1cd3894420ee3717064b632b8852"
dependencies:
esprima "^3.1.3"
estraverse "^4.2.0"
esutils "^2.0.2"
optionator "^0.8.1"
optionalDependencies:
source-map "~0.5.6"

escope@^3.6.0:
version "3.6.0"
resolved "http://registry.npm.taobao.org/escope/download/escope-3.6.0.tgz#e01975e812781a163a6dadfdd80398dc64c889c3"
Expand Down Expand Up @@ -2119,6 +2169,10 @@ esprima@^2.6.0:
version "2.7.3"
resolved "http://registry.npm.taobao.org/esprima/download/esprima-2.7.3.tgz#96e3b70d5779f6ad49cd032673d1c312767ba581"

esprima@^3.1.3:
version "3.1.3"
resolved "http://registry.npm.taobao.org/esprima/download/esprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633"

esprima@^4.0.0:
version "4.0.0"
resolved "http://registry.npm.taobao.org/esprima/download/esprima-4.0.0.tgz#4499eddcd1110e0b218bacf2fa7f7f59f55ca804"
Expand Down Expand Up @@ -2736,6 +2790,12 @@ html-comment-regex@^1.1.0:
version "1.1.1"
resolved "http://registry.npm.taobao.org/html-comment-regex/download/html-comment-regex-1.1.1.tgz#668b93776eaae55ebde8f3ad464b307a4963625e"

html-encoding-sniffer@^1.0.1:
version "1.0.2"
resolved "http://registry.npm.taobao.org/html-encoding-sniffer/download/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8"
dependencies:
whatwg-encoding "^1.0.1"

html-entities@^1.2.0:
version "1.2.1"
resolved "http://registry.npm.taobao.org/html-entities/download/html-entities-1.2.1.tgz#0df29351f0721163515dfb9e5543e5f6eed5162f"
Expand Down Expand Up @@ -3194,6 +3254,30 @@ jschardet@^1.4.2:
version "1.5.1"
resolved "http://registry.npm.taobao.org/jschardet/download/jschardet-1.5.1.tgz#c519f629f86b3a5bedba58a88d311309eec097f9"

jsdom@^9.0.0:
version "9.12.0"
resolved "http://registry.npm.taobao.org/jsdom/download/jsdom-9.12.0.tgz#e8c546fffcb06c00d4833ca84410fed7f8a097d4"
dependencies:
abab "^1.0.3"
acorn "^4.0.4"
acorn-globals "^3.1.0"
array-equal "^1.0.0"
content-type-parser "^1.0.1"
cssom ">= 0.3.2 < 0.4.0"
cssstyle ">= 0.2.37 < 0.3.0"
escodegen "^1.6.1"
html-encoding-sniffer "^1.0.1"
nwmatcher ">= 1.3.9 < 2.0.0"
parse5 "^1.5.1"
request "^2.79.0"
sax "^1.2.1"
symbol-tree "^3.2.1"
tough-cookie "^2.3.2"
webidl-conversions "^4.0.0"
whatwg-encoding "^1.0.1"
whatwg-url "^4.3.0"
xml-name-validator "^2.0.1"

jsesc@^1.3.0:
version "1.3.0"
resolved "http://registry.npm.taobao.org/jsesc/download/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b"
Expand Down Expand Up @@ -3873,6 +3957,10 @@ nuxt@^1.0.0-rc11:
webpack-hot-middleware "^2.18.2"
webpack-node-externals "^1.6.0"

"nwmatcher@>= 1.3.9 < 2.0.0":
version "1.4.3"
resolved "http://registry.npm.taobao.org/nwmatcher/download/nwmatcher-1.4.3.tgz#64348e3b3d80f035b40ac11563d278f8b72db89c"

oauth-sign@~0.8.1:
version "0.8.2"
resolved "http://registry.npm.taobao.org/oauth-sign/download/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565780b7d4efeb9d43"
Expand Down Expand Up @@ -3956,7 +4044,7 @@ [email protected]:
object-assign "^4.0.1"
pinkie-promise "^2.0.0"

optionator@^0.8.2:
optionator@^0.8.1, optionator@^0.8.2:
version "0.8.2"
resolved "http://registry.npm.taobao.org/optionator/download/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64"
dependencies:
Expand Down Expand Up @@ -4049,6 +4137,10 @@ parse-json@^2.2.0:
dependencies:
error-ex "^1.2.0"

parse5@^1.5.1:
version "1.5.1"
resolved "http://registry.npm.taobao.org/parse5/download/parse5-1.5.1.tgz#9b7f3b0de32be78dc2401b17573ccaf0f6f59d94"

[email protected]:
version "1.0.1"
resolved "http://registry.npm.taobao.org/parseurl/download/parseurl-1.0.1.tgz#2e57dce6efdd37c3518701030944c22bf388b7b4"
Expand Down Expand Up @@ -5196,7 +5288,7 @@ sass-loader@^6.0.6:
lodash.tail "^4.1.1"
pify "^3.0.0"

sax@>=0.6.0, sax@~1.2.1:
sax@>=0.6.0, sax@^1.2.1, sax@~1.2.1:
version "1.2.4"
resolved "http://registry.npm.taobao.org/sax/download/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"

Expand Down Expand Up @@ -5378,7 +5470,7 @@ [email protected]:
version "0.5.6"
resolved "http://registry.npm.taobao.org/source-map/download/source-map-0.5.6.tgz#75ce38f52bf0733c5a7f0c118d81334a2bb5f412"

[email protected], source-map@^0.5.3, source-map@^0.5.6, source-map@^0.5.7, source-map@~0.5.1, source-map@~0.5.3:
[email protected], source-map@^0.5.3, source-map@^0.5.6, source-map@^0.5.7, source-map@~0.5.1, source-map@~0.5.3, source-map@~0.5.6:
version "0.5.7"
resolved "http://registry.npm.taobao.org/source-map/download/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"

Expand Down Expand Up @@ -5566,6 +5658,10 @@ svgo@^0.7.0:
sax "~1.2.1"
whet.extend "~0.9.9"

symbol-tree@^3.2.1:
version "3.2.2"
resolved "http://registry.npm.taobao.org/symbol-tree/download/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6"

table@^4.0.1:
version "4.0.1"
resolved "http://registry.npm.taobao.org/table/download/table-4.0.1.tgz#a8116c133fac2c61f4a420ab6cdf5c4d61f0e435"
Expand Down Expand Up @@ -5659,16 +5755,33 @@ to-fast-properties@^1.0.3:
version "1.0.3"
resolved "http://registry.npm.taobao.org/to-fast-properties/download/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47"

to-markdown@^3.1.0:
version "3.1.1"
resolved "http://registry.npm.taobao.org/to-markdown/download/to-markdown-3.1.1.tgz#251e241b8c74c7ad177292e6c52cc195c9268c11"
dependencies:
collapse-whitespace "1.1.2"
jsdom "^9.0.0"

toposort@^1.0.0:
version "1.0.3"
resolved "http://registry.npm.taobao.org/toposort/download/toposort-1.0.3.tgz#f02cd8a74bd8be2fc0e98611c3bacb95a171869c"

tough-cookie@^2.3.2:
version "2.3.3"
resolved "http://registry.npm.taobao.org/tough-cookie/download/tough-cookie-2.3.3.tgz#0b618a5565b6dea90bf3425d04d55edc475a7561"
dependencies:
punycode "^1.4.1"

tough-cookie@~2.3.0:
version "2.3.2"
resolved "http://registry.npm.taobao.org/tough-cookie/download/tough-cookie-2.3.2.tgz#f081f76e4c85720e6c37a5faced737150d84072a"
dependencies:
punycode "^1.4.1"

tr46@~0.0.3:
version "0.0.3"
resolved "http://registry.npm.taobao.org/tr46/download/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"

trim-newlines@^1.0.0:
version "1.0.0"
resolved "http://registry.npm.taobao.org/trim-newlines/download/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
Expand Down Expand Up @@ -5882,6 +5995,10 @@ [email protected]:
dependencies:
indexof "0.0.1"

void-elements@^2.0.1:
version "2.0.1"
resolved "http://registry.npm.taobao.org/void-elements/download/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec"

vue-axios@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/vue-axios/-/vue-axios-2.0.2.tgz#0fe5a69f1edb09a1cd6c4a7f88c74d2fb7fe1778"
Expand Down Expand Up @@ -5959,9 +6076,11 @@ vue@~2.4.2:
version "2.4.4"
resolved "http://registry.npm.taobao.org/vue/download/vue-2.4.4.tgz#ea9550b96a71465fd2b8b17b61673b3561861789"

"vuetify@git+https://github.com/Vanessa219/vuetify.git#dev":
version "1.0.0"
resolved "git+https://github.com/Vanessa219/vuetify.git#37f8ee91a6315f4c9f4bb452a34cf188f7de1f31"
"vuetify@git+https://github.com/Vanessa219/vuetify.git#v1.2.0":
version "1.2.0"
resolved "git+https://github.com/Vanessa219/vuetify.git#f259e18a4b06094c73e4407f6e0a8c3d0e6cd586"
dependencies:
to-markdown "^3.1.0"

vuex@^2.4.0:
version "2.4.0"
Expand All @@ -5975,6 +6094,14 @@ watchpack@^1.4.0:
chokidar "^1.7.0"
graceful-fs "^4.1.2"

webidl-conversions@^3.0.0:
version "3.0.1"
resolved "http://registry.npm.taobao.org/webidl-conversions/download/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"

webidl-conversions@^4.0.0:
version "4.0.2"
resolved "http://registry.npm.taobao.org/webidl-conversions/download/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"

webpack-bundle-analyzer@^2.9.0:
version "2.9.0"
resolved "http://registry.npm.taobao.org/webpack-bundle-analyzer/download/webpack-bundle-analyzer-2.9.0.tgz#b58bc34cc30b27ffdbaf3d00bf27aba6fa29c6e3"
Expand Down Expand Up @@ -6048,6 +6175,19 @@ webpack@^3.5.5:
webpack-sources "^1.0.1"
yargs "^8.0.2"

whatwg-encoding@^1.0.1:
version "1.0.3"
resolved "http://registry.npm.taobao.org/whatwg-encoding/download/whatwg-encoding-1.0.3.tgz#57c235bc8657e914d24e1a397d3c82daee0a6ba3"
dependencies:
iconv-lite "0.4.19"

whatwg-url@^4.3.0:
version "4.8.0"
resolved "http://registry.npm.taobao.org/whatwg-url/download/whatwg-url-4.8.0.tgz#d2981aa9148c1e00a41c5a6131166ab4683bbcc0"
dependencies:
tr46 "~0.0.3"
webidl-conversions "^3.0.0"

whet.extend@~0.9.9:
version "0.9.9"
resolved "http://registry.npm.taobao.org/whet.extend/download/whet.extend-0.9.9.tgz#f877d5bf648c97e5aa542fadc16d6a259b9c11a1"
Expand Down Expand Up @@ -6112,6 +6252,10 @@ xml-char-classes@^1.0.0:
version "1.0.0"
resolved "http://registry.npm.taobao.org/xml-char-classes/download/xml-char-classes-1.0.0.tgz#64657848a20ffc5df583a42ad8a277b4512bbc4d"

xml-name-validator@^2.0.1:
version "2.0.1"
resolved "http://registry.npm.taobao.org/xml-name-validator/download/xml-name-validator-2.0.1.tgz#4d8b8f1eccd3419aa362061becef515e1e559635"

xml2js@^0.4.11:
version "0.4.19"
resolved "http://registry.npm.taobao.org/xml2js/download/xml2js-0.4.19.tgz#686c20f213209e94abf0d1bcf1efaa291c7827a7"
Expand Down
3 changes: 2 additions & 1 deletion i18n/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,6 @@
"service": "服务",
"community": "社区",
"about3": "如果你对开源感兴趣,想贡献自己的一份力量,欢迎<a href='https://hacpai.com/article/1463025124998' target='_blank'>加入我们</a>!",
"about4": "<a href='https://hacpai.com/tag/Pipe' target='_blank'>Pipe</a> 是一款开源(<a href='http://www.gnu.org/licenses/gpl-3.0.html' target='_blank'>GPLv3</a>)的博客平台,由 <a href='https://github.com/b3log' target='_blank'>B3log 开源</a>组织维护。"
"about4": "<a href='https://hacpai.com/tag/Pipe' target='_blank'>Pipe</a> 是一款开源(<a href='http://www.gnu.org/licenses/gpl-3.0.html' target='_blank'>GPLv3</a>)的博客平台,由 <a href='https://github.com/b3log' target='_blank'>B3log 开源</a>组织维护。",
"index2": "登录<a href='https://hacpai.com/login'>黑客派</a>账号后即可开始使用<br><br>如果你觉得 <a target='_blank' href='https://github.com/b3log/pipe'>Pipe</a> 不错,你为我们点赞"
}

0 comments on commit b8ed2d1

Please sign in to comment.