Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
L
llm-bp
Project
Project
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
Graph
比较
统计图
议题
0
议题
0
列表
看板
标记
Milestones
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
songchuancai
llm-bp
Commits
cc8e3322
提交
cc8e3322
authored
9月 13, 2024
作者:
yanyalin
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
自动注册组件文件,提交
上级
09ed5c22
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
158 行增加
和
0 行删除
+158
-0
auto-imports.d.ts
auto-imports.d.ts
+90
-0
components.d.ts
components.d.ts
+68
-0
没有找到文件。
auto-imports.d.ts
0 → 100644
浏览文件 @
cc8e3322
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
// biome-ignore lint: disable
export
{}
declare
global
{
const
EffectScope
:
typeof
import
(
'vue'
)[
'EffectScope'
]
const
acceptHMRUpdate
:
typeof
import
(
'pinia'
)[
'acceptHMRUpdate'
]
const
computed
:
typeof
import
(
'vue'
)[
'computed'
]
const
createApp
:
typeof
import
(
'vue'
)[
'createApp'
]
const
createPinia
:
typeof
import
(
'pinia'
)[
'createPinia'
]
const
customRef
:
typeof
import
(
'vue'
)[
'customRef'
]
const
defineAsyncComponent
:
typeof
import
(
'vue'
)[
'defineAsyncComponent'
]
const
defineComponent
:
typeof
import
(
'vue'
)[
'defineComponent'
]
const
defineStore
:
typeof
import
(
'pinia'
)[
'defineStore'
]
const
effectScope
:
typeof
import
(
'vue'
)[
'effectScope'
]
const
getActivePinia
:
typeof
import
(
'pinia'
)[
'getActivePinia'
]
const
getCurrentInstance
:
typeof
import
(
'vue'
)[
'getCurrentInstance'
]
const
getCurrentScope
:
typeof
import
(
'vue'
)[
'getCurrentScope'
]
const
h
:
typeof
import
(
'vue'
)[
'h'
]
const
inject
:
typeof
import
(
'vue'
)[
'inject'
]
const
isProxy
:
typeof
import
(
'vue'
)[
'isProxy'
]
const
isReactive
:
typeof
import
(
'vue'
)[
'isReactive'
]
const
isReadonly
:
typeof
import
(
'vue'
)[
'isReadonly'
]
const
isRef
:
typeof
import
(
'vue'
)[
'isRef'
]
const
mapActions
:
typeof
import
(
'pinia'
)[
'mapActions'
]
const
mapGetters
:
typeof
import
(
'pinia'
)[
'mapGetters'
]
const
mapState
:
typeof
import
(
'pinia'
)[
'mapState'
]
const
mapStores
:
typeof
import
(
'pinia'
)[
'mapStores'
]
const
mapWritableState
:
typeof
import
(
'pinia'
)[
'mapWritableState'
]
const
markRaw
:
typeof
import
(
'vue'
)[
'markRaw'
]
const
nextTick
:
typeof
import
(
'vue'
)[
'nextTick'
]
const
onActivated
:
typeof
import
(
'vue'
)[
'onActivated'
]
const
onBeforeMount
:
typeof
import
(
'vue'
)[
'onBeforeMount'
]
const
onBeforeRouteLeave
:
typeof
import
(
'vue-router'
)[
'onBeforeRouteLeave'
]
const
onBeforeRouteUpdate
:
typeof
import
(
'vue-router'
)[
'onBeforeRouteUpdate'
]
const
onBeforeUnmount
:
typeof
import
(
'vue'
)[
'onBeforeUnmount'
]
const
onBeforeUpdate
:
typeof
import
(
'vue'
)[
'onBeforeUpdate'
]
const
onDeactivated
:
typeof
import
(
'vue'
)[
'onDeactivated'
]
const
onErrorCaptured
:
typeof
import
(
'vue'
)[
'onErrorCaptured'
]
const
onMounted
:
typeof
import
(
'vue'
)[
'onMounted'
]
const
onRenderTracked
:
typeof
import
(
'vue'
)[
'onRenderTracked'
]
const
onRenderTriggered
:
typeof
import
(
'vue'
)[
'onRenderTriggered'
]
const
onScopeDispose
:
typeof
import
(
'vue'
)[
'onScopeDispose'
]
const
onServerPrefetch
:
typeof
import
(
'vue'
)[
'onServerPrefetch'
]
const
onUnmounted
:
typeof
import
(
'vue'
)[
'onUnmounted'
]
const
onUpdated
:
typeof
import
(
'vue'
)[
'onUpdated'
]
const
onWatcherCleanup
:
typeof
import
(
'vue'
)[
'onWatcherCleanup'
]
const
provide
:
typeof
import
(
'vue'
)[
'provide'
]
const
reactive
:
typeof
import
(
'vue'
)[
'reactive'
]
const
readonly
:
typeof
import
(
'vue'
)[
'readonly'
]
const
ref
:
typeof
import
(
'vue'
)[
'ref'
]
const
resolveComponent
:
typeof
import
(
'vue'
)[
'resolveComponent'
]
const
setActivePinia
:
typeof
import
(
'pinia'
)[
'setActivePinia'
]
const
setMapStoreSuffix
:
typeof
import
(
'pinia'
)[
'setMapStoreSuffix'
]
const
shallowReactive
:
typeof
import
(
'vue'
)[
'shallowReactive'
]
const
shallowReadonly
:
typeof
import
(
'vue'
)[
'shallowReadonly'
]
const
shallowRef
:
typeof
import
(
'vue'
)[
'shallowRef'
]
const
storeToRefs
:
typeof
import
(
'pinia'
)[
'storeToRefs'
]
const
toRaw
:
typeof
import
(
'vue'
)[
'toRaw'
]
const
toRef
:
typeof
import
(
'vue'
)[
'toRef'
]
const
toRefs
:
typeof
import
(
'vue'
)[
'toRefs'
]
const
toValue
:
typeof
import
(
'vue'
)[
'toValue'
]
const
triggerRef
:
typeof
import
(
'vue'
)[
'triggerRef'
]
const
unref
:
typeof
import
(
'vue'
)[
'unref'
]
const
useAttrs
:
typeof
import
(
'vue'
)[
'useAttrs'
]
const
useCssModule
:
typeof
import
(
'vue'
)[
'useCssModule'
]
const
useCssVars
:
typeof
import
(
'vue'
)[
'useCssVars'
]
const
useId
:
typeof
import
(
'vue'
)[
'useId'
]
const
useLink
:
typeof
import
(
'vue-router'
)[
'useLink'
]
const
useModel
:
typeof
import
(
'vue'
)[
'useModel'
]
const
useMouse
:
typeof
import
(
'@vueuse/core'
)[
'useMouse'
]
const
useMyFetch
:
typeof
import
(
'@vueuse/core'
)[
'useFetch'
]
const
useRoute
:
typeof
import
(
'vue-router'
)[
'useRoute'
]
const
useRouter
:
typeof
import
(
'vue-router'
)[
'useRouter'
]
const
useSlots
:
typeof
import
(
'vue'
)[
'useSlots'
]
const
useTemplateRef
:
typeof
import
(
'vue'
)[
'useTemplateRef'
]
const
watch
:
typeof
import
(
'vue'
)[
'watch'
]
const
watchEffect
:
typeof
import
(
'vue'
)[
'watchEffect'
]
const
watchPostEffect
:
typeof
import
(
'vue'
)[
'watchPostEffect'
]
const
watchSyncEffect
:
typeof
import
(
'vue'
)[
'watchSyncEffect'
]
}
// for type re-export
declare
global
{
// @ts-ignore
export
type
{
Component
,
ComponentPublicInstance
,
ComputedRef
,
ExtractDefaultPropTypes
,
ExtractPropTypes
,
ExtractPublicPropTypes
,
InjectionKey
,
PropType
,
Ref
,
VNode
,
WritableComputedRef
}
from
'vue'
import
(
'vue'
)
}
components.d.ts
0 → 100644
浏览文件 @
cc8e3322
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export
{}
/* prettier-ignore */
declare
module
'vue'
{
export
interface
GlobalComponents
{
AiChat
:
typeof
import
(
'./src/components/ai-chat/index.vue'
)[
'default'
]
AppAvatar
:
typeof
import
(
'./src/components/app-avatar/index.vue'
)[
'default'
]
AppCharts
:
typeof
import
(
'./src/components/app-charts/index.vue'
)[
'default'
]
AppIcon
:
typeof
import
(
'./src/components/icons/AppIcon.vue'
)[
'default'
]
AppTable
:
typeof
import
(
'./src/components/app-table/index.vue'
)[
'default'
]
ArrayObjectCard
:
typeof
import
(
'./src/components/dynamics-form/items/complex/ArrayObjectCard.vue'
)[
'default'
]
AutoTooltip
:
typeof
import
(
'./src/components/auto-tooltip/index.vue'
)[
'default'
]
BackButton
:
typeof
import
(
'./src/components/back-button/index.vue'
)[
'default'
]
CardAdd
:
typeof
import
(
'./src/components/card-add/index.vue'
)[
'default'
]
CardBox
:
typeof
import
(
'./src/components/card-box/index.vue'
)[
'default'
]
CardCheckbox
:
typeof
import
(
'./src/components/card-checkbox/index.vue'
)[
'default'
]
CodemirrorEditor
:
typeof
import
(
'./src/components/codemirror-editor/index.vue'
)[
'default'
]
CommonList
:
typeof
import
(
'./src/components/common-list/index.vue'
)[
'default'
]
DatePicker
:
typeof
import
(
'./src/components/dynamics-form/items/DatePicker.vue'
)[
'default'
]
Demo
:
typeof
import
(
'./src/components/dynamics-form/Demo.vue'
)[
'default'
]
DownloadLoading
:
typeof
import
(
'./src/components/loading/DownloadLoading.vue'
)[
'default'
]
DynamicsForm
:
typeof
import
(
'./src/components/dynamics-form/index.vue'
)[
'default'
]
ExecutionDetailDialog
:
typeof
import
(
'./src/components/ai-chat/ExecutionDetailDialog.vue'
)[
'default'
]
FormItem
:
typeof
import
(
'./src/components/dynamics-form/FormItem.vue'
)[
'default'
]
FormItemLabel
:
typeof
import
(
'./src/components/dynamics-form/FormItemLabel.vue'
)[
'default'
]
HtmlRander
:
typeof
import
(
'./src/components/markdown/HtmlRander.vue'
)[
'default'
]
InfiniteScroll
:
typeof
import
(
'./src/components/infinite-scroll/index.vue'
)[
'default'
]
KnowledgeSource
:
typeof
import
(
'./src/components/ai-chat/KnowledgeSource.vue'
)[
'default'
]
LayoutContainer
:
typeof
import
(
'./src/components/layout-container/index.vue'
)[
'default'
]
LineCharts
:
typeof
import
(
'./src/components/app-charts/components/LineCharts.vue'
)[
'default'
]
LoginContainer
:
typeof
import
(
'./src/components/login-container/index.vue'
)[
'default'
]
LoginLayout
:
typeof
import
(
'./src/components/login-layout/index.vue'
)[
'default'
]
LogoFull
:
typeof
import
(
'./src/components/logo/LogoFull.vue'
)[
'default'
]
LogoIcon
:
typeof
import
(
'./src/components/logo/LogoIcon.vue'
)[
'default'
]
LogOperationButton
:
typeof
import
(
'./src/components/ai-chat/LogOperationButton.vue'
)[
'default'
]
MdEditor
:
typeof
import
(
'./src/components/markdown/MdEditor.vue'
)[
'default'
]
MdPreview
:
typeof
import
(
'./src/components/markdown/MdPreview.vue'
)[
'default'
]
MdRenderer
:
typeof
import
(
'./src/components/markdown/MdRenderer.vue'
)[
'default'
]
MultiSelect
:
typeof
import
(
'./src/components/dynamics-form/items/select/MultiSelect.vue'
)[
'default'
]
ObjectCard
:
typeof
import
(
'./src/components/dynamics-form/items/complex/ObjectCard.vue'
)[
'default'
]
OperationButton
:
typeof
import
(
'./src/components/ai-chat/OperationButton.vue'
)[
'default'
]
ParagraphCard
:
typeof
import
(
'./src/components/ai-chat/component/ParagraphCard.vue'
)[
'default'
]
ParagraphSourceDialog
:
typeof
import
(
'./src/components/ai-chat/ParagraphSourceDialog.vue'
)[
'default'
]
PasswordInput
:
typeof
import
(
'./src/components/dynamics-form/items/PasswordInput.vue'
)[
'default'
]
ProgressTableItem
:
typeof
import
(
'./src/components/dynamics-form/items/table/ProgressTableItem.vue'
)[
'default'
]
Radio
:
typeof
import
(
'./src/components/dynamics-form/items/radio/Radio.vue'
)[
'default'
]
RadioButton
:
typeof
import
(
'./src/components/dynamics-form/items/radio/RadioButton.vue'
)[
'default'
]
RadioCard
:
typeof
import
(
'./src/components/dynamics-form/items/radio/RadioCard.vue'
)[
'default'
]
ReadWrite
:
typeof
import
(
'./src/components/read-write/index.vue'
)[
'default'
]
RouterLink
:
typeof
import
(
'vue-router'
)[
'RouterLink'
]
RouterView
:
typeof
import
(
'vue-router'
)[
'RouterView'
]
SendIcon
:
typeof
import
(
'./src/components/logo/SendIcon.vue'
)[
'default'
]
SingleSelect
:
typeof
import
(
'./src/components/dynamics-form/items/select/SingleSelect.vue'
)[
'default'
]
Slider
:
typeof
import
(
'./src/components/dynamics-form/items/slider/Slider.vue'
)[
'default'
]
TabCard
:
typeof
import
(
'./src/components/dynamics-form/items/complex/TabCard.vue'
)[
'default'
]
TableCheckbox
:
typeof
import
(
'./src/components/dynamics-form/items/table/TableCheckbox.vue'
)[
'default'
]
TableColumn
:
typeof
import
(
'./src/components/dynamics-form/items/table/TableColumn.vue'
)[
'default'
]
TableRadio
:
typeof
import
(
'./src/components/dynamics-form/items/table/TableRadio.vue'
)[
'default'
]
TagEllipsis
:
typeof
import
(
'./src/components/tag-ellipsis/index.vue'
)[
'default'
]
TagsInput
:
typeof
import
(
'./src/components/tags-input/index.vue'
)[
'default'
]
TextInput
:
typeof
import
(
'./src/components/dynamics-form/items/TextInput.vue'
)[
'default'
]
TooltipLabel
:
typeof
import
(
'./src/components/dynamics-form/items/label/TooltipLabel.vue'
)[
'default'
]
}
}
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论