zuoez02/siyuan-plugin-system

fetch gitee 文件时报错

Closed this issue · 3 comments

这段代码返回的sc是 html,

        console.log('local plugin system not found, load online');
        return fetch('https://gitee.com/zuoez02/siyuan-plugin-system/raw/main/main.js', { cache: 'no-cache' }).then((res) => res.text()).then((sc) => {
            window.siyuanPluginScript = sc;
            eval(sc);
        });

切换到挂件版本的插件系统吧,下载挂件然后使用一下会自动替换的

ok了秀儿~ 谢谢~
ps: fetch获取不了js是什么原因?

原因: 没有登录,需要cookies