diff --git a/src/store/keyNodeStore2.js b/src/store/keyNodeStore2.js index 1c51a9d..28ad044 100644 --- a/src/store/keyNodeStore2.js +++ b/src/store/keyNodeStore2.js @@ -1,6 +1,28 @@ import { defineStore } from 'pinia' import { ref, computed } from 'vue' +// 引入桥梁节点的图片 +import defAndyNgo from '@/assets/images/avatar/2/blue_Andy_Ngo.png' +import ligAndyNgo from '@/assets/images/avatar/2/light_Andy_Ngo.png' +import defEmmMac from '@/assets/images/avatar/2/blue_Emmanuel_Macron.png' +import ligEmmMac from '@/assets/images/avatar/2/light_Emmanuel_Macron.png' +import defIsrDefFor from '@/assets/images/avatar/2/blue_Israel_Defense_Forces.png' +import ligIsrDefFor from '@/assets/images/avatar/2/light_Israel_Defense_Forces.png' +import defJacHinUs from '@/assets/images/avatar/2/blue_Jackson_Hinkle_🇺🇸.png' +import ligJacHinUs from '@/assets/images/avatar/2/light_Jackson_Hinkle_🇺🇸.png' +import defJoeTru from '@/assets/images/avatar/2/blue_Joe_Truzman.png' +import ligJoeTru from '@/assets/images/avatar/2/light_Joe_Truzman.png' +import defOsiDef from '@/assets/images/avatar/2/blue_OSINTdefender.png' +import ligOsiDef from '@/assets/images/avatar/2/light_OSINTdefender.png' +import defPaulGol from '@/assets/images/avatar/2/blue_Paul_Golding.png' +import ligPaulGol from '@/assets/images/avatar/2/light_Paul_Golding.png' +import defPreBidArc from '@/assets/images/avatar/2/blue_President_Biden_Archived.png' +import ligPreBidArc from '@/assets/images/avatar/2/light_President_Biden_Archived.png' +import defRepMatGae from '@/assets/images/avatar/2/blue_Rep_Matt_Gaetz.png' +import ligRepMatGae from '@/assets/images/avatar/2/light_Rep_Matt_Gaetz.png' +import defSecAntBli from '@/assets/images/avatar/2/blue_Secretary_Antony_Blinken.png' +import ligSecAntBli from '@/assets/images/avatar/2/light_Secretary_Antony_Blinken.png' + export const useKeyNodeStore2 = defineStore('keyNode2', () => { const allLeaderData = ref([ { @@ -238,16 +260,16 @@ export const useKeyNodeStore2 = defineStore('keyNode2', () => { const bridgeNodes = ref([ // 'Node'是节点编号,Number_of_across_communities是该节点链接社团数量,Community_of_affiliation是该节点所属社团编号,Community_size是该社团大小 - {postsId: 1, postsName: "President Biden Archive", 'Node': '1349149096909668363','Number_of_across_communities': 226,'Community_of_affiliation': 0, 'Community_size': 5965 }, - {postsId: 2, postsName: "Joe Truzman", 'Node': '3006348240','Number_of_across_communities': 121,'Community_of_affiliation': 13, 'Community_size': 827 }, - {postsId: 3, postsName: "OSINTdefender", 'Node': '1457867047334031360','Number_of_across_communities': 81,'Community_of_affiliation': 4, 'Community_size': 2323 }, - {postsId: 4, postsName: "Paul Golding", 'Node': '455264233','Number_of_across_communities': 80, 'Community_of_affiliation': 17, 'Community_size': 812 }, - {postsId: 5, postsName: "Rep. Matt Gaetz", 'Node': '818948638890217473','Number_of_across_communities': 97,'Community_of_affiliation': 3, 'Community_size': 3075 }, - {postsId: 6, postsName: "Israel Defense Forces", 'Node': '18576537','Number_of_across_communities': 349,'Community_of_affiliation': 6, 'Community_size': 1178 }, - {postsId: 7, postsName: "Andy Ngo", 'Node': '2835451658','Number_of_across_communities': 243,'Community_of_affiliation': 7, 'Community_size': 1170 }, - {postsId: 8, postsName: "Secretary Antony Blinken", 'Node': '1350150750966603777','Number_of_across_communities': 113,'Community_of_affiliation': 0, 'Community_size': 5965 }, - {postsId: 9, postsName: "Emmanuel Macron", 'Node': '1976143068','Number_of_across_communities': 240,'Community_of_affiliation': 5, 'Community_size': 1195 }, - {postsId: 10, postsName: "Jackson Hinkle 🇺🇸", 'Node': '1151913018936053760','Number_of_across_communities': 98,'Community_of_affiliation': 19, 'Community_size': 784 }, + {postsId: 1, defImg: defPreBidArc, activeImg: ligPreBidArc, postsName: "President Biden Archive", 'Node': '1349149096909668363','Number_of_across_communities': 226,'Community_of_affiliation': 0, 'Community_size': 5965 }, + {postsId: 2, defImg: defJoeTru, activeImg: ligJoeTru, postsName: "Joe Truzman", 'Node': '3006348240','Number_of_across_communities': 121,'Community_of_affiliation': 13, 'Community_size': 827 }, + {postsId: 3, defImg: defOsiDef, activeImg: ligOsiDef, postsName: "OSINTdefender", 'Node': '1457867047334031360','Number_of_across_communities': 81,'Community_of_affiliation': 4, 'Community_size': 2323 }, + {postsId: 4, defImg: defPaulGol, activeImg: ligPaulGol, postsName: "Paul Golding", 'Node': '455264233','Number_of_across_communities': 80, 'Community_of_affiliation': 17, 'Community_size': 812 }, + {postsId: 5, defImg: defRepMatGae, activeImg: ligRepMatGae, postsName: "Rep. Matt Gaetz", 'Node': '818948638890217473','Number_of_across_communities': 97,'Community_of_affiliation': 3, 'Community_size': 3075 }, + {postsId: 6, defImg: defIsrDefFor, activeImg: ligIsrDefFor, postsName: "Israel Defense Forces", 'Node': '18576537','Number_of_across_communities': 349,'Community_of_affiliation': 6, 'Community_size': 1178 }, + {postsId: 7, defImg: defAndyNgo, activeImg: ligAndyNgo, postsName: "Andy Ngo", 'Node': '2835451658','Number_of_across_communities': 243,'Community_of_affiliation': 7, 'Community_size': 1170 }, + {postsId: 8, defImg: defSecAntBli, activeImg: ligSecAntBli, postsName: "Secretary Antony Blinken", 'Node': '1350150750966603777','Number_of_across_communities': 113,'Community_of_affiliation': 0, 'Community_size': 5965 }, + {postsId: 9, defImg: defEmmMac, activeImg: ligEmmMac, postsName: "Emmanuel Macron", 'Node': '1976143068','Number_of_across_communities': 240,'Community_of_affiliation': 5, 'Community_size': 1195 }, + {postsId: 10, defImg: defJacHinUs, activeImg: ligJacHinUs, postsName: "Jackson Hinkle 🇺🇸", 'Node': '1151913018936053760','Number_of_across_communities': 98,'Community_of_affiliation': 19, 'Community_size': 784 }, ]) // 当前激活的时间点 diff --git a/src/views/KeyNodeRecognition2/components/PostDetailDialog.vue b/src/views/KeyNodeRecognition2/components/PostDetailDialog.vue index 60e96c7..60eb6e5 100644 --- a/src/views/KeyNodeRecognition2/components/PostDetailDialog.vue +++ b/src/views/KeyNodeRecognition2/components/PostDetailDialog.vue @@ -23,7 +23,6 @@