Q: 如何在theme-plume 这样vuepress 主题中正确配置文章反应的表情包上方的reactionTitle呢? || Q: How to correctly configure the reactionTitle above the emoticon package of the article response in a vuepress theme like theme-plume? #2885
-
Describe the bug | 问题描述comment: { Website URL | 问题网站Where your waline deploy? | 服务部署在哪里?Vercel (Default) Where your comment data store? | 数据存储在哪里?LeanCloud(https://leancloud.app) Describe the bug | Problem descriptioncomment: { Website URL | Problem websiteWhere your waline deploy? | Where is the service deployed?Vercel (Default) Where your comment data store? | Where is the data stored?LeanCloud(https://leancloud.app) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
我也遇到了,下面两种方式都不行,也是 Plume 主题,Vercel 部署 comment: {
provider: 'Waline',
serverURL: 'https://waline.jursin.top/',
emoji: [
"https://jsd.akams.cn/gh/walinejs/emojis@1.4.0/bilibili",
"https://jsd.akams.cn/gh/walinejs/emojis@1.4.0/bmoji",
'https://jsd.akams.cn/gh/walinejs/emojis@1.4.0/qq',
'https://jsd.akams.cn/gh/walinejs/emojis@1.4.0/tieba',
"https://jsd.akams.cn/gh/walinejs/emojis@1.4.0/weibo",
'https://unpkg.com/@waline/emojis@1.2.0/tw-emoji',
'https://jsd.akams.cn/gh/norevi/waline-blobcatemojis@1.0/blobs',
'https://jsd.akams.cn/gh/walinejs/emojis@1.4.0/alus',
],
reaction: [
'https://npm.elemecdn.com/@waline/emojis@1.1.0/bilibili/bb_heart_eyes.png',
'https://npm.elemecdn.com/@waline/emojis@1.1.0/bilibili/bb_thumbsup.png',
'https://npm.elemecdn.com/@waline/emojis@1.1.0/bilibili/bb_zhoumei.png',
'https://npm.elemecdn.com/@waline/emojis@1.1.0/bilibili/bb_grievance.png',
'https://npm.elemecdn.com/@waline/emojis@1.1.0/bilibili/bb_dizzy_face.png',
'https://npm.elemecdn.com/@waline/emojis@1.1.0/bilibili/bb_slap.png',
],
locales: {
'/': {
placeholder: "请留言(审核通过后显示)",
reaction0: "非常有用",
reaction1: "有帮助",
reaction2: "一般",
reaction3: "无帮助",
reaction4: "看不懂",
reaction5: "有错误",
reactionTitle: "本页内容对您有帮助吗?",
sofa: "还没有人留言哦!快来抢沙发吧~",
comment: "留言",
}
},
},plugins: [
commentPlugin({
provider: 'Waline',
serverURL: 'https://waline.jursin.top/',
emoji: [
"https://jsd.akams.cn/gh/walinejs/emojis@1.4.0/bilibili",
"https://jsd.akams.cn/gh/walinejs/emojis@1.4.0/bmoji",
'https://jsd.akams.cn/gh/walinejs/emojis@1.4.0/qq',
'https://jsd.akams.cn/gh/walinejs/emojis@1.4.0/tieba',
"https://jsd.akams.cn/gh/walinejs/emojis@1.4.0/weibo",
'https://unpkg.com/@waline/emojis@1.2.0/tw-emoji',
'https://jsd.akams.cn/gh/norevi/waline-blobcatemojis@1.0/blobs',
'https://jsd.akams.cn/gh/walinejs/emojis@1.4.0/alus',
],
reaction: [
'https://npm.elemecdn.com/@waline/emojis@1.1.0/bilibili/bb_heart_eyes.png',
'https://npm.elemecdn.com/@waline/emojis@1.1.0/bilibili/bb_thumbsup.png',
'https://npm.elemecdn.com/@waline/emojis@1.1.0/bilibili/bb_zhoumei.png',
'https://npm.elemecdn.com/@waline/emojis@1.1.0/bilibili/bb_grievance.png',
'https://npm.elemecdn.com/@waline/emojis@1.1.0/bilibili/bb_dizzy_face.png',
'https://npm.elemecdn.com/@waline/emojis@1.1.0/bilibili/bb_slap.png',
],
locales: {
'/': {
placeholder: "请留言(审核通过后显示)",
reaction0: "非常有用",
reaction1: "有帮助",
reaction2: "一般",
reaction3: "无帮助",
reaction4: "看不懂",
reaction5: "有错误",
reactionTitle: "本页内容对您有帮助吗?",
sofa: "还没有人留言哦!快来抢沙发吧~",
comment: "留言",
}
},
}),
],I've also encountered this, and neither of the following methods works. It's also Plume theme and Vercel deployment. comment: {
provider: 'Waline',
serverURL: 'https://waline.jursin.top/',
emoji: [
"https://jsd.akams.cn/gh/walinejs/emojis@1.4.0/bilibili",
"https://jsd.akams.cn/gh/walinejs/emojis@1.4.0/bmoji",
'https://jsd.akams.cn/gh/walinejs/emojis@1.4.0/qq',
'https://jsd.akams.cn/gh/walinejs/emojis@1.4.0/tieba',
"https://jsd.akams.cn/gh/walinejs/emojis@1.4.0/weibo",
'https://unpkg.com/@waline/emojis@1.2.0/tw-emoji',
'https://jsd.akams.cn/gh/norevi/waline-blobcatemojis@1.0/blobs',
'https://jsd.akams.cn/gh/walinejs/emojis@1.4.0/alus',
],
reaction: [
'https://npm.elemecdn.com/@waline/emojis@1.1.0/bilibili/bb_heart_eyes.png',
'https://npm.elemecdn.com/@waline/emojis@1.1.0/bilibili/bb_thumbsup.png',
'https://npm.elemecdn.com/@waline/emojis@1.1.0/bilibili/bb_zhoumei.png',
'https://npm.elemecdn.com/@waline/emojis@1.1.0/bilibili/bb_grievance.png',
'https://npm.elemecdn.com/@waline/emojis@1.1.0/bilibili/bb_dizzy_face.png',
'https://npm.elemecdn.com/@waline/emojis@1.1.0/bilibili/bb_slap.png',
],
locales: {
'/': {
placeholder: "Please leave a message (displayed after approval)",
reaction0: "very useful",
reaction1: "helpful",
reaction2: "general",
reaction3: "Not helpful",
reaction4: "Can't understand",
reaction5: "There is an error",
reactionTitle: "Was the content on this page helpful to you?",
sofa: "No one has left a message yet! Come and grab the sofa~",
comment: "Leave a message",
}
},
},plugins: [
commentPlugin({
provider: 'Waline',
serverURL: 'https://waline.jursin.top/',
emoji: [
"https://jsd.akams.cn/gh/walinejs/emojis@1.4.0/bilibili",
"https://jsd.akams.cn/gh/walinejs/emojis@1.4.0/bmoji",
'https://jsd.akams.cn/gh/walinejs/emojis@1.4.0/qq',
'https://jsd.akams.cn/gh/walinejs/emojis@1.4.0/tieba',
"https://jsd.akams.cn/gh/walinejs/emojis@1.4.0/weibo",
'https://unpkg.com/@waline/emojis@1.2.0/tw-emoji',
'https://jsd.akams.cn/gh/norevi/waline-blobcatemojis@1.0/blobs',
'https://jsd.akams.cn/gh/walinejs/emojis@1.4.0/alus',
],
reaction: [
'https://npm.elemecdn.com/@waline/emojis@1.1.0/bilibili/bb_heart_eyes.png',
'https://npm.elemecdn.com/@waline/emojis@1.1.0/bilibili/bb_thumbsup.png',
'https://npm.elemecdn.com/@waline/emojis@1.1.0/bilibili/bb_zhoumei.png',
'https://npm.elemecdn.com/@waline/emojis@1.1.0/bilibili/bb_grievance.png',
'https://npm.elemecdn.com/@waline/emojis@1.1.0/bilibili/bb_dizzy_face.png',
'https://npm.elemecdn.com/@waline/emojis@1.1.0/bilibili/bb_slap.png',
],
locales: {
'/': {
placeholder: "Please leave a message (displayed after approval)",
reaction0: "very useful",
reaction1: "helpful",
reaction2: "general",
reaction3: "Not helpful",
reaction4: "Can't understand",
reaction5: "There is an error",
reactionTitle: "Was the content on this page helpful to you?",
sofa: "No one has left a message yet! Come and grab the sofa~",
comment: "Leave a message",
}
},
}),
], |
Beta Was this translation helpful? Give feedback.
-
|
你现在解决没 Have you solved it now |
Beta Was this translation helpful? Give feedback.
-
|
A new version has not been landed yet. I have 20+ open-source projects and it's a huge queue. |
Beta Was this translation helpful? Give feedback.
vuepress/ecosystem@72309e6
A new version has not been landed yet. I have 20+ open-source projects and it's a huge queue.