Lete
Lete
我先来 博客地址: https://blog.imlete.cn
> 目前导入本地配置文件的步骤为“配置-加号-文件-浏览文件-三个点-导入”,然后选取配置文件之后“返回-保存”才算结束。 我的直接本地文件保存不了 直接报:profile dies or proxy-providerss not contain proxi
```js var a = 1 if(a == 1 && ++a == 2 && ++a == 3){ console.log(1); } ```
可以试试这个 [Lete114/CardLink](https://github.com/Lete114/CardLink)
关于 IP : https://github.com/orgs/deta/discussions/282
我使用 Service Workers 写了一个与 jsdelivr-auto-fallback 类似功能的项目 [SW-Racing](https://github.com/Lete114/SW-Racing),你可以试试这个,也许会对你有帮助😁
这是demo测试: [https://lete114.github.io/SW-Racing/](https://lete114.github.io/SW-Racing/)
> @Lete114 用 Service Worker 的还有这个项目,https://github.com/EtherDream/freecdn 可以参考下。 这个项目在很早前我就知道了,我觉得这个太杂了(东西太多),看都看不懂怎么用,于是我就自己写了 感兴趣的可以看我这篇文章 [使用Service Worker优选请求资源](https://blog.imlete.cn/article/Service-Worker-Preferred-Request-Resource.html),文章结尾出的sw.js于我博客同步使用同一个,实时更新我最新的sw修改
freecdn 我是真的看不明白使用方法
> 你的博客有用到 SW-Racing 吧?为什么不用梯子加载不了评论,用梯子才能看到评论。 请确认下。 谢谢提醒,我的博客sw注册代码似乎出现了点问题