优化评论区细节
This commit is contained in:
+9
-1
@@ -307,8 +307,14 @@ const config: AskyConfig = {
|
||||
avatarUrl: 'https://cravatar.cn/avatar/',
|
||||
// 头像服务前缀(Gravatar 镜像)
|
||||
|
||||
showUa: true
|
||||
showUa: true,
|
||||
// 是否显示评论者的 UA 图标(OS / 浏览器)
|
||||
|
||||
showEmotion: true,
|
||||
// 是否启用 Twikoo 表情面板
|
||||
|
||||
emotionCdn: ''
|
||||
// Twikoo 表情 CDN,多个用英文逗号分隔(留空时读取 Twikoo 后台 EMOTION_CDN,仍为空则使用默认 OwO)
|
||||
},
|
||||
|
||||
/* ===== 杂七杂八 ===== */
|
||||
@@ -465,6 +471,8 @@ export interface AskyConfig {
|
||||
region?: string;
|
||||
avatarUrl?: string;
|
||||
showUa?: boolean;
|
||||
showEmotion?: boolean;
|
||||
emotionCdn?: string;
|
||||
};
|
||||
|
||||
/* ===== 杂七杂八 ===== */
|
||||
|
||||
Reference in New Issue
Block a user