palc-newyear2024/src/data/index.js
2024-01-22 23:17:44 +08:00

338 lines
11 KiB
JavaScript

export const data = [
{
id: 1,
type: 'mbti',
question: '当朋友约你外出,你会?',
answer: [
{
aid: 'A',
text: '询问计划具体时间段做什么',
secore: 'J',
},
{
aid: 'B',
text: '说走就走',
secore: 'P',
},
],
},
{
id: 2,
type: 'mbti',
question: '你更喜欢什么样的社交生活?',
answer: [
{
aid: 'A',
text: '独处回血爽歪歪',
secore: 'I',
},
{
aid: 'B',
text: '呼朋唤友快乐多',
secore: 'E',
},
],
},
{
id: 3,
type: 'mbti',
question: '当你想要做一个计划时,你会?',
answer: [
{
aid: 'A',
text: '收集尽量多的信息',
secore: 'S',
},
{
aid: 'B',
text: '偏向依靠经验',
secore: 'N',
},
],
},
{
id: 4,
type: 'mbti',
question: '得知朋友因心情不好买了很多饼干,你第一想到的是?',
answer: [
{
aid: 'A',
text: '买了多少?一个人能吃完吗',
secore: 'T',
},
{
aid: 'B',
text: '为什么心情不好呢',
secore: 'F',
},
],
},
{
id: 5,
type: 'lc',
question: '当你考虑投资一个新的金融产品时,你更倾向于?',
answer: [
{
aid: 'A',
text: '与朋友、同事或专业顾问讨论, 通过外部交流获得信息和建议',
secore: 'E',
},
{
aid: 'B',
text: '独立研究,通过阅读、在线课程和个人分析来形成决策',
secore: 'I',
},
],
},
{
id: 6,
type: 'lc',
question: '当评估一项投资机会时,你更倾向于?',
answer: [
{
aid: 'A',
text: '依赖详细的市场报告、历史数据和具体分析',
secore: 'S',
},
{
aid: 'B',
text: '依赖整体市场趋势、未来预测和直觉感受 ',
secore: 'N',
},
],
},
{
id: 7,
type: 'lc',
question: '在选择一个投资合伙人时,你更看重?',
answer: [
{
aid: 'A',
text: '他们的专业能力、以往的业绩和逻辑决策过程',
secore: 'T',
},
{
aid: 'B',
text: '他们的个人价值观、信任度和与你的情感共鸣',
secore: 'F',
},
],
},
{
id: 8,
type: 'lc',
question: '当面对投资市场的不确定性和变化时,你更倾向于?',
answer: [
{
aid: 'A',
text: '坚持你的投资计划和策略,不轻易改变已经制定的计划',
secore: 'J',
},
{
aid: 'B',
text: '保持灵活性,根据市场的最新变化调整你的投资策略',
secore: 'P',
},
],
},
{
id: 9,
type: 'lc',
question: '在做某项决定时,你认为比较重要的是?',
answer: [
{
aid: 'A',
text: '根据实际情况衡量考虑',
secore: 'J',
},
{
aid: 'B',
text: '考虑他人的感受和意见',
secore: 'P',
},
],
},
{
id: 10,
type: 'mbti',
question: '你认为别人一般会?',
answer: [
{
aid: 'A',
text: '花很长时间才认识你',
secore: 'I',
},
{
aid: 'B',
text: '很短的时间便了解你',
secore: 'E',
},
],
},
{
id: 11,
type: 'mbti',
question: '哪些人会更吸引你?',
answer: [
{
aid: 'A',
text: '一个思想敏捷及非常聪颖的人',
secore: 'N',
},
{
aid: 'B',
text: '实事求是,具有丰富常识的人',
secore: 'S',
},
],
},
{
id: 12,
type: 'mbti',
question: '你是否经常让',
answer: [
{
aid: 'A',
text: '你的情感支配你的理智',
secore: 'F',
},
{
aid: 'B',
text: '你的理智主宰你的情感',
secore: 'T',
},
],
},
]
export const mbtiList = [
{
type: 'ISTJ',
job: '物流师',
des: ['实际且注重事实的个人,', '可靠性不容怀疑'],
blessings: ['脚下有风眼里有光', '心里有爱袋里有财'],
product: '灵活成长存款存单91天',
productPic: new URL('../assets/images/result/product-1.png', import.meta.url).href,
},
{
type: 'ISTP',
job: '鉴赏家',
des: ['大胆而实际的实验家,', '擅长使用任何形式的工具'],
blessings: ['多吃不胖积极向上', '有钱有颜喜乐连年'],
product: '启航增强持有',
productPic: new URL('../assets/images/result/product-1.png', import.meta.url).href,
},
{
type: 'ESTP',
job: '企业家',
des: ['聪明,精力充沛善于感知的人们,','每天都在冲向新的冒险'],
blessings: ['人间四月芳菲尽', '吃喝玩乐要尽兴'],
product: '7天成长',
productPic: new URL('../assets/images/result/product-1.png', import.meta.url).href,
},
{
type: 'ESTJ',
job: '总经理',
des: ['出色的管理者,', '在管理事情或人的方面无与伦比'],
blessings: ['朝辞白帝彩云间', '日进斗金赛神仙'],
product: '灵活成长90天',
productPic: new URL('../assets/images/result/product-1.png', import.meta.url).href,
},
{
type: 'ISFJ',
job: '守卫者',
des: ['非常专注而温暖的守护者,', '时刻准备保护爱着的人'],
blessings: ['万般熙攘化清风明月', '四方梦想皆如愿以偿'],
product: '启航一年定开1号',
productPic: new URL('../assets/images/result/product-1.png', import.meta.url).href,
},
{
type: 'ISFP',
job: '探险家',
des: ['灵活有魅力的艺术家,', '时刻准备着探索和体验新鲜事物'],
blessings: ['与时光共新生', '万象更新美好再叙'],
product: '启元策略360',
productPic: new URL('../assets/images/result/product-1.png', import.meta.url).href,
},
{
type: 'ESFP',
job: '表演者',
des: ['外向随和,', '对生活充满热情,享受物质生活'],
blessings: ['岁岁常欢愉', '年年皆胜意'],
product: '启元添利90天',
productPic: new URL('../assets/images/result/product-1.png', import.meta.url).href,
},
{
type: 'ESFJ',
job: '执行官',
des: ['极有同情心,爱交往受欢迎的人们,', '总是热心提供帮助'],
blessings: ['心有繁花仪锦,', '归来不负韶华'],
product: '灵活成长日开3号',
productPic: new URL('../assets/images/result/product-1.png', import.meta.url).href,
},
{
type: 'INFJ',
job: '提倡者',
des: ['安静而神秘,同时鼓舞人心,', '且不知疲倦的理想主义者'],
blessings: ['前路浩浩荡荡', '万事尽可期待'],
product: '启明日申季赎',
productPic: new URL('../assets/images/result/product-1.png', import.meta.url).href,
},
{
type: 'INFP',
job: '调停者',
des: ['诗意,善良的利他主义者,', '总是热情地为正当理由提供帮助'],
blessings: ['山外青山楼外楼', '容光焕发没忧愁'],
product: '启元稳利30天',
productPic: new URL('../assets/images/result/product-1.png', import.meta.url).href,
},
{
type: 'ENFP',
job: '竞选者',
des: ['热情,有创造力', '爱社交的自由自在的人'],
blessings: ['生活自在内心澎湃', '万物可爱满怀期待'],
product: '灵活成长添利180',
productPic: new URL('../assets/images/result/product-1.png', import.meta.url).href,
},
{
type: 'ENFJ',
job: '主人公',
des: ['富有魅力鼓舞人心的领导者', '有使听众着迷的能力'],
blessings: ['是金子总会发光', '何况你是龙的传人'],
product: '新安鑫',
productPic: new URL('../assets/images/result/product-1.png', import.meta.url).href,
},
{
type: 'INTJ',
job: '建筑师',
des: ['富有想象力和战略性的思想家,', '一切皆在计划之中'],
blessings: ['岁岁年年,共欢同乐,', '嘉庆与时新'],
product: '启元策略周享270',
productPic: new URL('../assets/images/result/product-1.png', import.meta.url).href,
},
{
type: 'INTP',
job: '逻辑学家',
des: ['具有创造力的发明家,', '对知识有着止不住的渴望'],
blessings: ['烟火向星辰', '所愿皆成真'],
product: '卓越稳健180持有',
productPic: new URL('../assets/images/result/product-1.png', import.meta.url).href,
},
{
type: 'ENTP',
job: '辩论家',
des: ['聪明好奇的思想者,', '不会放弃任何智力上的挑战'],
blessings: ['忽如一夜春风来', '今年势必发大财'],
product: '灵活策略90天',
productPic: new URL('../assets/images/result/product-1.png', import.meta.url).href,
},
{
type: 'ENTJ',
job: '指挥官',
des: ['大胆,富有想象力且意志强大的领导者,', '总能找到或创造解决方法'],
blessings: ['天生我材必有用', '福禄寿喜财全来'],
product: '星辰添利270',
productPic: new URL('../assets/images/result/product-1.png', import.meta.url).href,
},
]