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

希望能够在编译结果上暴露js接口来使用 #19

Open
wildfire810 opened this issue Oct 26, 2024 · 5 comments
Open

希望能够在编译结果上暴露js接口来使用 #19

wildfire810 opened this issue Oct 26, 2024 · 5 comments

Comments

@wildfire810
Copy link

你好。目前在逐渐深度使用awtk中,对您这个技术方案非常敬仰。
有一个需求希望可以探讨一下。
我想把awtk-web的编译结果放到web页面里面,然后通过页面的js脚本开发。
目前的方式是先写好js脚本,然后编译到awtk-web里面,再把awtk-web整体嵌入到web页面,感觉会不太灵活。

您看呢?
费心了,感谢

@xianjimli
Copy link
Member

AWTK JS API 是有暴露出来的。比如下面的例子:

  • 先编译
./build_mac.sh examples/button/build.json all
  • 用编辑器打开下面的文件,AWTK API都在里面,后面一段是应用程序的代码
webroot/button/js/app.js

@wildfire810
Copy link
Author

非常感谢热心帮助

@wildfire810
Copy link
Author

有没有办法绕过预置的资源列表。直接从js层传递当前资源目录(编号、url)的方式,来管理资源呢?
想要嵌入到另一个系统里面,没有办法在编译awtk时指定好所有资源

@xianjimli
Copy link
Member

没太明白,你举个例子吧。我最近也打算把AWTK-WEB的编译脚本重构一下。

@xianjimli
Copy link
Member

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

2 participants