Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

taro 支持 微信小程序 分栏模式 #16636

Closed
ToQuery opened this issue Sep 29, 2024 · 2 comments
Closed

taro 支持 微信小程序 分栏模式 #16636

ToQuery opened this issue Sep 29, 2024 · 2 comments

Comments

@ToQuery
Copy link

ToQuery commented Sep 29, 2024

这个特性解决了什么问题?

可以使小程序更好的适配 PC 端

这个 API 长什么样?

https://developers.weixin.qq.com/miniprogram/dev/framework/view/frameset.html

@hanjin001
Copy link

taro 是支持这个的。

微信文档要求是在 app.json 配置。

{
  "resizable": true,
  "frameset": true
 }

而对应的 taro 是在 src/app.config.ts 或者src/app.config.js 文件中配置,最终编译后的配置项会在 app.json 中的。所以是支持的。

image

This was referenced Oct 5, 2024
@ToQuery
Copy link
Author

ToQuery commented Oct 11, 2024

TS2353: Object literal may only specify known properties, and frameset does not exist in type AppConfig

@taro-bot2 taro-bot2 bot removed the to be closed label Oct 15, 2024
@taro-bot2 taro-bot2 bot closed this as completed Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants