chore: 服务到期说明

This commit is contained in:
streakingman
2023-05-05 00:20:14 +08:00
parent ffbb38495f
commit cebf64847f
3 changed files with 6 additions and 8 deletions
+1 -5
View File
@@ -369,11 +369,7 @@ const ConfigDialog: FC<{
})
.catch(({ error, code }) => {
setTimeout(() => {
setConfigError(
code === 10007
? '上传数据长度已超过bmob的限制'
: error
);
setConfigError(error);
}, 3000);
})
.finally(() => {
+1 -1
View File
@@ -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>>({