app
app copied to clipboard
专门为互联网人打造的题解神器,神器在手,工作不愁
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.3.4. Changelog Sourced from nanoid's changelog. 3.3.4 Fixed --help in CLI (by @Lete114). 3.3.3 Reduced size (by Anton Khlynovskiy). 3.3.2 Fixed enhanced-resolve support. 3.3.1 Reduced...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.7 to 1.19.11. Release notes Sourced from urijs's releases. 1.19.11 (April 3rd 2022) SECURITY fixing URI.parse() handle excessive slashes in scheme-relative URLs - disclosed by zeyu2001 via...
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2. Changelog Sourced from moment's changelog. 2.29.2 See full changelog Release Apr 3 2022 Address https://github.com/advisories/GHSA-8hfj-j24r-96c4 Commits 75e2ac5 Build 2.29.2 5a29877 Bump version to 2.29.2...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Bumps [marked](https://github.com/markedjs/marked) from 2.1.3 to 4.0.10. Release notes Sourced from marked's releases. v4.0.10 4.0.10 (2022-01-13) Bug Fixes security: fix redos vulnerabilities (8f80657) v4.0.9 4.0.9 (2022-01-06) Bug Fixes retain line breaks...
由于目前工程中本来使用ci自动构建2款小程序的,但是由于uniapp的cli unicloud工程,必须使用hbx绑定云服务空间进行构建。 所以万般无奈之下,我们在这几个版本中暂时不会使用ci构建小程序。我们在v1.1.1版本中发布了一个补丁,用于解决api环境变量的问题,在根目录需要用户自行新建env文件,例子如下: ``` VUE_APP_V1_TEST_API_HTTP_URL=此处替换为v1云函数的url/http/v1/ VUE_APP_V1_RELEASE_API_HTTP_URL=此处替换为v1云函数的url/http/v1/ ``` 待我们在下周与官方沟通,看能不能将cli的发布和部署,从hbx脱离出来且能够使用ci自主发布; 如果沟通无效,可能会摒弃读写分离的架构,全部使用http url读取和写入