mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
kick-format-modify-main-ts
This commit is contained in:
@@ -20,8 +20,6 @@
|
|||||||
|
|
||||||
## Git Conventions
|
## Git Conventions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- Use [prefix] format: [feat], [bugfix], [docs]
|
- Use [prefix] format: [feat], [bugfix], [docs]
|
||||||
- Add "Fixes #n" to PR descriptions
|
- Add "Fixes #n" to PR descriptions
|
||||||
- Never mention Claude/AI in commits
|
- Never mention Claude/AI in commits
|
||||||
|
|||||||
@@ -20,7 +20,8 @@ import App from './App.vue'
|
|||||||
import './assets/css/style.css'
|
import './assets/css/style.css'
|
||||||
import { i18n } from './i18n'
|
import { i18n } from './i18n'
|
||||||
|
|
||||||
const ComfyUIPreset = definePreset(Aura, {
|
const ComfyUIPreset = definePreset(
|
||||||
|
Aura, {
|
||||||
semantic: {
|
semantic: {
|
||||||
// @ts-expect-error fixme ts strict error
|
// @ts-expect-error fixme ts strict error
|
||||||
primary: Aura['primitive'].blue
|
primary: Aura['primitive'].blue
|
||||||
|
|||||||
Reference in New Issue
Block a user