-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
43b50c1
commit 5ae0f01
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) 或 **服务器安全组**开启网外端口 |