Skip to content

Commit db09314

Browse files
committed
Merge branch 'dev-1.1.0'
2 parents 6e3d174 + 76031ad commit db09314

File tree

6 files changed

+10
-4
lines changed

6 files changed

+10
-4
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,11 @@
4444

4545
##### *如果迁移失败,不要卸载插件,不要清除数据,先导出Json文件备份,提[issue](https://github.com/dengyuhan/github-tags/issues/new)告诉我
4646

47+
48+
## 更新说明
49+
地址栏输入`chrome://extensions`进入到扩展程序页面,点“更新”即可
50+
51+
<img src="screenshot/update.png" width = 500/>
52+
4753
### 参考项目
4854
[Git-Remarks](https://github.com/hoythan/Git-Remarks)

javascript/github/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ var _create_search_list_dom = function (keyword) {
255255
var _bind_project_remarks = function () {
256256
var project, projects, project_name, i;
257257

258-
var repositories = document.getElementsByClassName('text-uppercase')
258+
var repositories = document.getElementsByClassName('h6 text-uppercase')
259259
if (repositories !== null && repositories.length > 0) {
260260
var details = repositories[0].parentNode.getElementsByTagName("details")
261261
_create_search_dom(details[0])

javascript/popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var btn_edit_id = "btn-edit-appid";
55
var old_version_id = "div-old-version";
66
var show_stars_tags = "show-stars-tags";
77

8-
var current_version = "1.0.9"
8+
var current_version = "1.1.0"
99

1010
window.onload = function () {
1111
chrome.storage.sync.get("is_migrate", function (rsp) {

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "GithubTags",
3-
"version": "1.0.9",
3+
"version": "1.1.0",
44
"description": "给Github项目添加标签,支持按标签搜索,支持数据云同步",
55
"manifest_version": 2,
66
"icons": {

screenshot/update.png

82.2 KB
Loading

update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"1.0.9","message":"增加了更新提示","link":"https://chrome.google.com/webstore/detail/githubtags/jfppflnlpiekbiglfgiajddmkiglapog"}
1+
{"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"}

0 commit comments

Comments
 (0)