|
|
@@ -53,7 +53,7 @@ async function Main() {
|
|
|
schemaUrl = 'oof.disk://signin';
|
|
|
if (result.code == 0) {
|
|
|
let signData = result.data;
|
|
|
- if(signData.first_require_sign == 0){
|
|
|
+ if(signData.first_require_sign == 1){
|
|
|
magicJS.notification.appendNotifyInfo(`🎉连续签到${signData.continuous_day}天,获得枫叶x${signData.points_num}和印记x${signData.is_footprint || 0}`);
|
|
|
}else{
|
|
|
magicJS.notification.appendNotifyInfo(`🎉连续签到${signData.continuous_day}天`);
|