Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加DOM节点忽略列表 #48

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
*.bat
*.bak
*.ttf
ext/bg/data/
doc/
pkg/
pkg/
.idea
node_modules
temp
1 change: 1 addition & 0 deletions ext/bg/data/edict/part1.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions ext/bg/data/edict/part2.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions ext/bg/data/edict/part3.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions ext/bg/data/edict/part4.json

Large diffs are not rendered by default.

78 changes: 78 additions & 0 deletions ext/bg/data/tags.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"★☆☆☆☆": {
"desc": "Word Stars",
"class":"wordstar"
},
"★★☆☆☆": {
"desc": "Word Stars",
"class":"wordstar"
},
"★★★☆☆": {
"desc": "Word Stars",
"class":"wordstar"
},
"★★★★☆": {
"desc": "Word Stars",
"class":"wordstar"
},
"★★★★★": {
"desc": "Word Stars",
"class":"wordstar"
},
"abbr.": {
"desc": "abbreviation",
"class":"n"
},
"adj.": {
"desc": "adjective",
"class": "adj"
},
"adv.": {
"desc": "adverb",
"class":"adv"
},
"conj.": {
"desc": "conjunction"
},
"exp.": {
"desc": "expressions"
},
"int.": {
"desc": "interjection"
},
"n.": {
"desc": "noun",
"class":"n"
},
"prep.": {
"desc": "prepostion"
},
"pron.": {
"desc": "pronoun"
},
"vi.": {
"desc": "intransitive verb",
"class":"v"
},
"vt.": {
"desc": "transitive verb",
"class":"v"
},
"v.": {
"desc": "verbs",
"class":"v"
},
"phrase.": {
"desc": "phrase"
},
"convention.": {
"desc": "convention"
},
"quest.": {
"desc": "quest"
},
"det.": {
"desc": "det"
}
}

Loading