yangch

Results 4 issues of yangch

html 是忽略 \n 标记的,所以目前是需要对\n 转换 为\ 标签,然后将 {{ value }} 改为 {{@ value }}, 但是开启原文输出会出现 XSS 的安全问题,需要在代码中对数据进行过滤,增加了很多重复代码。所以能否加入自动转换\n为\的语法。

Fix errors in load method of selected area information

因为微信网页版登录接口 https://login.weixin.qq.com/cgi-bin/mmwebwx-bin/login 返回的redirect_url 域名为 https://wx2.qq.com, 无法使用之前请求的cookie,所以导致init失败 这里将所有微信接口地址改为https://wx2.qq.com

`hasSearchParameters` currently relies on the `URLSearchParams.size` property when checking whether search parameters exist: https://github.com/sindresorhus/ky/blob/c52a694d0bbf368a532a249ae3802437e5743f40/source/utils/options.ts#L40-L42 However, support for the `size` property is inconsistent across environments. #### Node.js Support Status | Node.js...