lll
lll
+ 🌻只翻译纯英文 就是如果选中的是中英混合的也不翻译,只有时纯英文的时候才显示翻译按钮
我也用了 `tailwind` 与 `antd` 除了要覆盖样式,还有些初始化的样式要覆盖。建议使用 [WindiCSS ](https://windicss.org/),支持 `!important` 覆盖 ``` test // 其中 !flex 生成 display: flex !important; 样式 ```
@CarlosPinedaT ```tsx import { BrowserClient, VERSION, ClientOptions } from "@traceo-sdk/browser"; class Client extends BrowserClient { constructor(apiKey: string, options: ClientOptions) { super({ headers: { "x-sdk-name": "react", "x-sdk-version": VERSION, "x-sdk-key": apiKey, },...
可以参考 https://g2.antv.antgroup.com/examples/general/Liquid/#liquid-content ```typescript const liquidConfig: LiquidConfig = { autoFit: true, percent: 0.3, style: { outlineBorder: 4, outlineDistance: 2, waveLength: 128, contentText: 'center text', }, tooltip: false, height: 240, } ```...