isaced

Results 55 comments of isaced

定时拉取不环保,做成切回 App 的时候如果超过 10m 自动刷新一下吧,还得在设置里加个开关 对了还可以加个 Command+R 快捷键刷新

好提议 👍,客户端理论上可以实现,加个本地缓存层,但有个弊端是如果某段时间没打开过 App,这期间的内容还是漏了。 感觉较为理想的方式是在服务端进行统一缓存和存储,无论是否打开过 App 都能看到「历史最新」和「历史热门」贴,我比较倾向于这个方案,回头在 [Deno Depoly](https://deno.com/deploy) 搭一个。

等我有时间再测一下该问题,最近 tvOS 刷的比较少

> > 等我有时间再测一下该问题,最近 tvOS 刷的比较少 > > 可以等 TvOS 17 出了再看看(现在 ATV 可以当软路由了,可以折腾下,哈哈) 对,tvOS 17 支持网络扩展后方便很多

You can try on the text right click to select "Convert Text to Bezier" menu. oh,many points...

为什么不在原来的代码上修改呢?这样两份代码不好维护哦。 emlog 相关建议楼主新开一个仓库。

I am also looking for a way to query analytics data. Unfortunately, Apple does not currently open the relevant API.

No updates planned at this time. This project uses `openapi-generator-cli` to generate TypeScript code, but I found that it cannot generate code very well. There are many **type errors** and...

Regarding the mentioned TypeScript type error problem, an example: app_store_connect_api_2.2_openapi.json ``` ... "SubscriptionStatusUrlVersion" : { "type" : "string", "enum" : [ "V1", "V2", "v1", "v2" ] }, ... ``` Generated...

@grikomsn gently pinging for you to review this PR, Thanks.