Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baiwumm/react-admin
/ welcomeWords
Function
welcomeWords
Xmw_web/src/utils/index.ts:193–196 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
191
* @Author: 白雾茫茫丶
192
*/
193
export
const
welcomeWords = (): string => {
194
const
words = [
'休息一会儿吧'
,
'准备吃什么呢?'
,
'要不要打一把 LOL'
,
'我猜你可能累了'
,
'认真工作吧'
,
'今天又是充满活力的一天'
]
195
return
sample(words)
196
}
197
198
/**
199
* @description: 判断是否是HTTP或HTTPS链接
Callers
1
RenderContent
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected