mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-05-24 06:36:06 +08:00
feat: 暂时关闭二维码生成功能
This commit is contained in:
parent
89eab211e4
commit
eaa56b0070
|
@ -502,13 +502,25 @@ export const ConfigDialog: FC<{
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
{configError && <div className={style.error}>{configError}</div>}
|
{configError && <div className={style.error}>{configError}</div>}
|
||||||
|
<div className={style.error}>
|
||||||
|
由于访问量过大,生成二维码码和链接功能暂时关闭(个人项目经费有限且本项目没有接任何广告,感谢理解😭,但仍然可以本地整活,之前生成的二维码和链接依然有效),
|
||||||
|
本项目开源,有需求可以自行fork进行部署:
|
||||||
|
<a
|
||||||
|
href="https://github.com/StreakingMan/solvable-sheep-game"
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
|
style={{ textDecoration: 'underline' }}
|
||||||
|
>
|
||||||
|
github仓库地址
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
<div className="flex-container">
|
<div className="flex-container">
|
||||||
<button className="flex-grow" onClick={onPreviewClick}>
|
<button className="flex-grow" onClick={onPreviewClick}>
|
||||||
保存并预览
|
保存并预览
|
||||||
</button>
|
</button>
|
||||||
<button className="flex-grow" onClick={onGenQrLinkClick}>
|
{/*<button className="flex-grow" onClick={onGenQrLinkClick}>
|
||||||
生成二维码&链接{uploading && '...'}
|
生成二维码&链接{uploading && '...'}
|
||||||
</button>
|
</button>*/}
|
||||||
<button className="flex-grow" onClick={closeMethod}>
|
<button className="flex-grow" onClick={closeMethod}>
|
||||||
关闭
|
关闭
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user