docs: 注解默认设置
Some checks failed
Build and push Docker images / docker (push) Has been cancelled
Mirror and run GitLab CI / build (push) Has been cancelled
Package Node.js project into an executable / node${{ matrix.nodev }}-${{ matrix.platform }}-x64 (18, linux) (push) Has been cancelled
Package Node.js project into an executable / node${{ matrix.nodev }}-${{ matrix.platform }}-x64 (18, macos) (push) Has been cancelled
Package Node.js project into an executable / node${{ matrix.nodev }}-${{ matrix.platform }}-x64 (18, win) (push) Has been cancelled
Package Node.js project into an executable / node18-${{ matrix.platform }}-arm64 (alpine) (push) Has been cancelled
Package Node.js project into an executable / node18-${{ matrix.platform }}-arm64 (linux) (push) Has been cancelled
Package Node.js project into an executable / node18-${{ matrix.platform }}-arm64 (linuxstatic) (push) Has been cancelled

This commit is contained in:
shanmite 2025-08-25 16:01:31 +08:00
parent a0856faa4e
commit d40daa2b0a

View File

@ -483,15 +483,12 @@ module.exports = Object.freeze({
/** /**
* 手动添加抽奖号UID * 手动添加抽奖号UID
* - 抽奖动态下的二级小号 * - 抽奖动态下的二级小号
*
* 帐号1存储抽奖信息至文件
*/ */
UIDs: [], UIDs: [],
TAGs: [ TAGs: [],
'互动抽奖',
'转发抽奖',
'动态抽奖',
'抽奖',
],
Articles: [ Articles: [
'抽奖合集' '抽奖合集'
@ -507,7 +504,6 @@ module.exports = Object.freeze({
body: { body: {
'model': 'Qwen/Qwen3-32B', 'model': 'Qwen/Qwen3-32B',
'max_tokens': 512, 'max_tokens': 512,
'enable_thinking': true,
'thinking_budget': 4096, 'thinking_budget': 4096,
'min_p': 0.05, 'min_p': 0.05,
'temperature': 0.7, 'temperature': 0.7,
@ -521,6 +517,9 @@ module.exports = Object.freeze({
save_lottery_info_to_file: true, save_lottery_info_to_file: true,
}, },
/**
* 后续帐号从文件提取抽奖信息转抽
*/
config_2: {}, config_2: {},
config_3: {} config_3: {}
}); });