refactor: add markdown service

This commit is contained in:
Steven
2024-04-29 08:00:37 +08:00
parent 4338234641
commit 155c5baf2c
46 changed files with 5479 additions and 2084 deletions

View File

@ -148,7 +148,7 @@ const MemoView: React.FC<Props> = (props: Props) => {
<MemoContent
key={`${memo.name}-${memo.updateTime}`}
memoName={memo.name}
content={memo.content}
nodes={memo.nodes}
readonly={readonly}
onClick={handleMemoContentClick}
compact={props.compact ?? true}