Skip to content

Commit

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

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

0 comments on commit b47ced3

Please sign in to comment.