Qifeng

Results 2 issues of Qifeng

当我根据文档要求,输入`yuque-exporter --token=`(Token我已经修改成为了自己的信息,这里为了信息安全将其隐藏)的时候出现如下报错信息。 ![image](https://github.com/atian25/yuque-exporter/assets/49386259/402cd918-6c9f-49af-9281-33f2b00185e7) 跟随报错信息,一直找到`dist/config.js`,发现了一个比较疑惑的地方。具体信息如图所示。这也就是说yuque token是从环境变量`YUQUE_TOKEN`中获取的,所以直接通过` --token=`并不能够让程序真正地读取到Token信息,所以需要设置环境变量后再运行。 亲身实践,添加环境变量后成功运行。 ![image](https://github.com/atian25/yuque-exporter/assets/49386259/4689e970-acd0-418f-9e8e-ab31d3bb42d7) --------- 个人能力有限,做不了修改,所以希望有志之人来修改加入一个Pull requests

![WindowsTerminal_eHWRX5IQsq](https://github.com/Shiaoming/ALIKED/assets/49386259/f86b36ee-60a6-44b0-b351-d9f23f0de8ac) I wonder what is the reason for this problem? Usually, this problem is caused by a failure to bind successfully. But since the code has been around for a...