docs: update markdown format

This commit is contained in:
Li Xin 2025-04-22 13:58:38 +08:00
parent a894fc9f46
commit e99bb9bdba
3 changed files with 5 additions and 3 deletions

View File

@ -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 * [Zustand](https://zustand.docs.pmnd.rs/) for their stunning state management
* [Framer Motion](https://www.framer.com/motion/) for their amazing animation library * [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 * [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. These amazing projects form the foundation of `DeerFlow` and demonstrate the power of open source collaboration.

View File

@ -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 - [Zustand](https://zustand.docs.pmnd.rs/) for their stunning state management
- [Framer Motion](https://www.framer.com/motion/) for their amazing animation library - [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 - [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. These amazing projects form the foundation of DeerFlow and demonstrate the power of open source collaboration.

View File

@ -90,8 +90,10 @@ export function SettingsDialog() {
</div> </div>
</Tabs> </Tabs>
<DialogFooter> <DialogFooter>
<Button type="submit">Save Settings</Button>
<Button variant="outline">Cancel</Button> <Button variant="outline">Cancel</Button>
<Button className="w-24" type="submit">
Save
</Button>
</DialogFooter> </DialogFooter>
</DialogContent> </DialogContent>
</Dialog> </Dialog>