Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
easydu2002 committed Sep 14, 2022
1 parent 893f8db commit 548a32f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"options_page": "options/options.html",
"content_scripts": [
{
"matches": ["*://*.bilibili.com/*"],
"matches": ["*://*.bilibili.com/video/*"],
"js": ["resources-loader.js"]
}
],
Expand Down
2 changes: 1 addition & 1 deletion options/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h3 class="tag-config__tip"> 选择标签进行配置 </h3>

<p>bilibili: <a href="https://www.bilibili.com/">https://www.bilibili.com/</a></p>
<p>github: <a href="https://github.com/DuQingsong2002/bilibili-comment-authenticate">https://github.com/DuQingsong2002/bilibili-comment-authenticate</a></p>
<p>CSDN: <a href="https://github.com/DuQingsong2002/bilibili-comment-authenticate">https://github.com/DuQingsong2002/bilibili-comment-authenticate</a></p>
<p>CSDN: <a href="https://blog.csdn.net/qq_25211081/article/details/126854749">https://blog.csdn.net/qq_25211081/article/details/126854749</a></p>
</div>
<!-- <script src="lib/petite-vue.iife.js"></script> -->
<script src="../resources/js/Tag.js" type="module"></script>
Expand Down
15 changes: 15 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Bilibili 评论区成分鉴定



CSDN: https://blog.csdn.net/qq_25211081/article/details/126854749



下载源码直接 **加载已解压的扩展程序即可**



或者解压crx重复上面的操作

仅学习娱乐仅学习娱乐仅学习娱乐!!!
2 changes: 0 additions & 2 deletions resources/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import Tag from "./Tag.js"
import { getOid, getReplyList, getSpaceList, getTagList, isV1 } from "./util/util.js"

const tagList = await getTagList(EXTENSIONS_ID)
console.log('tagList', tagList);
const defaultTag = tagList.find(({keywords}) => !keywords || !keywords.length)

const isv1 = isV1()
Expand Down Expand Up @@ -130,7 +129,6 @@ const resolveTag = function(list) {
for (const item of list) {

const info = resolveText(item)
console.log('info', info);
const texts = info.nickname.join('') + info.desc.join('') + info.major.join('')

tagList.forEach((tag) => {
Expand Down

0 comments on commit 548a32f

Please sign in to comment.