问题背景#
在配置安知鱼主题 🌊的关于页面时,发现helloAbout的动效突然不起作用了。如下图所示

原因分析#
打开调试控制台,发现在about页面存在报错。

通过排查发现,在selfInfo中的selfInfoContentYear我填的不是纯数字导致的。
修改前#
selfInfo:
selfInfoTips1: 生日
selfInfoContentYear: 3 月 5 日
selfInfoTips2: 星座
selfInfoContent2: 双鱼座
selfInfoTips3: 职业
selfInfoContent3: 自动化工程师yaml修改后#
selfInfo:
selfInfoTips1: 出生
selfInfoContentYear: 1999
selfInfoTips2: 星座
selfInfoContent2: 双鱼座
selfInfoTips3: 职业
selfInfoContent3: 自动化工程师yaml恢复正常#
