html2wxml
1.0.0
Convert html files to files used by WeChat applet
Convert the following tags into view
body
, article
, aside
, ul
, li
, ol
, caption
, dd
, dl
, dt
, footer
, header
, nav
, section
, table
, thead
, tbody
, tr
, td
, th
, h1
, h2
, h3
, h4
, h5
, h6
, div
, p
Convert img
to image
Convert a
to navigator
Convert span
, s
, b
, i
, strong
to text
After the download and installation are successful, drag the HTML file that needs to be processed to the tool interface to automatically convert it, change the file name suffix to wxml
, and generate it into a wxml
folder at the same level as the current directory.
Interface preview
Temporarily support mac version
mac version