Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
chore(release): 1.10.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.2](v1.10.1...v1.10.2) (2021-03-11)

### 🐛 Bug 修复

* 新增 百度搜索资源平台 id ([5c8a19b](5c8a19b))
  • Loading branch information
semantic-release-bot committed Mar 11, 2021
1 parent 5c8a19b commit 0659a7d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# shirakami-haruka-button(豹按钮(:3っ)∋)

## [1.10.2](https://github.com/CaoMeiYouRen/shirakami-haruka-button/compare/v1.10.1...v1.10.2) (2021-03-11)


### 🐛 Bug 修复

* 新增 百度搜索资源平台 id ([5c8a19b](https://github.com/CaoMeiYouRen/shirakami-haruka-button/commit/5c8a19b))

## [1.10.1](https://github.com/CaoMeiYouRen/shirakami-haruka-button/compare/v1.10.0...v1.10.1) (2021-02-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shirakami-haruka-button",
"version": "1.10.1",
"version": "1.10.2",
"private": true,
"author": "CaoMeiYouRen",
"license": "MIT",
Expand Down
Binary file modified public/voices.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/layout/HomeLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function switchLang(locale: string): void {
i18n.locale = locale
}
const langList: {lang: string, label: string}[] = Object.keys(messages).map((e) => ({
const langList: { lang: string, label: string }[] = Object.keys(messages).map((e) => ({
lang: e,
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
Expand Down

0 comments on commit 0659a7d

Please sign in to comment.