This website works better with JavaScript.
Home
Explore
Help
Sign In
hanyuqing
/
KGPython
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1
Commit
5
Branches
0
Tags
72 MiB
Tree:
1ff6b4a3ae
hanyuqing
lbj
master
mh
yangrongze
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '1ff6b4a3ae'
${ noResults }
KGPython
/
vue
/
node_modules
/
log-symbols
/
browser.js
9 lines
108 B
Raw
Normal View
History
22
4 months ago
'use strict'
;
module
.
exports
=
{
info
:
'ℹ️'
,
success
:
'✅'
,
warning
:
'⚠️'
,
error
:
'❌️'
}
;