mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-07-03 14:09:06 +02:00
299aceee23
Signed-off-by: Daniel <845765@qq.com>
21 lines
395 B
Python
21 lines
395 B
Python
docmap_siyuan = {
|
|
"Breaking": "Breaking",
|
|
"Feature": "Feature",
|
|
"Enhancement": "Enhancement",
|
|
"Bug": "Bugfix",
|
|
"Document": "Document",
|
|
"Refactor": "Refactor",
|
|
"Abolishment": "Abolishment",
|
|
"Development": "Development",
|
|
}
|
|
|
|
repo_siyuan = "siyuan-note/siyuan"
|
|
hostname = "api.github.com"
|
|
|
|
HEADER_siyuan = '''
|
|
'''
|
|
|
|
HEADER = {
|
|
"siyuan-note/siyuan": HEADER_siyuan,
|
|
}
|