config.toml 529 B

123456789101112131415161718192021222324252627282930
  1. # Choose between: zh-s/zh-f/en
  2. # zh-s == 简体中文; zh-f == 繁体中文(暫未支持)
  3. lang = "en"
  4. # Choose between: sqlite3/toml/md/csv/mongodb
  5. # However toml/md/csv/mongodb are not supported in v1.0
  6. [Database]
  7. type = "sqlite3"
  8. path = "test.db"
  9. # >>>need some guidance here<<<
  10. EnableGlobalCommand = false
  11. # tree/expand
  12. listBoardStyle = "tree"
  13. # ----- help Text -----
  14. # 应该是用asicⅡ然后根据系统语言转换?
  15. [commands]
  16. en = """
  17. """
  18. zh-s = """
  19. """
  20. [could-not-find]
  21. en = "could not find"
  22. zh-s = "找不到"