feat: prototype of endpoint setting

This commit is contained in:
Wentao Lyu 2023-03-31 23:15:38 +08:00
parent b703d3706b
commit 462660d554
5 changed files with 64 additions and 11 deletions

View file

@ -25,7 +25,7 @@ function BingStyles(props, ref) {
return (
<Tabs
defaultValue={toneStyle}
value={toneStyle}
className={`bing-styles mb-1 shadow-md ${show ? 'show' : ''}`}
onValueChange={changeHandler}
ref={ref}