Skip to content

Commit

Permalink
Change main.png
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhiguo committed Oct 12, 2017
1 parent bace62c commit 47c0fe2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Binary file modified screenshots/main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</Menu>
</div>
<div class="search-div">
<Input class="search-box" v-model="filterKey" @on-change="doFilter">
<Input class="search-box" v-model="filterKey" @on-change="doFilter" :placeholder="lang.filter_db_placeholder">
<!--<Select v-model="select3" slot="prepend" style="width: 80px">-->
<!--<Option value="day">日活</Option>-->
<!--<Option value="month">月活</Option>-->
Expand Down
1 change: 1 addition & 0 deletions src/i18n/cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ exports.content = {
, verify_form_fail: '表单验证失败,请修改后重试!'
, operate_error: '操作错误'
, unselect_db: '还未选择需要操作的数据库!'
, filter_db_placeholder: '输入关键词过滤数据库...'

, check_update: '检查更新'
, close: '关闭'
Expand Down
1 change: 1 addition & 0 deletions src/i18n/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ exports.content = {
, verify_form_fail: 'The form validation failed, please revise and try again!'
, operate_error: 'Operate Error'
, unselect_db: 'You have not selected the database you need to manipulate!'
, filter_db_placeholder: 'Enter the keyword filter database...'

, check_update: 'Check for updates'
, close: 'Close'
Expand Down

0 comments on commit 47c0fe2

Please sign in to comment.