Skip to content

Commit be1614d

Browse files
committed
fix(PC): 签到配置修正
issue #469 (cherry picked from commit f0836451b4d70e4a33c096531bff02a133d12404)
1 parent ff31769 commit be1614d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/zhiyicx-plus-pc/resources/views/widgets/checkin.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
use function Zhiyi\Component\ZhiyiPlus\PlusComponentPc\getAvatar;
33
@endphp
44

5-
@if (($config['bootstrappers']['checkin'] ?? false) && !empty($data) )
5+
@if (($config['bootstrappers']['checkin']['switch'] ?? false) && !empty($data) )
66
<div class="checkin_cont">
77
<div class="checkin_user">
88
<span>

0 commit comments

Comments
 (0)