first commit

This commit is contained in:
2026-05-27 22:32:30 +08:00
commit 1172d2bc0b
3135 changed files with 76176 additions and 0 deletions

6
config.example.toml Normal file
View File

@@ -0,0 +1,6 @@
# tms_tools 配置文件示例
# 将此文件复制到 ~/.config/tms_tools/config.toml 并进行修改
# 数据库连接字符串
# 格式: postgres://用户名:密码@主机:端口/数据库名
database_url = "postgres://tmstools:521707@honulla.com:5432/tmstools"