修复 python 企业微信推送,debian 版本关于页面报错

This commit is contained in:
whyour
2023-08-11 21:40:01 +08:00
parent 89164a3bd2
commit e174e190ee
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ const { Link } = Typography;
enum TVersion {
'develop' = '开发版',
'master' = '正式版',
'debian' = '正式版'
}
const About = ({ systemInfo }: { systemInfo: SharedContext['systemInfo'] }) => {