UNPKG

@fxext/cli

Version:

fanxing miniapp cli

264 lines (263 loc) 5.31 kB
<!DOCTYPE html> <html lang="zh"> <head> <!--kugoubegin--> <meta charset="utf-8" /> <meta name="format-detection" content="telephone=no" /> <meta name="apple-touch-fullscreen" content="yes" /> <meta name="mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="apple-mobile-web-app-title" content="酷狗直播" /> <meta name="theme-color" content="#00cc77" /> <meta http-equiv="Content-Security-Policy" content="connect-src 'self' *.kugou.com wss:; default-src 'self'; block-all-mixed-content; img-src 'self' *.kgimg.com *.kugou.com; media-src 'none'; font-src 'self' *.kgimg.com; style-src 'self' *.kgimg.com 'unsafe-inline'; script-src 'self' *.kgimg.com *.kugou.com; frame-src https://fanxing.kugou.com https://mfanxing.kugou.com https://localhost:*; object-src 'none';" /> <link rel="dns-prefetch" href="https://s4fx.kgimg.com" /> <style> article, aside, details, figure, footer, header, hr, nav, section, summary { display: block; } a, hr { padding: 0; } a, button, input, select, textarea { margin: 0; } body, html { font-family: 'Microsoft YaHei', -apple-system-font, '黑体', 'Helvetica Neue', Helvetica, STHeiTi, sans-serif; -webkit-user-drag: none; } abbr, address, article, aside, audio, b, blockquote, body, body div, caption, cite, code, dd, del, details, dfn, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video { padding: 0; margin: 0; font-size: 100%; font-weight: 400; vertical-align: baseline; border: 0; background: 0 0; } input[type='checkbox'], th { vertical-align: bottom; } a, a:active, a:focus, button, button:active, input, input:focus, select, select:focus, textarea, textarea:focus { outline: 0; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } embed, img, object { max-width: 100%; } ul { list-style: none; } blockquote, q { quotes: none; } blockquote::after, blockquote::before, q::after, q::before { content: ''; content: none; } a { font-size: 100%; vertical-align: baseline; background: 0 0; } del { text-decoration: line-through; } abbr[title], dfn[title] { cursor: help; border-bottom: 1px dotted #000; } th { font-weight: 700; } td { font-weight: 400; vertical-align: top; } hr { height: 1px; margin: 1em 0; border: 0; border-top: 1px solid #ccc; } input, select { vertical-align: middle; } pre { white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; } input[type='radio'] { vertical-align: text-bottom; } .ie7 input[type='checkbox'] { vertical-align: baseline; } .ie6 input { vertical-align: text-bottom; } input, select, textarea { font: 99% sans-serif; } table { border-spacing: 0; border-collapse: collapse; font: 100%; font-size: inherit; } small { font-size: 85%; } strong { font-weight: 700; } td, td img { vertical-align: top; } sub, sup { position: relative; font-size: 75%; line-height: 0; } sup { top: -0.5em; } sub { bottom: -0.25em; } code, kbd, pre, samp { font-family: monospace, sans-serif; } .clickable, button, input[type='button'], input[type='file'], input[type='submit'], label { cursor: pointer; } button, input[type='button'] { width: auto; overflow: visible; } </style> <title>酷狗直播</title> </head> <body> <div id="main"></div> <script src="https://s4fx.kgimg.com/pub2/fx-ext/<%= htmlWebpackPlugin.options.sdkVersion %>/<%= htmlWebpackPlugin.options.loadSdkType %>.js"></script> <!--kugouend--> </body> </html>