Skip to content

Commit 1857ca2

Browse files
committed
适配新的github
1 parent 2db3594 commit 1857ca2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-tags",
3-
"version": "1.1.9",
3+
"version": "1.2.0",
44
"description": "A Vue.js web extension",
55
"author": "denghaha <denghahae@gmail.com>",
66
"scripts": {

plugin/src/content_scripts/js/inject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ var _bind_project_remarks = function() {
408408
}
409409

410410
// star列表
411-
let star = document.getElementsByClassName('d-lg-flex gutter-lg mt-4');
411+
let star = document.getElementsByClassName('d-lg-flex gutter-lg');
412412
if (star && star.length > 0) {
413413
var list = star[0];
414414

plugin/src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "GithubTags",
33
"description": "给Github项目添加标签,支持按标签搜索,支持数据云同步",
4-
"version": "1.1.9",
4+
"version": "1.2.0",
55
"manifest_version": 2,
66
"icons": {
77
"48": "icons/icon.png",

update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.9",
2+
"version": "1.2.0",
33
"message": "适配最新版页面",
44
"link": "https://github.com/xiandanin/github-tags#%E6%9B%B4%E6%96%B0%E8%AF%B4%E6%98%8E"
55
}

0 commit comments

Comments
 (0)