mirror of
https://git.mirrors.martin98.com/https://github.com/bytedance/deer-flow
synced 2025-08-17 21:45:57 +08:00
docs: update markdown format
This commit is contained in:
parent
a894fc9f46
commit
e99bb9bdba
@ -52,6 +52,6 @@ In particular, we want to express our deep appreciation for:
|
||||
* [Zustand](https://zustand.docs.pmnd.rs/) for their stunning state management
|
||||
* [Framer Motion](https://www.framer.com/motion/) for their amazing animation library
|
||||
* [React Markdown](https://www.npmjs.com/package/react-markdown) for their exceptional markdown rendering and customizability
|
||||
* Last but not least, special thanks to [SToneX](https://github.com/stonexer) for his great contribution for **[token-by-token visual effect](./src/core/rehype/rehype-split-words-into-spans.ts)**
|
||||
* Last but not least, special thanks to [SToneX](https://github.com/stonexer) for his great contribution for [token-by-token visual effect](./src/core/rehype/rehype-split-words-into-spans.ts)
|
||||
|
||||
These amazing projects form the foundation of `DeerFlow` and demonstrate the power of open source collaboration.
|
||||
|
@ -26,6 +26,6 @@ For the web project, we want to express our deep appreciation for:
|
||||
- [Zustand](https://zustand.docs.pmnd.rs/) for their stunning state management
|
||||
- [Framer Motion](https://www.framer.com/motion/) for their amazing animation library
|
||||
- [React Markdown](https://www.npmjs.com/package/react-markdown) for their exceptional markdown rendering and customizability
|
||||
- Last but not least, special thanks to [SToneX](https://github.com/stonexer) for his great contribution for **[token-by-token visual effect](./src/core/rehype/rehype-split-words-into-spans.ts)**
|
||||
- Last but not least, special thanks to [SToneX](https://github.com/stonexer) for his great contribution for token-by-token visual effect.
|
||||
|
||||
These amazing projects form the foundation of DeerFlow and demonstrate the power of open source collaboration.
|
||||
|
@ -90,8 +90,10 @@ export function SettingsDialog() {
|
||||
</div>
|
||||
</Tabs>
|
||||
<DialogFooter>
|
||||
<Button type="submit">Save Settings</Button>
|
||||
<Button variant="outline">Cancel</Button>
|
||||
<Button className="w-24" type="submit">
|
||||
Save
|
||||
</Button>
|
||||
</DialogFooter>
|
||||
</DialogContent>
|
||||
</Dialog>
|
||||
|
Loading…
x
Reference in New Issue
Block a user