mirror of
https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git
synced 2025-02-02 20:38:39 +08:00
对于奇怪的图片url进行编码处理,兼容特殊符号
This commit is contained in:
parent
e25af3b6ea
commit
4b40ed6c04
@ -271,13 +271,13 @@ export async function Note(e, {
|
||||
uid: uid,
|
||||
coinTime_mb2Day,
|
||||
coinTime_mb2,
|
||||
urlType,
|
||||
urlType:encodeURIComponent(urlType),
|
||||
resinMaxTime_mb2Day,
|
||||
resinMaxTime,
|
||||
resinMaxTime_mb2,
|
||||
remained_time,
|
||||
coinTime,
|
||||
imgs,
|
||||
imgs:encodeURIComponent(imgs),
|
||||
day_mb2,
|
||||
day,
|
||||
...data,
|
||||
|
Loading…
Reference in New Issue
Block a user