【Hexo】博客主页设置访客欢迎栏

最近在交流群里发现很多人都在折腾怎么在公告栏显示访客欢迎语,感觉效果还不错,我也来折腾一下

效果预览

image-20241025104832859

配置步骤

创建js文件

在主题目录下创建js文件,例如我存放的位置为:blog\themes\anzhiyu\source\js\custom\visitor.js

粘贴以下内容

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
const addStyles = () => {
const style = document.createElement('style');
style.textContent = `
#welcome-info {
display: flex;
justify-content: center;
align-items: center;
height: 192px;
}
.loading-spinner {
width: 50px;
height: 50px;
border: 3px solid rgba(0, 0, 0, 0.1);
border-radius: 50%;
border-top: 3px solid #3498db;
animation: spin 1s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
`;
document.head.appendChild(style);
};

// 创建来访者卡片 在头像容器下方插入 位置更改自己找找元素
const createAnnouncementComponent = () => {
const ipInfoElement = document.createElement('div');
ipInfoElement.className = "card-widget card-ip-info";
ipInfoElement.innerHTML = `
<div class="item-headline">
✨✨ <span>轻轻的你来了 ✨✨</span>
</div>
<div class="announcement_content">
<div id="welcome-info">
<div class="loading-spinner"></div>
</div>
</div>
`;
return ipInfoElement;
};

// 插入组件
const insertAnnouncementComponent = () => {
if (!isHomePage()) return; // 只在首页插入

const cardInfo = document.querySelector('.card-widget.card-info');
if (cardInfo) {
const existingComponent = document.querySelector('.card-widget.card-ip-info');
if (existingComponent) {
existingComponent.remove();
}
cardInfo.parentNode.insertBefore(createAnnouncementComponent(), cardInfo.nextSibling);
}
};

// 获取 IP 信息
const fetchIpInfo = () => {
fetch('https://api.76.al/api/ip/query?key=your_key') //修改为自己都key
.then(response => response.ok ? response.json() : Promise.reject('网络响应不正常'))
.then(data => {
showWelcome(data);
})
.catch(error => {
console.error('错误:', error);
showErrorMessage();
});
};

// 距离计算函数
const getDistance = (e1, n1, e2, n2) => {
const R = 6371; // 地球半径
const { sin, cos, asin, PI, hypot } = Math;

const getPoint = (e, n) => {
e *= PI / 180;
n *= PI / 180;
return { x: cos(n) * cos(e), y: cos(n) * sin(e), z: sin(n) };
};

const a = getPoint(e1, n1);
const b = getPoint(e2, n2);
const c = hypot(a.x - b.x, a.y - b.y, a.z - b.z);
return Math.round(asin(c / 2) * 2 * R);
};

// 国家及省份的欢迎信息
const greetings = {
"中国": {
"北京市": "北——京——欢迎你~~~",
"天津市": "讲段相声吧",
"河北省": "山势巍巍成壁垒,天下雄关铁马金戈由此向,无限江山",
"山西省": "展开坐具长三尺,已占山河五百余",
"内蒙古自治区": "天苍苍,野茫茫,风吹草低见牛羊",
"辽宁省": "我想吃烤鸡架!",
"吉林省": "状元阁就是东北烧烤之王",
"黑龙江省": "很喜欢哈尔滨大剧院",
"上海市": "众所周知,中国只有两个城市",
"江苏省": {
"南京市": "这是我挺想去的城市啦",
"苏州市": "上有天堂,下有苏杭",
"default": "散装是必须要散装的"
},
"浙江省": {
"杭州市": "东风渐绿西湖柳,雁已还人未南归",
"default": "望海楼明照曙霞,护江堤白蹋晴沙"
},
"河南省": {
"郑州市": "豫州之域,天地之中",
"信阳市": "品信阳毛尖,悟人间芳华",
"南阳市": "臣本布衣,躬耕于南阳此南阳非彼南阳!",
"驻马店市": "峰峰有奇石,石石挟仙气嵖岈山的花很美哦!",
"开封市": "刚正不阿包青天",
"洛阳市": "洛阳牡丹甲天下",
"default": "可否带我品尝河南烩面啦?"
},
"安徽省": "蚌埠住了,芜湖起飞",
"福建省": "井邑白云间,岩城远带山",
"江西省": "落霞与孤鹜齐飞,秋水共长天一色",
"山东省": "遥望齐州九点烟,一泓海水杯中泻",
"湖北省": {
"黄冈市": "红安将军县!辈出将才!",
"default": "来碗热干面~"
},
"湖南省": "74751,长沙斯塔克",
"广东省": {
"广州市": "看小蛮腰,喝早茶了嘛~",
"深圳市": "今天消费了吗?~",
"阳江市": "阳春合水~ 欢迎来玩~",
"default": "来两斤福建人~"
},
"广西壮族自治区": "桂林山水甲天下",
"海南省": "朝观日出逐白浪,夕看云起收霞光",
"四川省": "康康川妹子",
"贵州省": "茅台,学生,再塞200",
"云南省": "玉龙飞舞云缠绕,万仞冰川直耸天",
"西藏自治区": "躺在茫茫草原上,仰望蓝天",
"陕西省": "来份臊子面加馍",
"甘肃省": "羌笛何须怨杨柳,春风不度玉门关",
"青海省": "牛肉干和老酸奶都好好吃",
"宁夏回族自治区": "大漠孤烟直,长河落日圆",
"新疆维吾尔自治区": "驼铃古道丝绸路,胡马犹闻唐汉风",
"台湾省": "我在这头,大陆在那头",
"香港特别行政区": "永定贼有残留地鬼嚎,迎击光非岁玉",
"澳门特别行政区": "性感荷官,在线发牌",
"default": "带我去你的城市逛逛吧!"
},
"美国": "Let us live in peace!",
"日本": "よろしく,一緒に桜を見ませんか",
"俄罗斯": "干了这瓶伏特加!",
"法国": "C'est La Vie",
"德国": "Die Zeit verging im Fluge.",
"澳大利亚": "一起去大堡礁吧!",
"加拿大": "拾起一片枫叶赠予你",
"default": "带我去你的国家逛逛吧"
};

