astrbot_help / config /popup.json
qa1145's picture
Upload 28 files
d347708 verified
{
"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"
}
}