主题默认使用了jsdelivr CDN加载登录界面,导致报错
main.ts:16 Failed to load plugin TypeError: Cannot read properties of undefined (reading 'add') at Qt (artalk-plugin-auth.js:2:36285) at main.ts:16:39
只需要在主题配置文件最下方修改CDN即可解决:
CDN: option: artalk_css: https://artalk.example/dist/Artalk.css artalk_js: https://artalk.example/dist/Artalk.js
主题默认使用了jsdelivr CDN加载登录界面,导致报错
main.ts:16 Failed to load plugin TypeError: Cannot read properties of undefined (reading 'add') at Qt (artalk-plugin-auth.js:2:36285) at main.ts:16:39只需要在主题配置文件最下方修改CDN即可解决:
CDN: option: artalk_css: https://artalk.example/dist/Artalk.css artalk_js: https://artalk.example/dist/Artalk.js