Skip to content

Commit

Permalink
适配新的github
Browse files Browse the repository at this point in the history
  • Loading branch information
xiandanin committed Dec 20, 2021
1 parent 2db3594 commit 1857ca2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-tags",
"version": "1.1.9",
"version": "1.2.0",
"description": "A Vue.js web extension",
"author": "denghaha <[email protected]>",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/content_scripts/js/inject.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ var _bind_project_remarks = function() {
}

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

Expand Down
2 changes: 1 addition & 1 deletion plugin/src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "GithubTags",
"description": "给Github项目添加标签,支持按标签搜索,支持数据云同步",
"version": "1.1.9",
"version": "1.2.0",
"manifest_version": 2,
"icons": {
"48": "icons/icon.png",
Expand Down
2 changes: 1 addition & 1 deletion update.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.9",
"version": "1.2.0",
"message": "适配最新版页面",
"link": "https://github.com/xiandanin/github-tags#%E6%9B%B4%E6%96%B0%E8%AF%B4%E6%98%8E"
}

0 comments on commit 1857ca2

Please sign in to comment.