wox-cli
Version:
scaffold for create component, toolkit and so on
17 lines (16 loc) • 677 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no,viewport-fit=cover">
<meta name="x5-fullscreen" content="true"> <!-- QQ强制全屏 -->
<meta name="full-screen" content="yes"> <!-- UC强制全屏 -->
<meta name="apple-mobile-web-app-capable" content="yes" /> <!-- 启用 WebApp 全屏模式 -->
<title><%= htmlWebpackPlugin.options.title %></title>
<script src="https://ssl.captcha.qq.com/TCaptcha.js"></script>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>