This commit is contained in:
IndieKKY
2024-10-06 16:04:02 +08:00
parent b10d816e18
commit 5ce146803e
4 changed files with 5 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
import {APP_DOM_ID, CUSTOM_MODEL_TOKENS, MODEL_DEFAULT, MODEL_MAP, SUMMARIZE_TYPES} from '../consts/const'
import {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)
}