Skip to content

Commit

Permalink
style: update default-content and images
Browse files Browse the repository at this point in the history
更新内容及图片样式
  • Loading branch information
yanglbme committed Dec 23, 2019
1 parent b1e376a commit 4a21333
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
Binary file added assets/images/qrcode-for-doocs.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 7 additions & 4 deletions assets/scripts/default-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ Google 官方将自动补全功能称之为“预测”,而不是“建议”
![](https://gitee.com/doocs/md/raw/master/assets/images/juex.gif)
## 为什么我们看不到某些联想词
## 为什么看不到某些联想词
如果我们在输入某个关键字时看不到联想词,那么表明 Google 的算法可能检测到:
- 这个关键字不是热门字词;
- 搜索的字词太新了,我们可能需要等待几天或几周才能看到联想词;
- 这是一个侮辱性或敏感字词,这个搜索字词违反了 Google 的相关政策。更加详细的情况,可以了解 [Google 搜索自动补全政策](https://support.google.com/websearch/answer/7368877)。
## 为什么我们会看到某些不当的联想词
## 为什么会看到某些不当的联想词
Google 拥有专门设计的系统,可以自动捕获不适当的预测结果而不显示出来。然而,Google 每天需要处理数十亿次搜索,这意味着 Google 每天会显示数十亿甚至上百亿条预测。再好的系统,也可能存在缺陷,不正确的预测也可能随时会出现。
我们作为 Google 搜索的用户,如果认定某条预测违反了相关的搜索自动补全政策,可以进行举报反馈,点击右下角“**举报不当的联想查询**”并勾选相关选项即可。
Expand Down Expand Up @@ -87,8 +87,11 @@ Google 拥有专门设计的系统,可以自动捕获不适当的预测结果
- [好用!期待已久的文本块功能究竟如何在 Java 13 中发挥作用?](https://mp.weixin.qq.com/s/kalGv5T8AZGxTnLHr2wDsA)
- [2019 GitHub 开源贡献排行榜新鲜出炉!微软谷歌领头,阿里跻身前 12!](https://mp.weixin.qq.com/s/_q812aGD1b9QvZ2WFI0Qgw)
---
欢迎关注我的公众号“Doocs开源社区”,原创技术文章第一时间推送。
欢迎关注我的公众号“**Doocs开源社区**”,原创技术文章第一时间推送。
<center>
<img src="https://gitee.com/doocs/md/raw/master/assets/images/qrcode-for-doocs.gif" style="width: 100px;"></center>
![](https://gitee.com/doocs/md/raw/master/assets/images/qrcode-for-doocs.jpg)
`
2 changes: 1 addition & 1 deletion assets/scripts/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let app = new Vue({
};
d.currentFont = d.builtinFonts[0].value;
d.currentSize = d.sizeOption[1].value;
d.currentColor = d.colorOption[0].value;
d.currentColor = d.colorOption[2].value;
d.status = '1';
return d;
},
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<h3>一款高度简洁的微信 Markdown 编辑器</h3>
</div>
<div style="text-align: center;">
<img src="assets/images/qrcode-for-doocs.jpg" style="width: 60%; display: block; margin: 0 auto;">
<img src="assets/images/qrcode-for-doocs.gif" style="width: 50%; display: block; margin: 0 auto;">
<p>扫码关注我的公众号,原创技术文章第一时间推送!</p>
</div>
<span slot="footer" class="dialog-footer">
Expand Down

0 comments on commit 4a21333

Please sign in to comment.