Skip to content

Commit

Permalink
Update meta-zh.jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaojing1987 authored Feb 2, 2024
1 parent 43b50c1 commit 5ae0f01
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/apps/_include/meta-zh.jinja2
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# {{trademark}}
# {{ trademark }}

{{overview}}。
{{ overview }}。

简而言之,[{{trademark}}]({{websiteurl}}) 是一个 **{{summary}}**,它被用于 {% for catalog in catalog %} {{catalog.name}} {% endfor %} 等场景。
简而言之,[{{ trademark }}]({{ websiteurl }}) 是一个 **{{ summary }}**,它被用于 {% for item in catalog %}{{ item.fields.name }} {% endfor %}等场景。

{% if entry.screenshots %}
![{{ entry.screenshots[0].key }}]({{ entry.screenshots[0].value }})
{% if screenshots %}
![{{ screenshots[0].key }}]({{ screenshots[0].value }})
{% endif %}

## 准备

在参阅本文档使用 {{trademark}} 时,需要确保如下几点:
在参阅本文档使用 {{ trademark }} 时,需要确保如下几点:

- 应用是基于 Websoft9 安装的
- 应用的用途符合 [{{license}}](license_url) 开源许可协议
- 应用的用途符合 [{{ license.fields.title }}](https://some_license_url) 开源许可协议
- 应用具备访问条件:[配置域名](./guide/appsetdomain) 或 **服务器安全组**开启网外端口

0 comments on commit 5ae0f01

Please sign in to comment.