Skip to content

Commit 4a21333

Browse files
committed
style: update default-content and images
更新内容及图片样式
1 parent b1e376a commit 4a21333

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

assets/images/qrcode-for-doocs.gif

1.44 MB
Loading

assets/scripts/default-content.js

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Google 官方将自动补全功能称之为“预测”,而不是“建议”
2222
2323
![](https://gitee.com/doocs/md/raw/master/assets/images/juex.gif)
2424
25-
## 为什么我们看不到某些联想词
25+
## 为什么看不到某些联想词
2626
如果我们在输入某个关键字时看不到联想词,那么表明 Google 的算法可能检测到:
2727
2828
- 这个关键字不是热门字词;
2929
- 搜索的字词太新了,我们可能需要等待几天或几周才能看到联想词;
3030
- 这是一个侮辱性或敏感字词,这个搜索字词违反了 Google 的相关政策。更加详细的情况,可以了解 [Google 搜索自动补全政策](https://support.google.com/websearch/answer/7368877)。
3131
32-
## 为什么我们会看到某些不当的联想词
32+
## 为什么会看到某些不当的联想词
3333
Google 拥有专门设计的系统,可以自动捕获不适当的预测结果而不显示出来。然而,Google 每天需要处理数十亿次搜索,这意味着 Google 每天会显示数十亿甚至上百亿条预测。再好的系统,也可能存在缺陷,不正确的预测也可能随时会出现。
3434
3535
我们作为 Google 搜索的用户,如果认定某条预测违反了相关的搜索自动补全政策,可以进行举报反馈,点击右下角“**举报不当的联想查询**”并勾选相关选项即可。
@@ -87,8 +87,11 @@ Google 拥有专门设计的系统,可以自动捕获不适当的预测结果
8787
- [好用!期待已久的文本块功能究竟如何在 Java 13 中发挥作用?](https://mp.weixin.qq.com/s/kalGv5T8AZGxTnLHr2wDsA)
8888
- [2019 GitHub 开源贡献排行榜新鲜出炉!微软谷歌领头,阿里跻身前 12!](https://mp.weixin.qq.com/s/_q812aGD1b9QvZ2WFI0Qgw)
8989
90+
---
9091
91-
欢迎关注我的公众号“Doocs开源社区”,原创技术文章第一时间推送。
92+
欢迎关注我的公众号“**Doocs开源社区**”,原创技术文章第一时间推送。
93+
94+
<center>
95+
<img src="https://gitee.com/doocs/md/raw/master/assets/images/qrcode-for-doocs.gif" style="width: 100px;"></center>
9296
93-
![](https://gitee.com/doocs/md/raw/master/assets/images/qrcode-for-doocs.jpg)
9497
`

assets/scripts/editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ let app = new Vue({
3232
};
3333
d.currentFont = d.builtinFonts[0].value;
3434
d.currentSize = d.sizeOption[1].value;
35-
d.currentColor = d.colorOption[0].value;
35+
d.currentColor = d.colorOption[2].value;
3636
d.status = '1';
3737
return d;
3838
},

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<h3>一款高度简洁的微信 Markdown 编辑器</h3>
129129
</div>
130130
<div style="text-align: center;">
131-
<img src="assets/images/qrcode-for-doocs.jpg" style="width: 60%; display: block; margin: 0 auto;">
131+
<img src="assets/images/qrcode-for-doocs.gif" style="width: 50%; display: block; margin: 0 auto;">
132132
<p>扫码关注我的公众号,原创技术文章第一时间推送!</p>
133133
</div>
134134
<span slot="footer" class="dialog-footer">

0 commit comments

Comments
 (0)