scoful / N-Tab

浏览器插件,《标签管理工具,替代OneTab》,支持Chrome和Edge
https://chrome.google.com/webstore/detail/cloudskymonster/niahhcandihcfbamcfhikgojghnnfjan
ISC License
409 stars 45 forks source link

问题: gist的token没有同步 #42

Closed capsiamese closed 5 months ago

capsiamese commented 8 months ago

我有两台电脑,一台从chrome商店下载了拓展,填写了gist同步, 然后在另一台电脑上再下载扩展,这个时候gist的token没有同步。

两台电脑的chrome登陆的相同账号。

scoful commented 8 months ago

@capsiamese 那个token安全起见,我没有上传给谷歌的,是存在本地的,另一个电脑也手动配置一下token就可以拉取数据了,相当于git的push和pull

capsiamese commented 8 months ago

只填了github的token并且开启了自动同步并保存了,但是实际上并没有自动同步。看日志只有同步到gitee的。

scoful commented 8 months ago

是的,设计的有2个同步 1个是基于增删改的基础上,立马触发同步gitee,没加上github是考虑网络和速度问题,求快; 1个是每隔XX时间就同步github(90min)和gitee(70min),假如2个都配置了token的话,求稳;

capsiamese commented 8 months ago

如果只配置了github的是不会同步的吗?90分钟也没有同步github的。这个时间太久了,扩展的service worker不是一直可用的。

scoful commented 8 months ago
capsiamese commented 8 months ago

最好多加点选项, 可以自定义。