File size: 1,399 Bytes
d347708
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "enabled": true,
  "id": "welcome-popup",
  "display": {
    "delay": 500,
    "autoCloseAfter": 0,
    "closeOnOutsideClick": true,
    "closeOnEscapeKey": true,
    "showCloseButton": true
  },
  "content": {
    "title": "友情链接",
    "html": "<p>以下是一些优质的公益站点推荐:</p><ul style=\"list-style: none; padding: 0;\"><li style=\"margin-bottom: 10px;\"><a href=\"https://proxy.pieixan.icu/\" target=\"_blank\" style=\"color: var(--primary); text-decoration: none; font-weight: 500;\">🔗 piexian的公益站</a></li><li style=\"margin-bottom: 10px;\"><a href=\"https://91vip.futureppo.top/\" target=\"_blank\" style=\"color: var(--primary); text-decoration: none; font-weight: 500;\">🔗 futureppo的公益站</a></li><li style=\"margin-bottom: 10px;\"><a href=\"https://ai.amethyst.ltd/\" target=\"_blank\" style=\"color: var(--primary); text-decoration: none; font-weight: 500;\">🔗 amethyst的公益站</a></li></ul>",
    "icon": "fas fa-link"
  },
  "buttons": [
    {
      "text": "我知道了",
      "type": "primary",
      "action": "close"
    },
    {
      "text": "不再显示",
      "type": "secondary",
      "action": "dismiss"
    }
  ],
  "storage": {
    "type": "localStorage",
    "key": "popup_dismissed",
    "expiresIn": 0
  },
  "showRules": {
    "maxShows": 0,
    "frequency": "once"
  }
}