chore: new conf version

This commit is contained in:
张泊明518370910136 2025-01-27 22:38:28 -05:00
parent a443f7eb12
commit 949123477b
GPG Key ID: CA088E6D9284F870

View File

@ -1,4 +1,5 @@
{ {
"stage": {
"stages": [ "stages": [
{ {
"name": "sample", "name": "sample",
@ -41,13 +42,16 @@
} }
} }
}, },
"parser": { "parsers": [
{
"name": "sample", "name": "sample",
"with": { "with": {
"score": 10, "score": 10,
"comment": " + comment from toml conf" "comment": " + comment from toml conf"
} }
} }
]
} }
] ]
}
} }