mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-02 18:22:42 -08:00
feat(assets): bundle runtime assets and vendor dependencies
This commit is contained in:
16
vendor/yomitan/data/templates/anki-field-templates-upgrade-v66.handlebars
vendored
Normal file
16
vendor/yomitan/data/templates/anki-field-templates-upgrade-v66.handlebars
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{{~#*inline "glossary-plain"~}}
|
||||
{{~#scope~}}
|
||||
{{~#each definition.definitions~}}
|
||||
{{~#unless (op "&&" ../selectedDictionary (op "!=" ../selectedDictionary dictionary))~}}
|
||||
{{~#unless ../noDictionaryTag~}}
|
||||
({{dictionaryAlias}})<br>
|
||||
{{~/unless~}}
|
||||
{{#each glossary}}{{{formatGlossaryPlain ../dictionary .}}}{{#unless @last}}<br>{{/unless}}{{/each}}{{#unless @last}}<br>{{/unless}}
|
||||
{{~/unless~}}
|
||||
{{~/each~}}
|
||||
{{~/scope~}}
|
||||
{{~/inline~}}
|
||||
|
||||
{{#*inline "glossary-plain-no-dictionary"~}}
|
||||
{{~> glossary-plain noDictionaryTag=true ~}}
|
||||
{{/inline}}
|
||||
Reference in New Issue
Block a user