forked from kinoshitakenta/auto_login_EIP
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:
parent
6cadab738c
commit
3774f2eaa3
|
@ -0,0 +1,5 @@
|
||||||
|
[login_info]
|
||||||
|
lang = "zh-CHT"
|
||||||
|
login_ID = ""
|
||||||
|
login_passwd = ""
|
||||||
|
company_ID = "01"
|
Loading…
Reference in New Issue