// 获取欢迎信息
const getGreeting = (country, province, city) => {
const countryGreeting = greetings[country] || greetings.default;
if (typeof countryGreeting === 'object') {
return countryGreeting[province]?.[city] || countryGreeting[province] || countryGreeting.default;
}
return countryGreeting;
};

// 显示欢迎信息
const showWelcome = (ipLocationData) => {
if (!ipLocationData || !ipLocationData.data) {
return showErrorMessage();
}

// 修改为你自己的经纬度
const myLng = 121.38206; //经度
const myLat = 31.11325; //维度

const { lng, lat, country, prov, city, district } = ipLocationData.data;
const dist = getDistance(myLng, myLat, lng, lat);
const ip = ipLocationData.ip.includes(":") ? "<br>好复杂,咱看不懂~(ipv6)" : ipLocationData.ip;
const pos = country === "中国" ? `${prov} ${city} ${district}` : country;
const posdesc = getGreeting(country, prov, city);

const timeChange = (() => {
const hour = new Date().getHours();
if (hour < 11) return "🌤️ 早上好,一日之计在于晨";
if (hour < 13) return "☀️ 中午好,记得午休喔~";
if (hour < 17) return "🕞 下午好,记得多喝水!";
if (hour < 19) return "🚶‍♂️ 即将下班,记得按时吃饭~";
return "🌙 晚上好,夜生活来咯!";
})();

const welcomeInfoElement = document.getElementById("welcome-info");
welcomeInfoElement.style.display = 'block'; // 改回块级显示
welcomeInfoElement.style.height = 'auto';

// 📌 您的IP为: <b><span>${ip}</span></b><br>
welcomeInfoElement.innerHTML = `
${timeChange} <br>
💖 欢迎来自 <b><span style="color: var(--kouseki-ip-color);font-size: var(--kouseki-gl-size)">${pos}</span></b> 的朋友。<br>
📏 您距博主约 <b><span style="color: var(--kouseki-ip-color)">${dist}</span></b> 公里!<br>
🍂 <b><span>${posdesc}</span></b><br>
`;
};

// 显示错误信息
const showErrorMessage = () => {
const welcomeInfoElement = document.getElementById("welcome-info");
welcomeInfoElement.style.display = 'block';
welcomeInfoElement.innerHTML = `
<p>获取IP信息失败,请检查网络.</p>
`;
};

// 处理 PJAX 完成事件
const handlePjaxComplete = () => {
insertAnnouncementComponent(); // 重新插入组件
if (isHomePage()) fetchIpInfo();
};

// 判断是否是首页
const isHomePage = () => {
return window.location.pathname === '/' || window.location.pathname === '/index.html';
};

// 初始化
const initialize = () => {
addStyles(); // 添加CSS样式
insertAnnouncementComponent(); // 插入组件
if (isHomePage()) {
fetchIpInfo(); // 获取 IP 信息并显示欢迎信息
}
document.addEventListener("pjax:complete", handlePjaxComplete);
};

window.onload = initialize;

修改配置

需要修改两个地方:

  • 获取IP地址时接口所需的API_KEY
  • 计算访客与博主距离时的经纬度坐标

获取API_KEY

注册青桔API,到密钥管理申请API_KEY即可,目前我们使用到的API是完全免费且无次数限制的。

替换https://api.76.al/api/ip/query?key=your_key这部分内容中的API_KEY

获取经纬度坐标

调用 经纬度信息查询接口 获取你的经纬度并替换

1
2
3
// 修改为你自己的经纬度  
const myLng = 121.38206; //经度
const myLat = 31.11325; //维度

引入自定义js

修改主题配置文件,引入自定义js

1
2
3
4
inject:
bottom:
# 自定义js
- <script src="/js/custom/visitor.js"></script>