mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-05-24 04:09:20 +08:00
chore: 停用分享说明
This commit is contained in:
parent
be0faff9fd
commit
c5bd3f01d9
|
@ -403,6 +403,17 @@ const ConfigDialog: FC<{
|
||||||
<CloseIcon fill={'#fff'} />
|
<CloseIcon fill={'#fff'} />
|
||||||
</div>
|
</div>
|
||||||
<h2>自定义主题</h2>
|
<h2>自定义主题</h2>
|
||||||
|
<p style={{ color: 'red' }}>
|
||||||
|
后台服务到期,分享链接功能已停用,有需要的同学参考
|
||||||
|
<a
|
||||||
|
href="https://github.com/StreakingMan/solvable-sheep-game/blob/master/diy/README.md"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
|
👉这里👈
|
||||||
|
</a>
|
||||||
|
自行部署,感谢支持!🙏
|
||||||
|
</p>
|
||||||
|
|
||||||
<InputContainer label={'标题'} required>
|
<InputContainer label={'标题'} required>
|
||||||
<input
|
<input
|
||||||
|
@ -722,16 +733,17 @@ const ConfigDialog: FC<{
|
||||||
>
|
>
|
||||||
保存并预览
|
保存并预览
|
||||||
</button>
|
</button>
|
||||||
<button
|
{/*<button*/}
|
||||||
className={classNames(
|
{/* className={classNames(*/}
|
||||||
'primary flex-grow',
|
{/* 'primary flex-grow',*/}
|
||||||
style.uploadBtn,
|
{/* style.uploadBtn,*/}
|
||||||
uploading && style.uploading
|
{/* uploading && style.uploading*/}
|
||||||
)}
|
{/* )}*/}
|
||||||
onClick={onGenQrLinkClick}
|
{/* onClick={onGenQrLinkClick}*/}
|
||||||
>
|
{/* disabled*/}
|
||||||
生成二维码&链接
|
{/*>*/}
|
||||||
</button>
|
{/* 生成二维码&链接*/}
|
||||||
|
{/*</button>*/}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user