Skip to content

Commit

Permalink
initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
Omnisch committed Aug 25, 2024
1 parent a47af81 commit 696dea4
Show file tree
Hide file tree
Showing 9 changed files with 335,359 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package/
prc/
28 changes: 28 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"json.schemas": [
{
"fileMatch": ["index.json"],
"url": "https://github.com/themoeway/yomitan/raw/master/ext/data/schemas/dictionary-index-schema.json"
},
{
"fileMatch": ["kanji_bank_*.json"],
"url": "https://github.com/themoeway/yomitan/raw/master/ext/data/schemas/dictionary-kanji-bank-v3-schema.json"
},
{
"fileMatch": ["kanji_meta_bank_*.json"],
"url": "https://github.com/themoeway/yomitan/raw/master/ext/data/schemas/dictionary-kanji-meta-bank-v3-schema.json"
},
{
"fileMatch": ["tag_bank_*.json"],
"url": "https://github.com/themoeway/yomitan/raw/master/ext/data/schemas/dictionary-tag-bank-v3-schema.json"
},
{
"fileMatch": ["term_bank_*.json"],
"url": "https://github.com/themoeway/yomitan/raw/master/ext/data/schemas/dictionary-term-bank-v3-schema.json"
},
{
"fileMatch": ["term_meta_bank_*.json"],
"url": "https://github.com/themoeway/yomitan/raw/master/ext/data/schemas/dictionary-term-meta-bank-v3-schema.json"
}
],
}
7 changes: 7 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"title": "Triung Kox Qim",
"author": "Aoyama ([email protected])",
"description": "Middle Chinese Pronunciation of Han Characters",
"format": 3,
"revision": "aoyama_triung_kox_qim"
}
Loading

0 comments on commit 696dea4

Please sign in to comment.