Skip to content

Commit

Permalink
add sajuTotalAi contents
Browse files Browse the repository at this point in the history
  • Loading branch information
kapable committed Dec 20, 2024
1 parent 2b6b68f commit a8bc736
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7077,7 +7077,9 @@
"/todayLuckConstellationAi",
"/kapable.github.io/todayLuckConstellationAi",
"/todayLuckZodiacAi",
"/kapable.github.io/todayLuckZodiacAi"
"/kapable.github.io/todayLuckZodiacAi",
"/sajuTotalAi",
"/kapable.github.io/sajuTotalAi"
]
},
"eslintConfig": {
Expand Down
45 changes: 45 additions & 0 deletions src/api/TESTS.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,51 @@ function range(start, stop, step) {

export const TESTS = [
// order tests with newly date order
// sajuTotalAi //
{
info: {
mainTitle: '케이테스트 사주 [사주총평편]',
subTitle: '무료로 보는 사주 성격특성, 다양한 운세, 총평을 제공합니다.',
mainUrl: 'sajuTotalAi',
scoreType: 'aiSimulation',
mainImage:
'https://images.ktestone.com/introImages/sajuTotalAi-intro.jpg',
thumbImage:
'https://images.ktestone.com/main-thumbnail/sajuTotalAi-thumb.jpg',
horizontalBanner:
'https://images.ktestone.com/horizontalNewTest/Korea/dotori.png',
lang: 'Kor',
category: 'saju',
gptUrl:
'https://chatgpt.com/g/g-6765107d2f78819193fe6a9f4cae49ad-keiteseuteu-saju-sajucongpyeongpyeon',
},
questions: [
{
which: '',
question: '',
answers: [
{
type: 'E',
score: 2,
content: ``,
},
{
type: 'I',
score: 5,
content: ``,
},
],
},
],
results: [
{
type: '',
desc: '',
query: '',
img_src: '',
},
],
},
// cremeBreadChar //
{
info: {
Expand Down

0 comments on commit a8bc736

Please sign in to comment.