Skip to content

Commit f58dc5e

Browse files
关闭chrome自动联想
1 parent 1950c33 commit f58dc5e

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ CodeboyBlog
5454
5555
## 更新内容:
5656
57+
#### 2022-04-09
58+
59+
- 关闭chrome自动联想功能。
60+
5761
#### 2018-05-03
5862
5963
- 评论组件调整为畅言。
@@ -75,21 +79,21 @@ CodeboyBlog
7579
7680
- 修正文章双滚动条
7781
78-
### 2016-11-22
82+
#### 2016-11-22
7983
8084
- 升级jekyll-search(v1.0.1), 兼容firefox。 (/search/js/cb-search.js)
8185
- 修正移动端宽度展示。(/_layouts/page.html)
8286
83-
### 2016-06-12
87+
#### 2016-06-12
8488
8589
- 修正jekyll版本升级至3.1.0+后tags页面的显示问题。
8690
- 将jquery、bootstrap等引用改为cdn,减少站内流量消耗。
8791
88-
### 2015-12-20
92+
#### 2015-12-20
8993
9094
- 多说id移动至_config.xml文件中,集中配置。
9195
92-
### 2015-12-09
96+
#### 2015-12-09
9397
9498
- 更新_config.yml配置,适配jekyll 3.0+版本。
9599
- 更新博客中相关链接,便于博客转向https站点。

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
<div class="cb-search-tool" style="position: fixed; top: 0px ; bottom: 0px; left: 0px; right: 0px;
8686
opacity: 0.95; background-color: #111111; z-index: 9999; display: none;">
87-
<input type="text" class="form-control cb-search-content" id="cb-search-content" style="position: fixed; top: 60px" placeholder="文章标题 日期 标签" >
87+
<input type="text" class="form-control cb-search-content" id="cb-search-content" style="position: fixed; top: 60px" placeholder="文章标题 日期 标签" autocomplete="off">
8888

8989
<div style="position: fixed; top: 16px; right: 16px;">
9090
<img src="/search/img/cb-close.png" id="cb-close-btn"/>

0 commit comments

Comments
 (0)