style: Adjust the style of task logs (#9863)

This commit is contained in:
CityFun 2025-08-05 16:37:04 +08:00 committed by GitHub
parent 7a44493d13
commit 0c30dfa092
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -89,7 +89,7 @@ const systemRules: TokenRule[] = [
const taskRules: TokenRule[] = [
{
type: 'bracket-text',
pattern: /\[([^\]]+)\]/g,
pattern: /\[(?:[^\[\]]*(?:\[[^\[\]]*\])*[^\[\]]*)*\]/g,
color: '#B87A2B',
},
];