mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-10 11:40:53 +08:00
style: Adjust the style of task logs (#9863)
This commit is contained in:
parent
7a44493d13
commit
0c30dfa092
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ const systemRules: TokenRule[] = [
|
|||
const taskRules: TokenRule[] = [
|
||||
{
|
||||
type: 'bracket-text',
|
||||
pattern: /\[([^\]]+)\]/g,
|
||||
pattern: /\[(?:[^\[\]]*(?:\[[^\[\]]*\])*[^\[\]]*)*\]/g,
|
||||
color: '#B87A2B',
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue