We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e400eda commit ede2bfdCopy full SHA for ede2bfd
1 file changed
src/components/utils/Tag.vue
@@ -1,6 +1,6 @@
1
<template>
2
<div
3
- v-if="tag && !tag.startsWith('Type-') && tag !== '交流'"
+ v-if="tag && !tag.startsWith('Type-')"
4
class="tag"
5
@click.stop.prevent="jump"
6
v-text="tag.startsWith('C-') ? tag.slice(2) : tagName"
0 commit comments