具体描述
So it's just like #170 my network can't reach npmmirror. I suggest releasing version with jsdelivr cdn along npmmirror or just stick to release all with it instead of just AdGuard one.
The solution should be as simple as running single sed command on output files.
function jsdeliverify {
sed -E 's|registry\.npmmirror\.com/([^/]+)/([^/]+)/files/(.+)$|cdn.jsdelivr.net/npm/\1@\2/\3|' $@
}
jsdeliverify ComicRead.user.js > ComicRead.jsdelivr.user.js
具体描述
So it's just like #170 my network can't reach npmmirror. I suggest releasing version with jsdelivr cdn along npmmirror or just stick to release all with it instead of just AdGuard one.
The solution should be as simple as running single sed command on output files.