File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
web/src/components/MarkdownPreview Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 9494| 技术支持方式 | 赞助 |
9595| :------------------------------------------------| :----------:|
9696| 一对一技术支持 我将亲自远程帮您 ** 配置环境并部署** ** 讲解项目架构&大模型学习资料** | ** 100元/次** |
97+ | 技术顾问 ** 解答大模型开发相关问题&技术支持** | ** 365元/年** |
9798| 需求开发支持 ** 具体场景Dify画布开发** ** 下面开源Dify画布前后端适配开发** | ** 500元起** |
9899
99100
Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ const emit = defineEmits([
3737const { copy, copyDuration } = useClipText ()
3838
3939interface Props {
40- isInit: boolean
41- isView: boolean
42- chartId: string
43- qaType: string
44- reader: ReadableStreamDefaultReader <Uint8Array > | null
40+ isInit? : boolean
41+ isView? : boolean
42+ chartId? : string
43+ qaType? : string
44+ reader? : ReadableStreamDefaultReader <Uint8Array > | null
4545 model? : TransformStreamModelTypes
46- parentScollBottomMethod: () => void // 父组件滚动方法
46+ parentScollBottomMethod? : () => void // 父组件滚动方法
4747}
4848
4949// 解构 props
You can’t perform that action at this time.
0 commit comments