Skip to content

Commit 7cfbc00

Browse files
authored
V2 (#200)
* 补充部分图片以及增加一些note格式 * 补充部分图片以及增加一些note格式 * 补充部分图片以及增加一些note格式 * 去除mac边框 修改图片圆角以及替换部分截图
1 parent 4b96f83 commit 7cfbc00

104 files changed

Lines changed: 417 additions & 478 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/css/extra.css

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
--md-primary-fg-color: #005EEB;
33
}
44

5+
/*.md-content img {*/
6+
/* border-radius: 0 0 10px 10px;*/
7+
/* box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
8+
/*}*/
9+
10+
511
.progress-label {
612
position: absolute;
713
text-align: center;
@@ -150,9 +156,10 @@
150156
/* 不添加浏览器导航栏的图片样式 */
151157
.md-content img:not(.browser-mockup img) {
152158
display: block;
153-
box-shadow: 0 0.1em .5em 0 rgba(0, 0, 0, 0.4);
159+
box-shadow: 0 6px 16px -2px rgba(0, 0, 0, 0.15);
154160
border: none;
155-
border-radius: 4px;
161+
border-radius: 10px;
162+
margin: 0 0 1em 0;
156163
}
157164

158165
.browser-mockup.none {
@@ -173,7 +180,7 @@
173180
border-top: 2em solid rgba(230, 230, 230, 0.8);
174181
box-shadow: 0 0.1em .5em 0 rgba(0, 0, 0, 0.4);
175182
position: relative;
176-
border-radius: 4px 4px 4px 4px;
183+
border-radius: 10px;
177184
max-width: 1200px;
178185
margin: 0 auto;
179186
}

docs/dev_manual/api_manual.md

Lines changed: 1 addition & 1 deletion

docs/faq/faq.md

Lines changed: 1 addition & 1 deletion

docs/faq/openclaw.md

Lines changed: 1 addition & 1 deletion

docs/faq/operating_system.md

Lines changed: 1 addition & 1 deletion

docs/img/ai/agent_channel_qq.png

367 KB

docs/img/ai/agent_config_model.png

361 KB

docs/img/ai/agent_create.png

378 KB

docs/img/ai/agent_list.png

419 KB

docs/img/ai/agent_overview.png

329 KB

0 commit comments

Comments
 (0)