We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bc4b0 commit 4cf10ffCopy full SHA for 4cf10ff
public/index.html
@@ -178,7 +178,7 @@
178
ph: '快来评论呀',
179
serverURLs: ipts[0].value,
180
path: ipts[1].value,
181
- emotCDN: 'https://cdn.jsdelivr.net/npm'
+ emotCDN: 'https://cdn.jsdelivr.net/npm/[email protected]'
182
})
183
}
184
</script>
src/client/lib/emot.js
@@ -153,7 +153,7 @@ const key = [
153
]
154
155
export default (emotCDN) => {
156
- emotCDN = (emotCDN || 'https://unpkg.com').replace(/\/$/, '') + `/discuss@${version}/assets/emot/`
+ emotCDN = (emotCDN || `https://lib.baomitu.com/discuss/${version}`).replace(/\/$/, '') + '/assets/emot/'
157
const items = {}
158
for (const i of key) items[i] = emotCDN + i + '.png'
159
return {
0 commit comments