diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f144181..ede23fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: strategy: matrix: - node-version: [ node ] + node-version: [ 22.4.1 ] steps: - uses: actions/checkout@main diff --git a/README.md b/README.md index 8e50229..9869dc5 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ see https://github.com/bluelovers/sd-webui-pnginfo-beautify/blob/dev/src/row-con - `sv_prompt` - `Template` from [Dynamic Prompts](https://github.com/adieyal/sd-dynamic-prompts) - `Template Generated` from [Dynamic Prompts](https://github.com/adieyal/sd-dynamic-prompts) +- `Wildcard Prompt` see [aibooru.online](https://aibooru.online/posts/73504?q=no_nipples+) #### hashes diff --git a/src/row-config.ts b/src/row-config.ts index f016e2e..d80e50d 100644 --- a/src/row-config.ts +++ b/src/row-config.ts @@ -42,6 +42,7 @@ export const RowConfigMapRegExp = new Map(); 'sv_prompt', 'Template', 'Template Generated', + 'Wildcard Prompt', ].forEach(key => RowConfigMap.set(key, { full: true, syntaxHighlighter: true,