Skip to content

Commit 296a062

Browse files
committed
docs: add mbti test
1 parent cb176b9 commit 296a062

4 files changed

Lines changed: 67 additions & 1 deletion

File tree

docs/.vitepress/sidebar.mts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,10 @@ export const enSidebar = [
357357
text: 'Markdown Live',
358358
link: '/guide/official-plugins/markdown-live',
359359
},
360+
{
361+
text: 'MBTI Test',
362+
link: '/guide/official-plugins/mbti-test',
363+
},
360364
{
361365
text: 'NES',
362366
link: '/guide/official-plugins/nes',
@@ -840,6 +844,10 @@ export const zhSidebar = [
840844
text: 'Markdown 实时编辑',
841845
link: '/zh/guide/official-plugins/markdown-live',
842846
},
847+
{
848+
text: 'MBTI 人格测试',
849+
link: '/zh/guide/official-plugins/mbti-test',
850+
},
843851
{
844852
text: '红白机',
845853
link: '/zh/guide/official-plugins/nes',
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# tinker-mbti-test
2+
3+
An MBTI personality type test plugin for [TINKER](https://tinker.liriliri.io/), with 70 questions covering four dimensions and the full 16 personality types.
4+
5+
![Screenshot](https://raw.githubusercontent.com/liriliri/tinker-plugins/master/packages/tinker-mbti-test/screenshot.png)
6+
7+
## Features
8+
9+
- **70 Questions** covering E/I, S/N, T/F, J/P four dimensions
10+
- **16 Personality Types** with portrait images, descriptions, strengths, weaknesses, and career suggestions
11+
- **Dimension Scores** visual bar chart showing your scores across each dimension
12+
- **Bilingual** support for English and Chinese
13+
- **Progress Bar** during the test
14+
- **Dark Mode** support
15+
16+
## Installation
17+
18+
Download and install [TINKER](https://tinker.liriliri.io/), then run:
19+
20+
```bash
21+
npm i -g tinker-mbti-test
22+
```
23+
24+
## Usage
25+
26+
1. Click **Start Test** on the intro screen
27+
2. Answer 70 questions by choosing option A or B
28+
3. View your MBTI personality type result with detailed analysis
29+
4. Click the **Restart** button to retake the test
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# tinker-mbti-test
2+
3+
MBTI 人格测试插件,包含 70 道题目,涵盖四个维度和完整的 16 种人格类型。
4+
5+
![截图](https://raw.githubusercontent.com/liriliri/tinker-plugins/master/packages/tinker-mbti-test/screenshot.png)
6+
7+
## 功能特性
8+
9+
- **70 道题目**覆盖 E/I、S/N、T/F、J/P 四个维度
10+
- **16 种人格类型**提供头像图片、描述、优点、缺点及职业建议
11+
- **维度得分**可视化柱状图展示各维度得分
12+
- **双语支持**提供英文和中文
13+
- **进度条**测试进度显示
14+
- **深色模式**支持
15+
16+
## 安装
17+
18+
下载并安装 [TINKER](https://tinker.liriliri.io/),然后运行:
19+
20+
```bash
21+
npm i -g tinker-mbti-test
22+
```
23+
24+
## 使用方法
25+
26+
1. 在介绍页面点击**开始测试**
27+
2. 选择选项 A 或 B 回答 70 道题目
28+
3. 查看您的 MBTI 人格类型结果及详细分析
29+
4. 点击**重新测试**按钮重新进行测试

tinker-plugins

Submodule tinker-plugins updated 50 files

0 commit comments

Comments
 (0)