koishijs / webui

WebUI plugins for Koishi
https://koishi.online
GNU Affero General Public License v3.0
29 stars 14 forks source link

Bug: 页面无内容 #82

Closed idranme closed 1 year ago

idranme commented 1 year ago

浏览器控制台报错:

Uncaught SyntaxError: The requested module '/vite/@fs/C:/Users/00000/project/node_modules/xss/lib/index.js?v=847f79c3' does not provide an export named 'default' (at index.js?v=847f79c3:3:8)

image

复现:

image

"dependencies": {
    "@koishijs/plugin-adapter-discord": "^3.4.2",
    "@koishijs/plugin-adapter-feishu": "^1.1.1",
    "@koishijs/plugin-adapter-kook": "^3.5.2",
    "@koishijs/plugin-adapter-onebot": "^5.5.4",
    "@koishijs/plugin-adapter-telegram": "^3.6.5",
    "@koishijs/plugin-admin": "^1.1.5",
    "@koishijs/plugin-analytics": "^1.0.0",
    "@koishijs/plugin-bind": "^1.3.2",
    "@koishijs/plugin-commands": "^2.3.0",
    "@koishijs/plugin-console": "^5.1.6",
    "@koishijs/plugin-database-sqlite": "^3.2.3",
    "@koishijs/plugin-dataview": "^2.2.0",
    "@koishijs/plugin-help": "^2.0.2",
    "@koishijs/plugin-insight": "^3.2.0",
    "@koishijs/plugin-locales": "^2.1.1",
    "@koishijs/plugin-logger": "^2.2.0",
    "@koishijs/plugin-market": "^1.8.10",
    "@koishijs/plugin-rate-limit": "^1.2.4",
    "@koishijs/plugin-sandbox": "^2.5.2",
    "@koishijs/plugin-status": "^7.0.1",
    "koishi": "^4.11.2",
    "koishi-plugin-assets-local": "^3.0.0",
    "koishi-plugin-desktop": "^0.0.3",
    "koishi-plugin-gocqhttp": "^3.2.1",
    "koishi-plugin-puppeteer": "^3.3.0"
}
shigma commented 1 year ago

已修复,请更新 console 和 client 到最新版本。

idranme commented 1 year ago

已修复,请更新 console 和 client 到最新版本。

好诶

idranme commented 1 year ago

@shigma 问题依旧存在。

"dependencies": {
    "@koishijs/plugin-adapter-discord": "^3.4.2",
    "@koishijs/plugin-adapter-feishu": "^1.1.1",
    "@koishijs/plugin-adapter-kook": "^3.5.2",
    "@koishijs/plugin-adapter-onebot": "^5.5.4",
    "@koishijs/plugin-adapter-telegram": "^3.6.5",
    "@koishijs/plugin-admin": "^1.1.5",
    "@koishijs/plugin-analytics": "^1.0.0",
    "@koishijs/plugin-bind": "^1.3.2",
    "@koishijs/plugin-commands": "^2.3.0",
    "@koishijs/plugin-console": "^5.1.9",
    "@koishijs/plugin-database-sqlite": "^3.2.3",
    "@koishijs/plugin-dataview": "^2.2.0",
    "@koishijs/plugin-help": "^2.0.2",
    "@koishijs/plugin-insight": "^3.2.0",
    "@koishijs/plugin-locales": "^2.1.1",
    "@koishijs/plugin-logger": "^2.2.0",
    "@koishijs/plugin-market": "^1.8.10",
    "@koishijs/plugin-rate-limit": "^1.2.4",
    "@koishijs/plugin-sandbox": "^2.5.2",
    "@koishijs/plugin-status": "^7.0.1",
    "koishi": "^4.11.2",
    "koishi-plugin-assets-local": "^3.0.1",
    "koishi-plugin-desktop": "^0.0.3",
    "koishi-plugin-gocqhttp": "^3.2.1",
    "koishi-plugin-puppeteer": "^3.3.2"
}
shigma commented 1 year ago

已经发现了。在研究。

idranme commented 1 year ago

嗯呐

shigma commented 1 year ago

再试一次?

idranme commented 1 year ago

再试一次?

解决了

shigma commented 1 year ago

感谢反馈和 PR(虽然没用上)

idranme commented 1 year ago

🥰