From 3774f2eaa3a8249e486438e67cef6699ccb9b0d9 Mon Sep 17 00:00:00 2001 From: kinoshitakenta Date: Mon, 19 May 2025 14:33:08 +0800 Subject: [PATCH] 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. --- config.toml.example | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config.toml.example diff --git a/config.toml.example b/config.toml.example new file mode 100644 index 0000000..8ddb008 --- /dev/null +++ b/config.toml.example @@ -0,0 +1,5 @@ +[login_info] +lang = "zh-CHT" +login_ID = "" +login_passwd = "" +company_ID = "01"