From 46fa1fa1ac405dabc236647dc203ba01256d532b Mon Sep 17 00:00:00 2001 From: kapable Date: Thu, 19 Dec 2024 22:58:01 +0900 Subject: [PATCH] add todayLuckZodiacAi --- package.json | 4 +++- src/api/TESTS.js | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index dbedb75db..860013382 100644 --- a/package.json +++ b/package.json @@ -7058,7 +7058,9 @@ "/todayBirthLuckAi", "/kapable.github.io/todayBirthLuckAi", "/todayLuckConstellationAi", - "/kapable.github.io/todayLuckConstellationAi" + "/kapable.github.io/todayLuckConstellationAi", + "/todayLuckZodiacAi", + "/kapable.github.io/todayLuckZodiacAi" ] }, "eslintConfig": { diff --git a/src/api/TESTS.js b/src/api/TESTS.js index a95e4ac42..82e4ff9f0 100644 --- a/src/api/TESTS.js +++ b/src/api/TESTS.js @@ -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: {