From d40daa2b0a16e15ca6a79a2497243d1fe27d37c6 Mon Sep 17 00:00:00 2001 From: shanmite Date: Mon, 25 Aug 2025 16:01:31 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B3=A8=E8=A7=A3=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my_config.example.js | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/my_config.example.js b/my_config.example.js index 964ac76..3397af9 100644 --- a/my_config.example.js +++ b/my_config.example.js @@ -483,15 +483,12 @@ module.exports = Object.freeze({ /** * 手动添加抽奖号UID * - 抽奖动态下的二级小号 + * + * 帐号1存储抽奖信息至文件 */ UIDs: [], - TAGs: [ - '互动抽奖', - '转发抽奖', - '动态抽奖', - '抽奖', - ], + TAGs: [], Articles: [ '抽奖合集' @@ -507,7 +504,6 @@ module.exports = Object.freeze({ body: { 'model': 'Qwen/Qwen3-32B', 'max_tokens': 512, - 'enable_thinking': true, 'thinking_budget': 4096, 'min_p': 0.05, 'temperature': 0.7, @@ -521,6 +517,9 @@ module.exports = Object.freeze({ save_lottery_info_to_file: true, }, + /** + * 后续帐号从文件提取抽奖信息转抽 + */ config_2: {}, config_3: {} });