[x] I confirm that this is an issue rather than a question.
Bug report
Well, I've found a small bug with option API: messages
What is actually happening?
Well, as you see below, I'm using the same configuration but the message (used to show site title) changed from English to Chinese unexpectedly:
Other relevant information
Here is my configuration if you want:
module.exports = {
plugins: [
'reading-progress',
['@vuepress-reco/vuepress-plugin-kan-ban-niang',
{
messages: {
welcome: "Welcome to my site",
home: "You are the apple of my eye and I want to bring you home",
theme: "OK, I hope you love my other friends",
close: "I will miss you. Come back soon",
info: "Do you want to know more about me?"
}
},],
['@vuepress-reco/vuepress-plugin-bgm-player',
{
audios: [
{
name: 'Doraemon No Uta',
artist: 'KUMIKO OUSUGI',
url: '<iframe src="https://www.nhaccuatui.com/mh/auto/vvyHODu910KS" width="620" height="382" frameborder="0" allowfullscreen allow="autoplay"></iframe>',
cover: 'https://gitlab.com/LocTran016/notice/-/raw/master/.vuepress/public/avatar.jpg',
},
]
}],
],
}
Your OS: Mac OS X 10.11.6
Node.js version: 14.18.0
VuePress version: 1.5.4
vuepress-plugin-kan-ban-niang version: 1.0.5
Which package manager did you use for the install(npm/cnpm/yarn)? yarn
Bug report
Well, I've found a small bug with option API:
messages
What is actually happening?
Well, as you see below, I'm using the same configuration but the message (used to show site title) changed from English to Chinese unexpectedly:
Other relevant information
Here is my configuration if you want: