Skip to content

Commit

Permalink
add squidGameWinLoseEng and dohwasal
Browse files Browse the repository at this point in the history
  • Loading branch information
kapable committed Dec 26, 2024
1 parent 7e1805c commit 3dfcaf3
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions src/api/TESTS.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,50 @@ function range(start, stop, step) {

export const TESTS = [
// order tests with newly date order
// dohwasal //
{
info: {
mainTitle: '케이테스트 사주 도화살 테스트',
subTitle: '나의 도화살은 몇퍼센트일까?',
mainUrl: 'dohwasal',
scoreType: 'aiSimulation',
mainImage: 'https://images.ktestone.com/introImages/dohwasal-intro.jpg',
thumbImage:
'https://images.ktestone.com/main-thumbnail/dohwasal-thumb.jpg',
horizontalBanner:
'https://images.ktestone.com/horizontalNewTest/Korea/dotori.png',
lang: 'Kor',
category: 'saju',
gptUrl:
'https://chatgpt.com/g/g-676d0ab4622c819186788b901c09f128-keiteseuteu-dohwasal-teseuteu',
},
questions: [
{
which: '',
question: '',
answers: [
{
type: 'E',
score: 2,
content: ``,
},
{
type: 'I',
score: 5,
content: ``,
},
],
},
],
results: [
{
type: '',
desc: '',
query: '',
img_src: '',
},
],
},
// squidGameWinLoseEng //
{
info: {
Expand Down

0 comments on commit 3dfcaf3

Please sign in to comment.