mirror of
https://github.com/hiddify/hiddify-next.git
synced 2026-06-05 21:05:07 +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}} |