Skip to content

Commit

Permalink
✨ feat: add feedback link
Browse files Browse the repository at this point in the history
  • Loading branch information
asadahimeka committed Aug 13, 2022
1 parent 0d1a4f2 commit 52ecae6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,12 @@ Since TypeScript cannot handle type information for `.vue` imports, they are shi

You can learn more about Take Over mode [here](https://github.com/johnsoncodehk/volar/discussions/471).

## License
## Thanks

[MIT](https://github.com/asadahimeka/yandere-masonry/blob/main/LICENSE)
Modified from [coderzhaoziwei/yande-re-chinese-patch](https://github.com/coderzhaoziwei/yande-re-chinese-patch)

Modified from [yande-re-chinese-patch](https://github.com/coderzhaoziwei/yande-re-chinese-patch)
[Booru API](https://github.com/asadahimeka/booru-search) modified from [AtoraSuunva/booru](https://github.com/AtoraSuunva/booru)

Thanks [@coderzhaoziwei](https://github.com/coderzhaoziwei)
## License

[MIT](https://github.com/asadahimeka/yandere-masonry/blob/main/LICENSE)
12 changes: 11 additions & 1 deletion src/components/NavDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,22 @@
<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')">
<v-list-item-icon class="mr-2">
<v-icon>{{ mdiMessageAlertOutline }}</v-icon>
</v-list-item-icon>
<v-list-item-content>
<v-list-item-title>反馈</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')">
<v-list-item-icon class="mr-2">
<v-icon>{{ mdiGithub }}</v-icon>
</v-list-item-icon>
<v-list-item-content>
<v-list-item-title>Github</v-list-item-title>
<v-list-item-subtitle>yandere-masonry</v-list-item-subtitle>
<v-list-item-subtitle>欢迎 Star ☆彡</v-list-item-subtitle>
</v-list-item-content>
</v-list-item>
<v-list-item link @click="openLink('https://github.com/coderzhaoziwei/yande-re-chinese-patch')">
Expand All @@ -172,6 +181,7 @@ import {
mdiGithub,
mdiImageMultiple,
mdiInformationOutline,
mdiMessageAlertOutline,
mdiShuffle,
mdiSourceFork,
mdiStar,
Expand Down

0 comments on commit 52ecae6

Please sign in to comment.