mirror of
https://git.um-react.app/um/um-react.git
synced 2025-11-28 11:33:02 +00:00
10 lines
176 B
TypeScript
10 lines
176 B
TypeScript
import { VQuote } from '~/components/HelpText/VQuote';
|
|
|
|
export function SegmentTopNavSettings() {
|
|
return (
|
|
<>
|
|
点击顶部的<VQuote>设置</VQuote>
|
|
</>
|
|
);
|
|
}
|