sethyuan / logseq-plugin-luckysheet

Embed Luckysheet (spreadsheet) into Logseq.
MIT License
93 stars 5 forks source link

The sheet cannot be displayed #5

Closed baresibest closed 2 years ago

baresibest commented 2 years ago

Using logseq in LAN,and the sheet cannot be displayed I have installed .net 4.7

sethyuan commented 2 years ago

Luckysheet needs to fetch resource files from the internet, the resource files are then cached from there. You need to be sure you are connected to the internet at least the first time you use Luckysheet.

baresibest commented 2 years ago

oh...... Can I know what dependencies I need? The LAN environment cannot be changed

sethyuan commented 2 years ago

From what I observed, it tries to load below resources:

image

image

image

baresibest commented 2 years ago

I have upgraded to version 0.7, showing “读取数据错误”,and still Using logseq in LAN

sethyuan commented 2 years ago

我觉得你的问题仍然是没有办法通过网络获取Luckysheet运行所需的全部资源文件。这个问题不好解决,因为我看Luckysheet它就是这样加载的。

baresibest commented 2 years ago

应该是,应该是有些依赖吧。

red-co commented 2 years ago

我觉得你的问题仍然是没有办法通过网络获取Luckysheet运行所需的全部资源文件。这个问题不好解决,因为我看Luckysheet它就是这样加载的。

能把所需要的资源直接打包到插件文件夹里面吗?

sethyuan commented 2 years ago

@red-co 主要是Luckysheet自己的文件加载我控制不了,我发现它就是回去网上下载资源。目前没有找到好的方法能绕开。