This commit is contained in:
IndieKKY
2024-10-06 17:51:07 +08:00
parent 751961687b
commit 50e6579116
3 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,7 @@
import {CUSTOM_MODEL_TOKENS, MODEL_DEFAULT, MODEL_MAP, SUMMARIZE_TYPES} from '../consts/const'
import {APP_DOM_ID, CUSTOM_MODEL_TOKENS, MODEL_DEFAULT, MODEL_MAP, SUMMARIZE_TYPES} from '../consts/const'
import {isDarkMode} from '@kky002/kky-util'
import toast from 'react-hot-toast'
import {findIndex} from 'lodash-es'
import {APP_DOM_ID} from '../Main'
export const debug = (...args: any[]) => {
console.debug('[APP]', ...args)
}