Skip to content

Commit 3269382

Browse files
committed
add logo / fix docs
1 parent 44b7565 commit 3269382

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/components/home/TrustClient.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
import Container from "../Container.astro";
33
const clients = [
44
"https://img.alicdn.com/imgextra/i3/O1CN01pJYzKW1I4lhimxyCI_!!6000000000840-55-tps-297-85.svg",
5-
"https://img.alicdn.com/imgextra/i3/O1CN01UV8NPW1l8XpKk1ZOl_!!6000000004774-55-tps-142-32.svg"
5+
"https://img.alicdn.com/imgextra/i3/O1CN01UV8NPW1l8XpKk1ZOl_!!6000000004774-55-tps-142-32.svg",
6+
"https://img.alicdn.com/imgextra/i4/O1CN01Ak686F1U5ThzZVnpz_!!6000000002466-2-tps-1853-456.png"
67
];
78
---
89
<Container>

src/content/docs/docs/dev-guide/application.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ Tags: #标签详情
9999
Category: XXXXX # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
100100
Service: # 使用的服务
101101
XXXXX: # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
102-
# Runtime: Python 3.6 如果服务是函数,还需要增加Runtime
103102
Authorities: #权限描述
104103
- XXXXX # 所需要的权限,例如AliyunFCFullAccess
105104
Organization: 组织名称
@@ -177,7 +176,6 @@ Category: 基础云服务
177176
```yaml
178177
Service: # 使用的服务
179178
函数计算:
180-
# Runtime: Python 3.6 如果服务是函数,还需要增加Runtime,取值包括:Node.JS, Python, PHP, Java, Go, 其它
181179
Authorities: #权限描述
182180
- AliyunFCFullAccess # 所需要的权限,例如AliyunFCFullAccess
183181
```

0 commit comments

Comments
 (0)