This commit is contained in:
josc146 2023-06-24 23:57:49 +08:00
parent 7f2f4f15c1
commit 08cf09416a

View File

@ -328,7 +328,8 @@ export const Configs: FC = observer(() => {
}
{
displayStrategyImg &&
<img style={{ width: '80vh', height: 'auto', zIndex: 100 }} className="fixed left-0 top-0"
<img style={{ width: '80vh', height: 'auto', zIndex: 100 }}
className="fixed left-0 top-0 rounded-xl select-none"
src={commonStore.settings.language === 'zh' ? strategyZhImg : strategyImg} />
}
{