mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-23 20:00:27 +08:00
11 lines
216 B
Plaintext
11 lines
216 B
Plaintext
{%- macro type_info(value) %}
|
|
{% if value == 1 %}
|
|
课程
|
|
{% elseif value == 2 %}
|
|
水吧
|
|
{% elseif value == 3 %}
|
|
职工
|
|
{% else %}
|
|
未知
|
|
{% endif %}
|
|
{%- endmacro %} |