Skip to content

Commit

Permalink
fix(plugins): add styles to hello-zotero-7 post
Browse files Browse the repository at this point in the history
  • Loading branch information
northword committed Aug 10, 2024
1 parent 2a36f1b commit 09b7318
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) {
ElNotification({
title: '现默认提供 Zotero 7 插件',
dangerouslyUseHTMLString: true,
message: 'Zotero 7 现已正式发布,我们推荐所有同学更新到 Zotero 7。<br /><br />请查阅 <a href="/blog/posts/hello-zotero-7">Zotero 7 更新指南</a>。<br /><br />插件商店将于秋季学期开学后移除所有尚未支持 Zotero 7 的插件。',
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>。<br /><br />插件商店将于秋季学期开学后移除所有尚未支持 Zotero 7 的插件。',
type: 'warning',
duration: 10000,
offset: 60,
Expand Down

0 comments on commit 09b7318

Please sign in to comment.