Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit a94cfc6

Browse files
authored
Merge pull request #3 from greenhat616/patch-1
fix: typos
2 parents 2a16537 + a7d05d6 commit a94cfc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/bangumi/components/BangumiData.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const dialog = ref();
2727
title="已订阅番剧"
2828
name="1"
2929
>
30-
<span class="tips">注: 目前只能管理mikan源, 如通过api添加其他来源的新番将不过出现在此处</span>
30+
<span class="tips">注: 目前只能管理 mikan 源, 如通过 api 添加其他来源的新番将 <b>不会</b> 出现在此处</span>
3131
<el-table
3232
:data="bangumiData.bangumi_info"
3333
stripe
@@ -73,4 +73,4 @@ const dialog = ref();
7373
margin-bottom: 10px;
7474
}
7575
}
76-
</style>
76+
</style>

0 commit comments

Comments
 (0)