anzhiyu主题添加来访者卡片

声明:本教程是基于青桔dalao的添加来访者卡片修改而来,本人只做了一点微小的工作,并且对前端技术完全不了解,如使用过程中出现任何问题,请自行解决🐶

效果

教程

  1. 创建custom.jsthemes\anzhiyu\source\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
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    // 进行 fetch 请求
    fetch('https://api.76.al/api/ip/query?key=你的key') //申请key:https://api.76.al
    .then(response => {
    if (!response.ok) {
    throw new Error('Network response was not ok');
    }
    return response.json();
    })
    .then(data => {
    ipLocation = data;
    if (isHomePage()) {
    showWelcome();
    }
    })
    .catch(error => console.error('Error:', error));

    function getDistance(e1, n1, e2, n2) {
    const R = 6371;
    const { sin, cos, asin, PI, hypot } = Math;
    let getPoint = (e, n) => {
    e *= PI / 180;
    n *= PI / 180;
    return { x: cos(n) * cos(e), y: cos(n) * sin(e), z: sin(n) };
    };

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

    function showWelcome() {
    if (!ipLocation || !ipLocation.data) {
    console.error('ipLocation data is not available.');
    return;
    }

    let dist = getDistance(121.413921, 31.089290, ipLocation.data.lng, ipLocation.data.lat); // 修改自己的经度(121.413921)纬度(31.089290)
    let pos = ipLocation.data.country;
    let ip = ipLocation.ip;
    let posdesc;

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

    // 根据本地时间切换欢迎语
    let timeChange;
    let date = new Date();
    if (date.getHours() >= 5 && date.getHours() < 11) timeChange = "<span>🌤️ 早上好,一日之计在于晨</span>";
    else if (date.getHours() >= 11 && date.getHours() < 13) timeChange = "<span>☀️ 中午好,记得午休喔~</span>";
    else if (date.getHours() >= 13 && date.getHours() < 17) timeChange = "<span>🕞 下午好,饮茶先啦!</span>";
    else if (date.getHours() >= 17 && date.getHours() < 19) timeChange = "<span>🚶‍♂️ 即将下班,记得按时吃饭~</span>";
    else if (date.getHours() >= 19 && date.getHours() < 24) timeChange = "<span>🌙 晚上好,夜生活嗨起来!</span>";
    else timeChange = "夜深了,早点休息,少熬夜";

    let welcomeInfoElement = document.getElementById("welcome-info");

    if (welcomeInfoElement) {
    welcomeInfoElement.innerHTML =
    `欢迎来自 <b><span style="color: var(--efu-main)">${pos}</span></b> 的小友💖<br>${posdesc}🍂<br>当前位置距博主约 <b><span style="color: var(--efu-main)">${dist}</span></b> 公里!<br>您的IP地址为:<b><span style="font-size: 15px;">${ip}</span></b><br>${timeChange} <br>`;
    } else {
    console.log("Pjax无法获取元素");
    }
    }

    function createcard(){
    const asideContent = document.getElementById('aside-content');
    const container1 = asideContent.querySelector('.card-widget.card-info');
    const container2 = asideContent.querySelector('.sticky_layout');

    const card = document.createElement('div');
    card.className = 'nosticky_layout';
    const widget = document.createElement('div');
    widget.className = 'card-widget';
    const icon = document.createElement('i');
    icon.className = 'fas fa-location-dot';
    icon.style.marginLeft = '5px';

    const title = document.createElement('span');
    title.textContent = ' 来访者';
    title.style.fontWeight = 'bold';

    const content = document.createElement('div');
    content.id = 'welcome-info'

    card.appendChild(widget);
    widget.appendChild(icon);
    widget.appendChild(title);
    widget.appendChild(content);

    // 插入卡片
    container1.parentNode.insertBefore(card, container2);
    }

    function handlePjaxComplete() {
    if (isHomePage()) {
    createcard();
    showWelcome();
    }
    }

    function isHomePage() {
    return window.location.pathname === '/' || window.location.pathname === '/index.html';
    }

    window.onload = function () {
    if (isHomePage()) {
    createcard();
    showWelcome();
    }
    document.addEventListener("pjax:complete", handlePjaxComplete);
    };
  2. 梨酱api申请apikey并替换custom.js你的key

  3. 查询自己的经纬度,并在custom.js第39行进行修改

  4. 在主题配置文件中找到inject项,填入如下内容

    1
    2
    3
    inject:
    head:
    - <script defer pjax src="/js/custom.js"></script>
  5. 一键三连,END