mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2026-07-29 17:04:32 +08:00
chore: 服务到期说明
This commit is contained in:
@@ -369,11 +369,7 @@ const ConfigDialog: FC<{
|
||||
})
|
||||
.catch(({ error, code }) => {
|
||||
setTimeout(() => {
|
||||
setConfigError(
|
||||
code === 10007
|
||||
? '上传数据长度已超过bmob的限制'
|
||||
: error
|
||||
);
|
||||
setConfigError(error);
|
||||
}, 3000);
|
||||
})
|
||||
.finally(() => {
|
||||
|
||||
@@ -2,7 +2,7 @@ import React, { FC, MouseEventHandler, useState } from 'react';
|
||||
import style from './WxQrCode.module.scss';
|
||||
import classNames from 'classnames';
|
||||
const WxQrCode: FC<{ title?: string; onClick?: MouseEventHandler }> = ({
|
||||
title = '如果您喜欢这个项目的话,可以点击扫描下方收款码分担后台相关费用(或请我喝杯咖啡),感谢~😘',
|
||||
title = '如果您喜欢这个项目的话,点击扫描下方收款码请我喝杯咖啡,感谢~😘',
|
||||
onClick,
|
||||
}) => {
|
||||
const [fullScreen, setFullScreen] = useState<Record<number, boolean>>({
|
||||
|
||||
Reference in New Issue
Block a user