Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
52f6f12
Update README.md
winye1011 Apr 10, 2026
6d10f28
Update questions.json
winye1011 Apr 10, 2026
60f1247
Update types.json
winye1011 Apr 10, 2026
d9dbb75
Update README.md
winye1011 Apr 10, 2026
7ac5c3b
Update config.json
winye1011 Apr 10, 2026
db9630b
Update config.json
winye1011 Apr 10, 2026
4c1ffcb
Update index.html
winye1011 Apr 10, 2026
688e112
Update questions.json
winye1011 Apr 10, 2026
9b7dc2c
Update types.json
winye1011 Apr 10, 2026
c56655a
Update result.js
winye1011 Apr 10, 2026
a1d46dc
Update types.json
winye1011 Apr 10, 2026
2264d45
Update config.json
winye1011 Apr 10, 2026
1383cc9
Update result.js
winye1011 Apr 10, 2026
08064fe
Update config.json
winye1011 Apr 10, 2026
f48acc3
Update config.json
winye1011 Apr 10, 2026
6b4b46f
Update types.json
winye1011 Apr 10, 2026
30d23c1
Update config.json
winye1011 Apr 10, 2026
7230cc6
Update result.js
winye1011 Apr 10, 2026
3841010
Update utils.js
winye1011 Apr 10, 2026
8ffb303
Update utils.js
winye1011 Apr 10, 2026
66a4b1f
Update utils.js
winye1011 Apr 10, 2026
0ce42ac
Update result.js
winye1011 Apr 10, 2026
5902b7c
Update engine.js
winye1011 Apr 10, 2026
5e18853
Update engine.js
winye1011 Apr 10, 2026
4361aac
Update config.json
winye1011 Apr 10, 2026
382d0f5
Update utils.js
winye1011 Apr 10, 2026
2e39a0e
Update result.js
winye1011 Apr 10, 2026
9a71892
Update engine.js
winye1011 Apr 10, 2026
31d70f0
Update utils.js
winye1011 Apr 10, 2026
0d408b2
Update engine.js
winye1011 Apr 10, 2026
b47c524
Update engine.js
winye1011 Apr 10, 2026
34e5a96
Update engine.js
winye1011 Apr 10, 2026
da4d5e7
Update engine.js
winye1011 Apr 10, 2026
b8008ad
Update main.js
winye1011 Apr 10, 2026
9fd89d2
Update result.js
winye1011 Apr 10, 2026
190b3bd
Update engine.js
winye1011 Apr 10, 2026
0192e45
Update quiz.js
winye1011 Apr 10, 2026
23cff8a
Update quiz.js
winye1011 Apr 10, 2026
8dd94f1
Update main.js
winye1011 Apr 10, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 15 additions & 30 deletions data/config.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,22 @@
{
"dimensions": ["C", "F", "A", "L"],
"dimDefs": {
"C": { "name": "精力分配", "levels": { "L": "养生补觉", "M": "适度续命", "H": "咖啡灌溉" } },
"F": { "name": "甲方策略", "levels": { "L": "卑微顺从", "M": "见机行事", "H": "据理对线" } },
"A": { "name": "产出偏好", "levels": { "L": "搬砖工程", "M": "均衡输出", "H": "理想方案" } },
"L": { "name": "职业心态", "levels": { "L": "随时准备跑", "M": "静观其变", "H": "院长接班人" } }
},
"scoring": {
"levelThresholds": {
"L": [
2,
3
],
"M": [
4,
4
],
"H": [
5,
6
]
},
"levelNumeric": {
"L": 1,
"M": 2,
"H": 3
},
"levelThresholds": { "L": [0, 3], "M": [4, 5], "H": [6, 8] },
"levelNumeric": { "L": 1, "M": 2, "H": 3 },
"maxDistance": 30,
"fallbackThreshold": 60
},
"display": {
"title": "SBTI 人格测试",
"subtitle": "MBTI已经过时,SBTI来了。",
"author": "B站UP主@蛆肉儿串儿 原创",
"funNote": "本测试仅供娱乐,别拿它当诊断、面试、相亲、分手、招魂、算命或人生判决书。",
"funNoteSpecial": "本测试仅供娱乐。隐藏人格和傻乐兜底都属于作者故意埋的损招,请勿把它当成医学、心理学、相学、命理学或灵异学依据。"
},
"drinkGate": {
"questionId": "drink_gate_q1",
"triggerValue": 3,
"drunkTriggerValue": 2
"title": "DITI 设计院人格测试",
"subtitle": "专属设计院牛马的DITI来了。",
"author": "栗子油lio 原创",
"funNote": "本测试仅供设计院人娱乐解压,请勿当作职业诊断或转行依据。",
"funNoteSpecial": "本测试结果仅供娱乐,人生苦短,建议早点休息。"
}
}
}
Loading