Skip to content

Instantly share code, notes, and snippets.

@axetroy
Last active April 17, 2025 03:14
Show Gist options
  • Save axetroy/ac0f946983fdb9e687a80fcd771aa487 to your computer and use it in GitHub Desktop.
Save axetroy/ac0f946983fdb9e687a80fcd771aa487 to your computer and use it in GitHub Desktop.
网页版的小程序方案

我们需要有一个小程序的方案,既要求支持网页版,也支持客户端

同时不能是基于 webview/iframe 的方案实现的

可以参考小程序。

模版文件 + js 的形式

模版文件定义页面,而 js 运行在 worker 中

但这样的坏处就是,没发使用 web 丰富的组件了,这种方案,是有点丑陋的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment