diff --git a/README.md b/README.md index 3e9e2d5..e492c14 100644 --- a/README.md +++ b/README.md @@ -44,5 +44,11 @@ ##### *如果迁移失败,不要卸载插件,不要清除数据,先导出Json文件备份,提[issue](https://github.com/dengyuhan/github-tags/issues/new)告诉我 + +## 更新说明 +地址栏输入`chrome://extensions`进入到扩展程序页面,点“更新”即可 + + + ### 参考项目 [Git-Remarks](https://github.com/hoythan/Git-Remarks) diff --git a/javascript/github/index.js b/javascript/github/index.js index f21bb80..2c47baa 100755 --- a/javascript/github/index.js +++ b/javascript/github/index.js @@ -255,7 +255,7 @@ var _create_search_list_dom = function (keyword) { var _bind_project_remarks = function () { var project, projects, project_name, i; - var repositories = document.getElementsByClassName('text-uppercase') + var repositories = document.getElementsByClassName('h6 text-uppercase') if (repositories !== null && repositories.length > 0) { var details = repositories[0].parentNode.getElementsByTagName("details") _create_search_dom(details[0]) diff --git a/javascript/popup.js b/javascript/popup.js index f20f965..efea7b5 100644 --- a/javascript/popup.js +++ b/javascript/popup.js @@ -5,7 +5,7 @@ var btn_edit_id = "btn-edit-appid"; var old_version_id = "div-old-version"; var show_stars_tags = "show-stars-tags"; -var current_version = "1.0.9" +var current_version = "1.1.0" window.onload = function () { chrome.storage.sync.get("is_migrate", function (rsp) { diff --git a/manifest.json b/manifest.json index 1877e72..5a8e06c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "GithubTags", - "version": "1.0.9", + "version": "1.1.0", "description": "给Github项目添加标签,支持按标签搜索,支持数据云同步", "manifest_version": 2, "icons": { diff --git a/screenshot/update.png b/screenshot/update.png new file mode 100644 index 0000000..8b8d38a Binary files /dev/null and b/screenshot/update.png differ diff --git a/update.json b/update.json index 76926d6..aefff5a 100644 --- a/update.json +++ b/update.json @@ -1 +1 @@ -{"version":"1.0.9","message":"增加了更新提示","link":"https://chrome.google.com/webstore/detail/githubtags/jfppflnlpiekbiglfgiajddmkiglapog"} \ No newline at end of file +{"version":"1.1.0","message":"兼容最新版Github","link":"https://github.com/dengyuhan/github-tags#%E5%8F%82%E8%80%83%E9%A1%B9%E7%9B%AE"} \ No newline at end of file