mirror of
https://git.um-react.app/um/um-react.git
synced 2026-01-13 01:44:11 +00:00
feat: integrate FAQ to webapp
This commit is contained in:
9
src/faq/SegmentTopNavSettings.tsx
Normal file
9
src/faq/SegmentTopNavSettings.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { VQuote } from '~/components/HelpText/VQuote';
|
||||
|
||||
export function SegmentTopNavSettings() {
|
||||
return (
|
||||
<>
|
||||
点击顶部的<VQuote>设置</VQuote>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user