Compare commits
3 Commits
d1f8531723
...
2025-51
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
595f1cc16a | ||
|
|
a2f867e444 | ||
| 13e3bcad69 |
@@ -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
|
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ export default defineConfig(({ command, mode }) => {
|
|||||||
template: 'index.html',
|
template: 'index.html',
|
||||||
injectOptions: {
|
injectOptions: {
|
||||||
data: {
|
data: {
|
||||||
title: '欢乐闹元宵',
|
title: '打卡理想假期',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user