dashboard
repositories
filestore
activity
search
login
刘苏义
/
ruoyi-api
forked from
ard/ruoyi-api
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
优化:流媒体同步任务
liusuyi
2024-07-10
016aa105789fca71e86cdbb0d26a181812f200f9
[~liusuyi/ruoyi-api.git]
/
ruoyi-ui
/
node_modules
/
highlight.js
/
lib
/
languages
/
shell.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module.exports = function(hljs) {
return {
aliases: ['console'],
contains: [
{
className: 'meta',
begin: '^\\s{0,3}[/\\w\\d\\[\\]()@-]*[>%$#]',
starts: {
end: '$', subLanguage: 'bash'
}
}
]
}
};