Skip to content

Commit e6f390a

Browse files
LightLight
authored andcommitted
docs(search): 调整搜索框占位符内容
1 parent c42eb30 commit e6f390a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/search.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="search">
33
<div class="search-box">
44
<span class="search-icon" style="background: url(<?php echo THEME_URL ?>/images/search_icon.png) 0px 0px; opacity: 1;"></span>
5-
<input type="text" id="txt" class="search-input" autocomplete="off" placeholder="请输入关键字,按回车 / Enter 搜索">
5+
<input type="text" id="txt" class="search-input" autocomplete="off" placeholder="输入关键字,按下回车搜索">
66
<button class="search-btn" id="search-btn"><i class="fa fa-search"></i></button>
77
</div>
88
<!-- 搜索索引 -->

0 commit comments

Comments
 (0)