Skip to content

Commit

Permalink
Change Zotero 6 plugins tip title
Browse files Browse the repository at this point in the history
  • Loading branch information
northword committed Sep 18, 2024
1 parent 7cce372 commit 0590dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.vitepress/theme/components/PluginCards.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function showDownload(plugin: PluginInfo) {
watch(zotero, (zotero) => {
if (zotero === 'zotero6') {
ElNotification({
title: '现仅提供 Zotero 7 插件',
title: '推荐升级到 Zotero 7',
dangerouslyUseHTMLString: true,
message: 'Zotero 7 现已正式发布,我们推荐所有同学更新到 Zotero 7。<br /><br />请查阅 <a href="/blog/posts/hello-zotero-7" class="el-link el-link--primary is-underline">Zotero 7 更新指南</a>。',
type: 'warning',
Expand Down

0 comments on commit 0590dc1

Please sign in to comment.