Browse Source

feat: suitable for auto listen

master
colorfulberry 5 years ago
parent
commit
0bf85a5e32
2 changed files with 4 additions and 3 deletions
  1. +3
    -2
      .bra.toml
  2. +1
    -1
      options/locale/locale_zh-CN.ini

+ 3
- 2
.bra.toml View File

@@ -10,15 +10,16 @@ watch_dirs = [
"$WORKDIR/modules",
"$WORKDIR/models",
"$WORKDIR/cmd",
"$WORKDIR/options",
] # Directories to watch
watch_exts = [".go"] # Extensions to watch
watch_exts = [".go", ".ini"] # Extensions to watch
env_files = [] # Load env vars from files
ignore = [".git", "node_modules"] # Directories to exclude from watching
ignore_files = [] # Regexps for ignoring specific notifies
follow_symlinks = false # Enable/disable following symbolic links of sub directories
build_delay = 1500 # Minimal interval to Trigger build event
interrupt_timout = 15 # Time to wait until force kill
graceful_kill = true # Wait for exit and before directly kill
graceful_kill = false # Wait for exit and before directly kill
cmds = [ # Commands to run
["make", "backend"],
["./gitea"]


+ 1
- 1
options/locale/locale_zh-CN.ini View File

@@ -1,6 +1,7 @@
home=首页
dashboard=首页
explore=探索
datasets=数据集
help=帮助
sign_in=登录
sign_in_with=登录方式
@@ -673,7 +674,6 @@ pick_reaction=选择你的表情
reactions_more=再加载 %d
unit_disabled=站点管理员已禁用此仓库单元。
language_other=其它
datasets=数据集

template.items=模板选项
template.git_content=Git数据(默认分支)


Loading…
Cancel
Save