Skip to content

Commit

Permalink
release: v0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asadahimeka committed Aug 31, 2022
1 parent 9bc0a45 commit 4e82829
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/yandere-masonry.user.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name Yande.re 瀑布流浏览
// @version 0.21.0
// @version 0.21.1
// @description Yande.re/Konachan 中文标签 & 缩略图放大 & 双击翻页 & 瀑布流浏览模式
// @description:en Yande.re/Konachan Masonry(Waterfall) Layout.
// @author asadahimeka
Expand Down Expand Up @@ -3936,7 +3936,7 @@ var __publicField = (obj, key, value) => {
}
}, [_c2("v-list-item-icon", {
staticClass: "mr-2"
}, [_c2("v-icon", [_vm._v(_vm._s(_vm.mdiWeb))])], 1), _c2("v-list-item-content", [_c2("v-list-item-title", [_vm._v("v" + _vm._s(_vm.version))]), _c2("v-list-item-subtitle", [_vm._v("Web \u9884\u89C8\u7248\u672C")])], 1)], 1), _c2("v-list-item", {
}, [_c2("v-icon", [_vm._v(_vm._s(_vm.mdiWeb))])], 1), _c2("v-list-item-content", [_c2("v-list-item-title", [_vm._v("Web \u9884\u89C8\u7248\u672C")]), _c2("v-list-item-subtitle", [_vm._v("\u70B9\u51FB\u67E5\u770B")])], 1)], 1), _c2("v-list-item", {
attrs: {
"link": ""
},
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": "yandere-masonry",
"version": "0.21.0",
"version": "0.21.1",
"private": true,
"description": "Yande.re/Konachan Waterfall Layout.",
"author": "asadahimeka",
Expand Down
4 changes: 2 additions & 2 deletions src/components/NavDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@
<v-icon>{{ mdiWeb }}</v-icon>
</v-list-item-icon>
<v-list-item-content>
<v-list-item-title>v{{ version }}</v-list-item-title>
<v-list-item-subtitle>Web 预览版本</v-list-item-subtitle>
<v-list-item-title>Web 预览版本</v-list-item-title>
<v-list-item-subtitle>点击查看</v-list-item-subtitle>
</v-list-item-content>
</v-list-item>
<v-list-item link @click="openLink('https://github.com/asadahimeka/yandere-masonry/issues')">
Expand Down

0 comments on commit 4e82829

Please sign in to comment.