feat: add example configuration file

Introduces an example TOML configuration file.

This file defines the structure and default values for login-related settings, including language, login ID, password, and company ID.
This commit is contained in:
kinoshitakenta 2025-05-19 14:33:08 +08:00
parent 6cadab738c
commit 3774f2eaa3
Signed by: kinoshitakenta
GPG Key ID: A811E8CA36EF425E
1 changed files with 5 additions and 0 deletions

5
config.toml.example Normal file
View File

@ -0,0 +1,5 @@
[login_info]
lang = "zh-CHT"
login_ID = ""
login_passwd = ""
company_ID = "01"