首页 > App

html文件封装成App,vue,uniapp,react,angular开发h5页面

2023-12-15 浏览: 45

创建App,打开网址:https://www.appbsl.cn/encapsulationApp/%20

选择初级版本,年限七天免费,网址随便输入一个。

配置页里面找到“本地资源上传”,把离线的zip上传即可

本地资源如何配置

配置文件名replace.txt文件,建好文件存在包根目录即可。

注意:包内文件目录与文件名不能有任何中文。有是无法使用的。

replace.txt文件如何写

文件内容为:

{

“拦截网址”:“本地文件”,

}

如:

打开http://www.baidu.com读取本地的index.html,打开http://www.sina.com读取本地test.html

{

"http://www.baidu.com":"index.html",

"http://www.sina.com":"test.html",

}

标签: html文件封装成App vue uniapp react angular开发h5页面