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.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.10.0](v1.9.6...v1.10.0) (2021-02-08)

### ✨ 新功能

* 提取自定义配置到环境变量 ([23efd37](23efd37)), closes [#27](#27)

### 🐛 Bug 修复

* 优化i18n ([5516a5a](5516a5a)), closes [#26](#26)
* 添加友链 ([33f2e3e](33f2e3e)), closes [#25](#25)
* 统一主题色 ([d7fa925](d7fa925))
  • Loading branch information
semantic-release-bot committed Feb 8, 2021
1 parent 3d17f04 commit 32fa5f6
Show file tree
Hide file tree
Showing 33 changed files with 46 additions and 32 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# shirakami-haruka-button(豹按钮(:3っ)∋)

# [1.10.0](https://github.com/CaoMeiYouRen/shirakami-haruka-button/compare/v1.9.6...v1.10.0) (2021-02-08)


### ✨ 新功能

* 提取自定义配置到环境变量 ([23efd37](https://github.com/CaoMeiYouRen/shirakami-haruka-button/commit/23efd37)), closes [#27](https://github.com/CaoMeiYouRen/shirakami-haruka-button/issues/27)


### 🐛 Bug 修复

* 优化i18n ([5516a5a](https://github.com/CaoMeiYouRen/shirakami-haruka-button/commit/5516a5a)), closes [#26](https://github.com/CaoMeiYouRen/shirakami-haruka-button/issues/26)
* 添加友链 ([33f2e3e](https://github.com/CaoMeiYouRen/shirakami-haruka-button/commit/33f2e3e)), closes [#25](https://github.com/CaoMeiYouRen/shirakami-haruka-button/issues/25)
* 统一主题色 ([d7fa925](https://github.com/CaoMeiYouRen/shirakami-haruka-button/commit/d7fa925))

## [1.9.6](https://github.com/CaoMeiYouRen/shirakami-haruka-button/compare/v1.9.5...v1.9.6) (2021-01-06)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shirakami-haruka-button",
"version": "1.9.6",
"version": "1.10.0",
"private": true,
"author": "CaoMeiYouRen",
"license": "MIT",
Expand Down Expand Up @@ -120,4 +120,4 @@
"language": "zh",
"authorName": false
}
}
}
Binary file modified public/voices.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ export default defineComponent({
</script>

<style lang="scss" scoped>
</style>
</style>
2 changes: 1 addition & 1 deletion src/components/CopyrightFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ export default defineComponent({
}
}
}
</style>
</style>
2 changes: 1 addition & 1 deletion src/components/HarukaButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -297,4 +297,4 @@ export default defineComponent({
background-color: rgba(0, 0, 0, 0);
}
}
</style>
</style>
2 changes: 1 addition & 1 deletion src/components/HarukaCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ export default defineComponent({
.haruka-card {
box-shadow: 1px 5px 22px rgb(255, 174, 166, 0.6) !important;
}
</style>
</style>
2 changes: 1 addition & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ requireComponent.keys().forEach((fileName) => {
_.camelCase(fileName.replace(/^\.\//, '').replace(/\.\w+$/, '')),
)
Vue.component(componentName, componentConfig.default || componentConfig)
})
})
2 changes: 1 addition & 1 deletion src/composable/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ export function useOnWindowResize() {
width,
remove,
}
}
}
2 changes: 1 addition & 1 deletion src/config/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ export const COPYRIGHT = env.VUE_APP_COPYRIGHT || ''

export const POLICE = env.VUE_APP_POLICE || ''

export const ICP = env.VUE_APP_ICP || ''
export const ICP = env.VUE_APP_ICP || ''
2 changes: 1 addition & 1 deletion src/config/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ export const friendshipLinks: Link[] = [
url: 'https://hiseki-erio-button.zeronss.vercel.app/',
color: '#ca535b',
},
]
]
2 changes: 1 addition & 1 deletion src/config/voices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,4 @@ const voices: VoiceInfo[] = [
tag: 'Death',
},
]
export default voices
export default voices
2 changes: 1 addition & 1 deletion src/layout/HomeLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@ export default defineComponent({
.main {
margin-bottom: 20px;
}
</style>
</style>
2 changes: 1 addition & 1 deletion src/layout/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ import { defineComponent } from '@vue/composition-api'
export default defineComponent({
name: 'Layout',
})
</script>
</script>
2 changes: 1 addition & 1 deletion src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ export default {
PublishTime: 'PublishTime',
NoDynamic: 'There is no latest news at present',
},
}
}
2 changes: 1 addition & 1 deletion src/locales/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ export const messages = {
zh,
en,
ja,
}
}
2 changes: 1 addition & 1 deletion src/locales/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ export default {
PublishTime: 'リリース時間',
NoDynamic: '現在は最新の動きがありません。',
},
}
}
2 changes: 1 addition & 1 deletion src/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ export default {
PublishTime: '发布时间',
NoDynamic: '当前暂无最新动态',
},
}
}
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ new Vue({
i18n,
vuetify,
render: (h) => h(App),
}).$mount('#app')
}).$mount('#app')
2 changes: 1 addition & 1 deletion src/plugins/composition-api.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Vue from 'vue'
import VueCompositionAPI from '@vue/composition-api'

Vue.use(VueCompositionAPI)
Vue.use(VueCompositionAPI)
2 changes: 1 addition & 1 deletion src/plugins/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ const i18nOption: VueI18n.I18nOptions = {
messages, // 设置地区信息
}

export default new VueI18n(i18nOption)
export default new VueI18n(i18nOption)
2 changes: 1 addition & 1 deletion src/plugins/vuetify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ export default new Vuetify({
},
},
},
})
})
2 changes: 1 addition & 1 deletion src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ const router = new VueRouter({
routes,
})

export default router
export default router
2 changes: 1 addition & 1 deletion src/shims-tsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ declare global {
[elem: string]: any
}
}
}
}
2 changes: 1 addition & 1 deletion src/shims-volar.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ declare global {
HarukaButton: typeof HarukaButton
HarukaCard: typeof HarukaCard
}
}
}
2 changes: 1 addition & 1 deletion src/shims-vue.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ declare module '*.gif'
declare module '*.bmp'
declare module '*.tiff'
declare module '*.json'
declare module '*.md'
declare module '*.md'
2 changes: 1 addition & 1 deletion src/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ export default new Vuex.Store({
},
modules: {
},
})
})
2 changes: 1 addition & 1 deletion src/utils/rssParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ export async function rssParserString(xml: string) {
return e
})
return rss
}
}
2 changes: 1 addition & 1 deletion src/utils/time.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ export function timeFormat(date: number | string | Date = Date.now(), pattern: s
}
}
return dayjs(date).tz().format(pattern)
}
}
2 changes: 1 addition & 1 deletion src/views/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,4 @@ export default defineComponent({
</script>

<style lang="scss" scoped>
</style>
</style>
2 changes: 1 addition & 1 deletion src/views/Changelog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ export default defineComponent({
</template>

<style lang="scss" scoped>
</style>
</style>
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -409,4 +409,4 @@ export default defineComponent({
margin-right: 15px;
margin-bottom: 15px;
}
</style>
</style>
2 changes: 1 addition & 1 deletion src/views/Readme.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ export default defineComponent({
</template>

<style lang="scss" scoped>
</style>
</style>

0 comments on commit 32fa5f6

Please sign in to comment.