Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit8821063

Browse files
committed
Merge branch 'next-9-style' ofhttps://github.com/coderplanets/coderplanets_web into next-9-style
2 parentsa2291b5 +e7a78b7 commit8821063

File tree

1 file changed

+29
-27
lines changed

1 file changed

+29
-27
lines changed

‎src/containers/GlobalLayout/logic.js‎

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -39,33 +39,35 @@ export const calcInitWidth = ref => {
3939
* 控制台打印佛祖保佑
4040
*/
4141
exportconstlogBuddha=()=>{
42-
/* eslint-disable */
43-
console.log(
44-
' .......................................................\n\n\n'+
45-
' _oo0oo_ \n'+
46-
' o8888888o \n'+
47-
' 88" . "88 if (bug) { \n'+
48-
' (| -_- |) .oO bug = false \n'+
49-
' 0\\ = /0 } \n'+
50-
' ___/‘---’\\___ \n'+
51-
" .' \\| |/ '. \n"+
52-
' / \\\\||| : |||// \\ \n'+
53-
' / _|||||-【】-|||||_ \\ \n'+
54-
' | | \\\\\\ - /// | | \n'+
55-
" | \\_| ''\\---/'' |_/ | \n"+
56-
" \\ .-\\__ '-' ___/-. / \n"+
57-
" ___'. .' /--.--\\ '. .'___ \n"+
58-
' ."" ‘<‘.___\\_<|>_/___.’>’ "". \n'+
59-
' | | : ‘- \\‘.;‘\\ _ /’;.’/ - ’ : | | \n'+
60-
' \\ \\ ‘_. \\_ __\\ /__ _/ .-’ / / \n'+
61-
' =====‘-.____‘.___ \\_____/___.-’___.-’===== \n'+
62-
' ‘=---=’ \n'+
63-
' \n\n'+
64-
'.........................................................\n\n'+
65-
' ########## https://github.com/coderplanets #########\n\n'+
66-
'.........................................................'
67-
)
68-
/* eslint-enable */
42+
if(process.env.NODE_ENV==='production'){
43+
/* eslint-disable */
44+
console.log(
45+
' .......................................................\n\n\n'+
46+
' _oo0oo_ \n'+
47+
' o8888888o \n'+
48+
' 88" . "88 if (bug) { \n'+
49+
' (| -_- |) .oO bug = false \n'+
50+
' 0\\ = /0 } \n'+
51+
' ___/‘---’\\___ \n'+
52+
" .' \\| |/ '. \n"+
53+
' / \\\\||| : |||// \\ \n'+
54+
' / _|||||-【】-|||||_ \\ \n'+
55+
' | | \\\\\\ - /// | | \n'+
56+
" | \\_| ''\\---/'' |_/ | \n"+
57+
" \\ .-\\__ '-' ___/-. / \n"+
58+
" ___'. .' /--.--\\ '. .'___ \n"+
59+
' ."" ‘<‘.___\\_<|>_/___.’>’ "". \n'+
60+
' | | : ‘- \\‘.;‘\\ _ /’;.’/ - ’ : | | \n'+
61+
' \\ \\ ‘_. \\_ __\\ /__ _/ .-’ / / \n'+
62+
' =====‘-.____‘.___ \\_____/___.-’___.-’===== \n'+
63+
' ‘=---=’ \n'+
64+
' \n\n'+
65+
'.........................................................\n\n'+
66+
' ########## https://github.com/coderplanets #########\n\n'+
67+
'.........................................................'
68+
)
69+
/* eslint-enable */
70+
}
6971
}
7072

7173
// ###############################

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp