3 Commits

Author SHA1 Message Date
梁泽军
595f1cc16a 完整版 2025-04-27 10:22:51 +08:00
梁泽军
a2f867e444 完整版 2025-04-24 10:51:16 +08:00
13e3bcad69 '整合' 2025-04-23 16:33:28 +08:00
2 changed files with 4 additions and 11 deletions

View File

@@ -35,7 +35,7 @@ export const data = [
result: 0, result: 0,
}, },
], ],
tips: [`有“人间天堂”美称的城市`], tips: [`有“人间天堂”美称的城市`],
}, },
{ {
id: 3, id: 3,
@@ -73,7 +73,7 @@ export const data = [
result: 1, result: 1,
}, },
], ],
tips: [`拥有被为“世界第八大奇迹”的秦始皇陵兵马俑`], tips: [`拥有被为“世界第八大奇迹”的`, `秦始皇陵兵马俑`],
}, },
{ {
id: 5, id: 5,
@@ -92,13 +92,6 @@ export const data = [
result: 0, result: 0,
}, },
], ],
<<<<<<< HEAD tips: [`全国最早实行对外开放的`, `四个经济特区之一`],
tips: [
`全国最早实行对外开放的`,
`四个经济特区之一`
],
=======
tips: [`全国最早实行对外开放的四个经济特区之一`],
>>>>>>> 5d8a8f95c11f0c188f14ac80980c820e348aa1c2
}, },
]; ];

View File

@@ -33,7 +33,7 @@ export default defineConfig(({ command, mode }) => {
template: 'index.html', template: 'index.html',
injectOptions: { injectOptions: {
data: { data: {
title: '欢乐闹元宵', title: '打卡理想假期',
}, },
} }
}, },