MiraiForum

    • 注册
    • 登录
    • 搜索
    • 热门
    • 最新
    • 未解决
    • 标签
    • 群组
    • 友情链接
    1. 主页
    2. imi-123
    3. 帖子
    • 资料
    • 关注 0
    • 粉丝 0
    • 主题 1
    • 帖子 69
    • 最佳 3
    • 有争议的 0
    • 群组 0

    imi-123 发布的帖子

    • RE: ChatLearning——让bot学会你的群聊

      @Koreyoshi 训练模型已经放进去了

      执行pip install espnet会有两个这样的错误
      warning: missing-index-doctype

      × The package index page being used does not have a proper HTML doctype declaration.
      ╰─> Problematic URL: http://pypi.douban.com/simple/ctc-segmentation/

      note: This is an issue with the page at the URL mentioned above.
      hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context.

      最后还会有一个这样的错误

      Downloading http://pypi.doubanio.com/packages/57/5b/b97ef096df6824ed12919d6bdf538d50a53b5db572c222b3b2413b08bbbd/espnet-0.6.0-py3-none-any.whl (6.2 kB)
      Collecting pytorch-wpe@ git+https://github.com/nttcslab-sp/dnn_wpe.git
      Cloning https://github.com/nttcslab-sp/dnn_wpe.git to c:\users\wz178\appdata\local\temp\pip-install-lzqg0bbe\pytorch-wpe_6030d65853444437a4c22766dce7d68e
      ERROR: Error [WinError 2] 系统找不到指定的文件。 while executing command git version
      ERROR: Cannot find command 'git' - do you have 'git' installed and in your PATH?

      pradyunsg created this issue in pypa/pip

      closed [DEPRECATION] Moving away from html5lib to html.parser #10825

      发布在 插件发布
      imi-123
      imi-123
    • RE: ChatLearning——让bot学会你的群聊

      @Koreyoshi 安装espnet出现了不一样的错误,但是我不知道怎么解决。一开始运行python demo_toolbox.py错误提示不是espnet,第一次和第二次提示的是另外的包,然后我用pip install安装了,第三次又变成espnet了,但安装espnet出错了

      发布在 插件发布
      imi-123
      imi-123
    • RE: ChatLearning——让bot学会你的群聊

      大佬那个克隆语音的项目看了教程弄到最后一步报错了,在网上找了半天都没找到解决方法,请求大佬帮助

      PS C:\MockingBird-main (1)\MockingBird-main> python demo_toolbox.py
      Traceback (most recent call last):
      File "C:\MockingBird-main (1)\MockingBird-main\demo_toolbox.py", line 2, in
      from toolbox import Toolbox
      File "C:\MockingBird-main (1)\MockingBird-main\toolbox_init_.py", line 6, in
      import ppg_extractor as extractor
      File "C:\MockingBird-main (1)\MockingBird-main\ppg_extractor_init_.py", line 8, in
      from .encoder.conformer_encoder import ConformerEncoder
      File "C:\MockingBird-main (1)\MockingBird-main\ppg_extractor\encoder\conformer_encoder.py", line 28, in
      from .subsampling import Conv2dNoSubsampling, Conv2dSubsampling
      File "C:\MockingBird-main (1)\MockingBird-main\ppg_extractor\encoder\subsampling.py", line 11, in
      from espnet.nets.pytorch_backend.transformer.embedding import PositionalEncoding
      ModuleNotFoundError: No module named 'espnet'

      之后我执行pip install espnet也出现了错误

      发布在 插件发布
      imi-123
      imi-123
    • RE: ChatLearning——让bot学会你的群聊

      @Koreyoshi 现在效果比之前好多了感觉,很强

      发布在 插件发布
      imi-123
      imi-123
    • RE: ChatLearning——让bot学会你的群聊

      @Koreyoshi 大佬辛苦了

      发布在 插件发布
      imi-123
      imi-123
    • RE: ChatLearning——让bot学会你的群聊

      @Koreyoshi 感觉训练出来的效果不是很好,可以直接用模型的声音吗

      发布在 插件发布
      imi-123
      imi-123
    • RE: ChatLearning——让bot学会你的群聊

      上传的音源可以删除或者被新上传的覆盖吗
      感觉我新上传的训练出来的声音和之前的一模一样
      明明音源是有很大区别的

      发布在 插件发布
      imi-123
      imi-123
    • RE: AutoGroup 折磨群友插件

      用骂我这个指令的时候出错了

      2022-03-05 16:11:01 W/AutoGroup: Exception in executing command [mirai:source:[10292],[86588854]]骂我 2
      io.ktor.network.sockets.ConnectTimeoutException: Connect timeout has expired [url=https://zuanbot.com/api.php?lang=zh_cn, connect_timeout=unknown ms]
      at io.ktor.client.features.HttpTimeoutKt.ConnectTimeoutException(HttpTimeout.kt:183)
      at io.ktor.client.engine.okhttp.OkUtilsKt.mapOkHttpException(OkUtils.kt:77)
      at io.ktor.client.engine.okhttp.OkUtilsKt.access$mapOkHttpException(OkUtils.kt:1)
      at io.ktor.client.engine.okhttp.OkHttpCallback.onFailure(OkUtils.kt:39)
      at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
      at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
      at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
      at java.base/java.lang.Thread.run(Unknown Source)
      Caused by: java.net.SocketTimeoutException: connect timed out
      at java.base/java.net.PlainSocketImpl.waitForConnect(Native Method)
      at java.base/java.net.PlainSocketImpl.socketConnect(Unknown Source)
      at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
      at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
      at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
      at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
      at java.base/java.net.Socket.connect(Unknown Source)
      at okhttp3.internal.platform.Platform.connectSocket(Platform.kt:128)
      at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:295)
      at okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:207)
      at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:226)
      at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106)
      at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74)
      at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255)
      at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32)
      at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
      at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95)
      at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
      at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)
      at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
      at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)
      at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
      at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
      at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:517)
      ... 3 more

      发布在 插件发布
      imi-123
      imi-123
    • RE: 百度bike--极其简陋的百科插件

      @daisy524 关了还是会有这样的错误
      截图中....

      DevTools listening on ws://127.0.0.1:51032/devtools/browser/b92f8280-0dae-4899-8cbe-a55cd073b56e
      [0304/122954.179:ERROR:command_buffer_proxy_impl.cc(125)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
      [0304/122954.803:INFO:CONSOLE(14)] "[Report Only] Refused to load the image 'http://baikebcs.bdimg.com/cms/static/baike-icon.svg' because it violates the following Content Security Policy directive: "default-src https: 'unsafe-inline' 'unsafe-eval' data: blob:". Note that 'img-src' was not explicitly set, so 'default-src' is used as a fallback.
      ", source: https://baike.baidu.com/item/ 俄罗斯/125568 (14)
      [0304/122955.536:INFO:CONSOLE(79)] "[Report Only] Refused to connect to 'wss://cstm.baidu.com/log/index' because it violates the following Content Security Policy directive: "default-src https: 'unsafe-inline' 'unsafe-eval' data: blob:". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback.
      ", source: https://bkssl.bdimg.com/static/wiki-common/pkg/wiki-common-base_bb9a6c9.js (79)
      [0304/122955.719:INFO:CONSOLE(91)] "[Report Only] Refused to connect to 'wss://cstm.baidu.com/baike/log' because it violates the following Content Security Policy directive: "default-src https: 'unsafe-inline' 'unsafe-eval' data: blob:". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback.
      ", source: https://bkssl.bdimg.com/static/wiki-common/pkg/wiki-common-base_bb9a6c9.js (91)
      [0304/122955.725:INFO:CONSOLE(79)] "[Report Only] Refused to connect to 'wss://cstm.baidu.com/log/index' because it violates the following Content Security Policy directive: "default-src https: 'unsafe-inline' 'unsafe-eval' data: blob:". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback.
      ", source: https://bkssl.bdimg.com/static/wiki-common/pkg/wiki-common-base_bb9a6c9.js (79)
      [0304/122956.036:ERROR:sdp_offer_answer.cc(2129)] Failed to set local offer sdp: The order of m-lines in subsequent offer doesn't match order from previous offer/answer.
      [0304/122956.171:ERROR:socket_manager.cc(128)] Failed to resolve address for stun.services.mozilla.com., errorcode: -105
      [0304/122956.172:ERROR:socket_manager.cc(128)] Failed to resolve address for stun.services.mozilla.com., errorcode: -105

      发布在 插件发布
      imi-123
      imi-123
    • RE: 百度bike--极其简陋的百科插件

      @imi-123 在 百度bike--极其简陋的百科插件 中说:

      @daisy524 感谢大佬,添加环境变量之后可以发出截图了,但是还是会出现错误

      截图中....

      DevTools listening on ws://127.0.0.1:58224/devtools/browser/0a9e2598-7ee6-4ea8-953f-af96a1d22c24
      [0304/120054.678:ERROR:command_buffer_proxy_impl.cc(125)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
      [0304/120054.965:INFO:CONSOLE(14)] "[Report Only] Refused to load the image 'http://baikebcs.bdimg.com/cms/static/baike-icon.svg' because it violates the following Content Security Policy directive: "default-src https: 'unsafe-inline' 'unsafe-eval' data: blob:". Note that 'img-src' was not explicitly set, so 'default-src' is used as a fallback.
      ", source: https://baike.baidu.com/item/ 飞机/70237 (14)
      [0304/120055.174:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.175:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.390:INFO:CONSOLE(79)] "[Report Only] Refused to connect to 'wss://cstm.baidu.com/log/index' because it violates the following Content Security Policy directive: "default-src https: 'unsafe-inline' 'unsafe-eval' data: blob:". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback.
      ", source: https://bkssl.bdimg.com/static/wiki-common/pkg/wiki-common-base_bb9a6c9.js (79)
      [0304/120055.513:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -100
      [0304/120055.514:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.524:INFO:CONSOLE(91)] "[Report Only] Refused to connect to 'wss://cstm.baidu.com/baike/log' because it violates the following Content Security Policy directive: "default-src https: 'unsafe-inline' 'unsafe-eval' data: blob:". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback.
      ", source: https://bkssl.bdimg.com/static/wiki-common/pkg/wiki-common-base_bb9a6c9.js (91)
      [0304/120055.528:INFO:CONSOLE(79)] "[Report Only] Refused to connect to 'wss://cstm.baidu.com/log/index' because it violates the following Content Security Policy directive: "default-src https: 'unsafe-inline' 'unsafe-eval' data: blob:". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback.
      ", source: https://bkssl.bdimg.com/static/wiki-common/pkg/wiki-common-base_bb9a6c9.js (79)
      [0304/120055.531:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.534:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.537:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.539:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.540:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.541:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.544:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.548:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.549:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.626:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.629:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -100
      [0304/120055.631:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -100
      [0304/120055.650:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.653:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.654:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.656:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.658:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.659:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.661:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.662:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.664:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.668:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -100
      [0304/120055.670:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.671:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.671:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.672:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.675:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.675:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.677:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.678:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.679:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.682:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.683:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.686:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -100
      [0304/120055.689:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -100
      [0304/120055.734:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.736:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.738:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.739:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.740:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.742:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -101
      [0304/120055.743:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -101
      [0304/120055.758:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/120055.790:ERROR:sdp_offer_answer.cc(2129)] Failed to set local offer sdp: The order of m-lines in subsequent offer doesn't match order from previous offer/answer.
      [0304/120055.811:ERROR:socket_manager.cc(128)] Failed to resolve address for stun.services.mozilla.com., errorcode: -105
      [0304/120055.811:ERROR:socket_manager.cc(128)] Failed to resolve address for stun.services.mozilla.com., errorcode: -105
      [0304/120056.656:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      {2E452737-BD66-49E6-4E31-5656CE9E6429}.jpg

      发布在 插件发布
      imi-123
      imi-123
    • RE: 百度bike--极其简陋的百科插件

      @daisy524 感谢大佬,添加环境变量之后可以发出截图了,但是还是会出现错误

      发布在 插件发布
      imi-123
      imi-123
    • RE: 百度bike--极其简陋的百科插件

      小白求助
      我把插件放在d盘会显示
      截图中....
      错误类型是 WebDriverException
      错误明细是 Message: 'chromedriver' executable needs to be in PATH. Please see https://chromedriver.chromium.org/home
      那个文件我已经放好在python目录下了,并且创建的py文件是可以打开百度的
      然后我把插件直接放在C盘python目录下,就可以发出图片了,但会出现一堆错误提示,,而且要很久才能发出图片
      并且有时候指令要发两遍才会有反应

      截图中....

      DevTools listening on ws://127.0.0.1:64957/devtools/browser/e8dccdf4-730b-4bd4-ac81-cc37bf1f8842
      [0304/001412.455:ERROR:command_buffer_proxy_impl.cc(125)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
      [0304/001413.014:INFO:CONSOLE(14)] "[Report Only] Refused to load the image 'http://baikebcs.bdimg.com/cms/static/baike-icon.svg' because it violates the following Content Security Policy directive: "default-src https: 'unsafe-inline' 'unsafe-eval' data: blob:". Note that 'img-src' was not explicitly set, so 'default-src' is used as a fallback.
      ", source: https://baike.baidu.com/item/ 乌龟/360557 (14)
      [0304/001413.932:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -101
      [0304/001413.933:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -101
      [0304/001414.695:INFO:CONSOLE(79)] "[Report Only] Refused to connect to 'wss://cstm.baidu.com/log/index' because it violates the following Content Security Policy directive: "default-src https: 'unsafe-inline' 'unsafe-eval' data: blob:". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback.
      ", source: https://bkssl.bdimg.com/static/wiki-common/pkg/wiki-common-base_bb9a6c9.js (79)
      [0304/001414.817:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/001414.828:INFO:CONSOLE(91)] "[Report Only] Refused to connect to 'wss://cstm.baidu.com/baike/log' because it violates the following Content Security Policy directive: "default-src https: 'unsafe-inline' 'unsafe-eval' data: blob:". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback.
      ", source: https://bkssl.bdimg.com/static/wiki-common/pkg/wiki-common-base_bb9a6c9.js (91)
      [0304/001414.833:INFO:CONSOLE(79)] "[Report Only] Refused to connect to 'wss://cstm.baidu.com/log/index' because it violates the following Content Security Policy directive: "default-src https: 'unsafe-inline' 'unsafe-eval' data: blob:". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback.
      ", source: https://bkssl.bdimg.com/static/wiki-common/pkg/wiki-common-base_bb9a6c9.js (79)
      [0304/001414.835:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/001414.837:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/001414.840:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/001414.842:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/001414.843:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/001414.847:ERROR:ssl_client_socket_impl.cc(995)] handshake failed; returned -1, SSL error code 1, net_error -103
      [0304/001424.610:INFO:CONSOLE(91)] "[Report Only] Refused to connect to 'wss://cstm.baidu.com/baike/log' because it violates the following Content Security Policy directive: "default-src https: 'unsafe-inline' 'unsafe-eval' data: blob:". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback.
      ", source: https://bkssl.bdimg.com/static/wiki-common/pkg/wiki-common-base_bb9a6c9.js (91)

      发布在 插件发布
      imi-123
      imi-123
    • 1
    • 2
    • 3
    • 4
    • 3 / 4