showdoc icon indicating copy to clipboard operation
showdoc copied to clipboard

runapi 客户端必须要联网,是为了什么

Open shaonianlang-ooo opened this issue 3 years ago • 10 comments

shaonianlang-ooo avatar Feb 19 '22 06:02 shaonianlang-ooo

因为做纯离线版要付出额外开发精力。所以只支持联网版,不用花太多精力设计本地存储和同步一致性问题。

shaonianlang-ooo @.***>于2022年2月19日 周六下午2:28写道:

— Reply to this email directly, view it on GitHub https://github.com/star7th/showdoc/issues/1604, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQZHLQGKZIR6XS43523TZLU342AVANCNFSM5O2BG45Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

star7th avatar Feb 19 '22 06:02 star7th

我在本地搭建了一套showdoc 服务端,连接本地的数据,还需要联网吗?联网是将项目API上传互联网吗?

shaonianlang-ooo avatar Feb 19 '22 06:02 shaonianlang-ooo

showdoc程序可以离线使用。runapi需要联网。联网只是加载runapi程序本身服务,不会把你的私密数据上传到公网,是生成到私有showdoc

shaonianlang-ooo @.***>于2022年2月19日 周六下午2:35写道:

我在本地搭建了一套showdoc 服务端,连接本地的数据,还需要联网吗?联网是将项目API上传互联网吗?

— Reply to this email directly, view it on GitHub https://github.com/star7th/showdoc/issues/1604#issuecomment-1045883279, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQZHLXBIK67AZ4FHOUJTSTU342ZXANCNFSM5O2BG45Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

star7th avatar Feb 19 '22 06:02 star7th

加载runapi程序本身服务,是为了升级?

shaonianlang-ooo avatar Feb 19 '22 06:02 shaonianlang-ooo

runapi就是个打包成客户端的网站。就这么简单。网站就是要联网的。

shaonianlang-ooo @.***>于2022年2月19日 周六下午2:40写道:

加载runapi程序本身服务,是为了升级?

— Reply to this email directly, view it on GitHub https://github.com/star7th/showdoc/issues/1604#issuecomment-1045889540, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQZHLXI4OBEN3C6T3JC7JLU343ORANCNFSM5O2BG45Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

star7th avatar Feb 19 '22 06:02 star7th

就像你打开github也要联网一样

Chen Xing @.***>于2022年2月19日 周六下午2:42写道:

runapi就是个打包成客户端的网站。就这么简单。网站就是要联网的。

shaonianlang-ooo @.***>于2022年2月19日 周六下午2:40写道:

加载runapi程序本身服务,是为了升级?

— Reply to this email directly, view it on GitHub https://github.com/star7th/showdoc/issues/1604#issuecomment-1045889540, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQZHLXI4OBEN3C6T3JC7JLU343ORANCNFSM5O2BG45Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

star7th avatar Feb 19 '22 06:02 star7th

非常感谢作者。今天遇到了一个问题,可能是showdoc的网站受到了攻击,导致网页打开非常慢,这种情况在刚才9点以后恢复了。 但是runapi依旧无法加载。

我遇到的问题是,runapi打不开的情况下,虽然我可以打开私有网站进行查看文档,但是确无法编辑。

提示“runapi项目请在runapi客户端编辑”。

所以,如果有可能,还是把runapi做成离线吧。

如果是用electron写的客户端的话,其实也可以考虑把这部分需要下载的页面内容也做到服务器端。

最后,非常感谢作者,作为一个自由职业的码农,这个工具让我省了非常多的精力。

zzkkss avatar Apr 01 '22 01:04 zzkkss

后面探索下做离线版吧。这个主要看开发成本。复杂的话我就不弄了。

zzkkss @.***>于2022年4月1日 周五上午9:12写道:

非常感谢作者。今天遇到了一个问题,可能是showdoc的网站受到了攻击,导致网页打开非常慢,这种情况在刚才9点以后恢复了。 但是runapi依旧无法加载。

我遇到的问题是,runapi打不开的情况下,虽然我可以打开私有网站进行查看文档,但是确无法编辑。

提示“runapi项目请在runapi客户端编辑”。

所以,如果有可能,还是把runapi做成离线吧。

如果是用electron写的客户端的话,其实也可以考虑把这部分需要下载的页面内容也做到服务器端。

最后,非常感谢作者,作为一个自由职业的码农,这个工具让我省了非常多的精力。

— Reply to this email directly, view it on GitHub https://github.com/star7th/showdoc/issues/1604#issuecomment-1085290955, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQZHLSM4DJZHL5NEQAZIU3VCZEONANCNFSM5O2BG45Q . You are receiving this because you commented.Message ID: @.***>

star7th avatar Apr 01 '22 01:04 star7th

非常感谢作者。今天遇到了一个问题,可能是showdoc的网站受到了攻击,导致网页打开非常慢,这种情况在刚才9点以后恢复了。 但是runapi依旧无法加载。

我遇到的问题是,runapi打不开的情况下,虽然我可以打开私有网站进行查看文档,但是确无法编辑。

提示“runapi项目请在runapi客户端编辑”。

所以,如果有可能,还是把runapi做成离线吧。

如果是用electron写的客户端的话,其实也可以考虑把这部分需要下载的页面内容也做到服务器端。

最后,非常感谢作者,作为一个自由职业的码农,这个工具让我省了非常多的精力。

还有就是,对于runapi无法加载的问题,你可以尝试点击左上角的 窗口——刷新页面以更新缓存。我需要看一下日志是不是曾挂过。毕竟我打开发现是好的,同时也没有其他人反馈挂了。

star7th avatar Apr 01 '22 01:04 star7th

现在win版runapi已经支持离线内网使用。到这个页面重新下载安装 https://www.showdoc.com.cn/runapi/30291

star7th avatar Apr 25 '22 01:04 star7th