Skip to content

Commit

Permalink
add todayBirthLuckAi test
Browse files Browse the repository at this point in the history
  • Loading branch information
kapable committed Dec 18, 2024
1 parent b175bd7 commit 8c0b957
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 4 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7054,7 +7054,9 @@
"/FFemaleFluttingSimulation",
"/kapable.github.io/FFemaleFluttingSimulation",
"/brainMeasureTest",
"/kapable.github.io/brainMeasureTest"
"/kapable.github.io/brainMeasureTest",
"/todayBirthLuckAi",
"/kapable.github.io/todayBirthLuckAi"
]
},
"eslintConfig": {
Expand Down
51 changes: 48 additions & 3 deletions src/api/TESTS.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,52 @@ function range(start, stop, step) {

export const TESTS = [
// order tests with newly date order
// brainMeasureTest
// todayBirthLuckAi //
{
info: {
mainTitle: '오늘의 운세 [생년월일편]',
subTitle: '생년월일로 알아보는 나의 오늘의 운세',
mainUrl: 'todayBirthLuckAi',
scoreType: 'aiSimulation',
mainImage:
'https://images.ktestone.com/introImages/todayBirthLuckAi-intro.jpg',
thumbImage:
'https://images.ktestone.com/main-thumbnail/todayBirthLuckAi-thumb.jpg',
horizontalBanner:
'https://images.ktestone.com/horizontalNewTest/Korea/dotori.png',
lang: 'Kor',
category: 'saju',
gptUrl:
'https://chatgpt.com/g/g-6762510e8a448191a998d421a55368fb-oneulyi-unse-saengnyeonweolilpyeon-by-keiteseuteu',
},
questions: [
{
which: '',
question: '',
answers: [
{
type: 'E',
score: 2,
content: ``,
},
{
type: 'I',
score: 5,
content: ``,
},
],
},
],
results: [
{
type: '',
desc: '',
query: '',
img_src: '',
},
],
},
// brainMeasureTest //
{
info: {
mainTitle: '두뇌 측정 테스트',
Expand Down Expand Up @@ -68,7 +113,7 @@ export const TESTS = [
},
],
},
// FFemaleFluttingSimulation
// FFemaleFluttingSimulation //
{
info: {
mainTitle: 'F썸녀 꼬시기 시뮬레이션',
Expand Down Expand Up @@ -113,7 +158,7 @@ export const TESTS = [
},
],
},
// FMaleFluttingSimulation
// FMaleFluttingSimulation //
{
info: {
mainTitle: 'F썸남 꼬시기 시뮬레이션',
Expand Down

0 comments on commit 8c0b957

Please sign in to comment.