link1wordcloud

This commit is contained in:
chatgpt-yunju 2025-07-04 07:23:49 +08:00
parent 4a6dfe533b
commit 89c9231302

View File

@ -749,7 +749,7 @@ const analysisChartData = ref([
]); ]);
const wordCloudData = ref([ const wordCloudData = ref([
{ {
text: "佩洛西", text: "賴清德",
top: 115.5, top: 115.5,
left: 215.5, left: 215.5,
width: 109, width: 109,
@ -757,9 +757,9 @@ const wordCloudData = ref([
fontSize: 28, fontSize: 28,
opacity: 1 opacity: 1
}, },
{ text: "中国", top: 183.5, left: 69.5, width: 73, height: 35, fontSize: 22, opacity: 1 }, { text: "職演", top: 183.5, left: 69.5, width: 73, height: 35, fontSize: 22, opacity: 1 },
{ {
text: "中国人民解放军", text: "台灣",
top: 72.5, top: 72.5,
left: 132.5, left: 132.5,
width: 123, width: 123,
@ -768,7 +768,7 @@ const wordCloudData = ref([
opacity: 1 opacity: 1
}, },
{ {
text: "中美关系", text: "民主",
top: 171.5, top: 171.5,
left: 212.5, left: 212.5,
width: 81, width: 81,
@ -776,9 +776,9 @@ const wordCloudData = ref([
fontSize: 14, fontSize: 14,
opacity: 0.8 opacity: 0.8
}, },
{ text: "台独", top: 135.5, left: 42.5, width: 57, height: 24, fontSize: 16, opacity: 1 }, { text: "就職典禮", top: 135.5, left: 42.5, width: 57, height: 24, fontSize: 16, opacity: 1 },
{ {
text: "台海和平", text: "總統",
top: 228.5, top: 228.5,
left: 230.5, left: 230.5,
width: 81, width: 81,
@ -787,7 +787,7 @@ const wordCloudData = ref([
opacity: 0.8 opacity: 0.8
}, },
{ {
text: "坚决反对", text: "人民",
top: 233.5, top: 233.5,
left: 38.5, left: 38.5,
width: 73, width: 73,
@ -796,7 +796,7 @@ const wordCloudData = ref([
opacity: 0.7 opacity: 0.7
}, },
{ {
text: "联合公报", text: "立委",
top: 241.5, top: 241.5,
left: 130.5, left: 130.5,
width: 73, width: 73,
@ -805,7 +805,7 @@ const wordCloudData = ref([
opacity: 0.7 opacity: 0.7
}, },
{ {
text: "有力反制", text: "中國",
top: 211.5, top: 211.5,
left: 143.5, left: 143.5,
width: 73, width: 73,
@ -813,12 +813,12 @@ const wordCloudData = ref([
fontSize: 12, fontSize: 12,
opacity: 1 opacity: 1
}, },
{ text: "白宫", top: 176.5, left: 15.5, width: 49, height: 19, fontSize: 12, opacity: 0.8 }, { text: "蕭美琴", top: 176.5, left: 15.5, width: 49, height: 19, fontSize: 12, opacity: 0.8 },
{ text: "内政", top: 87.5, left: 36.5, width: 53, height: 22, fontSize: 14, opacity: 1 }, { text: "民進", top: 87.5, left: 36.5, width: 53, height: 22, fontSize: 14, opacity: 1 },
{ text: "访台", top: 103.5, left: 95.5, width: 49, height: 19, fontSize: 12, opacity: 0.8 }, { text: "國會", top: 103.5, left: 95.5, width: 49, height: 19, fontSize: 12, opacity: 0.8 },
{ text: "领土", top: 57.5, left: 72.5, width: 49, height: 19, fontSize: 12, opacity: 0.6 }, { text: "中華民國", top: 57.5, left: 72.5, width: 49, height: 19, fontSize: 12, opacity: 0.6 },
{ text: "原则", top: 77.5, left: 264.5, width: 49, height: 19, fontSize: 12, opacity: 0.7 }, { text: "英文", top: 77.5, left: 264.5, width: 49, height: 19, fontSize: 12, opacity: 0.7 },
{ text: "台湾", top: 195.5, left: 287.5, width: 49, height: 19, fontSize: 12, opacity: 0.8 } { text: "兩岸", top: 195.5, left: 287.5, width: 49, height: 19, fontSize: 12, opacity: 0.8 }
]); ]);
const showDetailsModal = ref(false); const showDetailsModal = ref(false);
const detailsChart = ref(null); const detailsChart = ref(null);