Skip to content

Commit 9935f64

Browse files
authored
Merge pull request #115 from apconw/bug_fix
update readme
2 parents 1a753ef + 5bc233e commit 9935f64

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
| 技术支持方式 | 赞助 |
9595
|:------------------------------------------------|:----------:|
9696
| 一对一技术支持 我将亲自远程帮您 **配置环境并部署** **讲解项目架构&大模型学习资料** | **100元/次** |
97+
| 技术顾问 **解答大模型开发相关问题&技术支持** | **365元/年** |
9798
| 需求开发支持 **具体场景Dify画布开发** **下面开源Dify画布前后端适配开发** | **500元起** |
9899

99100

web/src/components/MarkdownPreview/index.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ const emit = defineEmits([
3737
const { copy, copyDuration } = useClipText()
3838
3939
interface 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

0 commit comments

Comments
 (0)