Skip to content

sync original#1

Merged
howel52 merged 238 commits intohowel52:masterfrom
DIYgod:master
Feb 1, 2019
Merged

sync original#1
howel52 merged 238 commits intohowel52:masterfrom
DIYgod:master

Conversation

@howel52
Copy link
Copy Markdown
Owner

@howel52 howel52 commented Feb 1, 2019

No description provided.

SettingDust and others added 30 commits November 30, 2018 18:14
- 修复翻车的引用
- Closes #1230
修复某些 `description` 为 `undefined` 的问题
分類等功能都能直接透過更改 `params` 辦到,而它可以從 `https://store.steampowered.com/search/?specials=1&term=atelier` 這種 URL 取得
* [x] 热销商品 `/search/filter=topsellers`
* [x] 优惠 `/search/special=1`
* [x] 新品 `/steam/search/sort_by=Released_DESC`

close #1018
renovate bot and others added 28 commits January 30, 2019 11:11
fix bug:去掉多余参数 而且存在部分网页正则匹配不上导致数组越界
node_redis: Deprecated: The SETEX command contains a argument of type Promise.
This is converted to "[object Promise]" by using .toString() now and will return an error from v.3.0 on.
Please handle this in your code to make sure everything works as you intended it to.
添加对 [D2 资源库日报](https://awesome.fairyever.com/daily/) 的支持。

**注意**:
引入了一个新的依赖:[sanitize-html](https://www.npmjs.com/package/sanitize-html)
用于去除 HTML 中不需要的内容

```javascript
description = sanitizeHtml(description, {
    allowedTags: ['section', 'h2', 'ul', 'li', 'p', 'span', 'a'],
});
```
@howel52 howel52 merged commit 18e6766 into howel52:master Feb 1, 2019
howel52 pushed a commit that referenced this pull request Mar 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.