mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
修改移动端二维码尺寸
This commit is contained in:
parent
c3c3dc3e06
commit
5989be7f25
|
@ -17,7 +17,7 @@ combine_sub() {
|
||||||
local tmp2=${!tmp1}
|
local tmp2=${!tmp1}
|
||||||
combined_all="$combined_all&$tmp2"
|
combined_all="$combined_all&$tmp2"
|
||||||
done
|
done
|
||||||
echo $combined_all | perl -pe "{s|^&||; s|^@+||; s|&@|&|g; s|@+&|&|g; s|@+|@|g; s|@+$||}"
|
echo $combined_all | xargs perl -pe "{s|^&||; s|^@+||; s|&@|&|g; s|@+&|&|g; s|@+|@|g; s|@+$||}"
|
||||||
}
|
}
|
||||||
|
|
||||||
## 正常依次运行时,组合所有账号的Cookie与互助码
|
## 正常依次运行时,组合所有账号的Cookie与互助码
|
||||||
|
|
|
@ -113,7 +113,7 @@ const CronLogModal = ({
|
||||||
whiteSpace: 'break-spaces',
|
whiteSpace: 'break-spaces',
|
||||||
lineHeight: '17px',
|
lineHeight: '17px',
|
||||||
width: 375,
|
width: 375,
|
||||||
zoom: 0.88,
|
zoom: 0.83,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user