mirror of
https://github.com/hiddify/hiddify-next.git
synced 2026-07-13 21:19:28 +08:00
22 lines
224 B
Smarty
22 lines
224 B
Smarty
{{#general_title}}
|
|
# {{{title}}}
|
|
|
|
|
|
{{/general_title}}
|
|
{{#versions}}
|
|
## {{{label}}}
|
|
|
|
{{#sections}}
|
|
#### {{{label}}}
|
|
|
|
{{#commits}}
|
|
* {{{subject}}}
|
|
{{#body}}
|
|
_{{{body}}}_
|
|
{{/body}}
|
|
|
|
{{/commits}}
|
|
{{/sections}}
|
|
|
|
|
|
{{/versions}} |