fix(stage): logo for providers, added support for anthropic

This commit is contained in:
Neko Ayaka
2025-04-01 19:45:54 +08:00
parent 999a8be133
commit 66bc92e439
13 changed files with 435 additions and 57 deletions
@@ -80,6 +80,7 @@ export default defineConfig({
/\.(vue|svelte|[jt]sx|mdx?|astro|elm|php|phtml|html)($|\?)/,
// include js/ts files
'(components|src)/**/*.{js,ts}',
'**/stage-ui/**/*.{js,ts}',
],
},
},