Skip to content

Commit

Permalink
add todayLuckZodiacAi
Browse files Browse the repository at this point in the history
  • Loading branch information
kapable committed Dec 19, 2024
1 parent 487915f commit 46fa1fa
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 @@ -7058,7 +7058,9 @@
"/todayBirthLuckAi",
"/kapable.github.io/todayBirthLuckAi",
"/todayLuckConstellationAi",
"/kapable.github.io/todayLuckConstellationAi"
"/kapable.github.io/todayLuckConstellationAi",
"/todayLuckZodiacAi",
"/kapable.github.io/todayLuckZodiacAi"
]
},
"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
// todayLuckZodiacAi //
{
info: {
mainTitle: '오늘의 운세 [별자리편]',
subTitle: '별자리로 알아보는 나의 오늘의 운세',
mainUrl: 'todayLuckZodiacAi',
scoreType: 'aiSimulation',
mainImage:
'https://images.ktestone.com/introImages/todayLuckZodiacAi-intro.jpg',
thumbImage:
'https://images.ktestone.com/main-thumbnail/todayLuckZodiacAi-thumb.jpg',
horizontalBanner:
'https://images.ktestone.com/horizontalNewTest/Korea/dotori.png',
lang: 'Kor',
category: 'saju',
gptUrl:
'https://chatgpt.com/g/g-676251bc6a248191b27de3b4bf372b0a-oneulyi-unse-ddibyeolunsepyeon-by-keiteseuteu',
},
questions: [
{
which: '',
question: '',
answers: [
{
type: 'E',
score: 2,
content: ``,
},
{
type: 'I',
score: 5,
content: ``,
},
],
},
],
results: [
{
type: '',
desc: '',
query: '',
img_src: '',
},
],
},
// todayLuckConstellationAi //
{
info: {
Expand Down

0 comments on commit 46fa1fa

Please sign in to comment.