zhangnaisong
2023-08-05 24d66c8d82b628a06e93dbb1abfea2049b3d45ab
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta name="renderer" content="webkit">
      <meta http-equiv="Cache-Control" content="no-siteapp"/>
      <meta content="yes" name="apple-mobile-web-app-capable" />
      <meta content="black" name="apple-mobile-web-app-status-bar-style" />
      <meta name="format-detection" content="telephone=no" />
      <meta name="apple-mobile-web-app-capable" content="yes" />
      <meta name="full-screen" content="yes">
      <meta name="x5-fullscreen" content="true">
    <link rel="shortcut icon" href="./asset/favicon.ico">
    <link rel="stylesheet" type="text/css" href="asset/prism.css">
    <title>vue-cropper</title>
  </head>
  <body>
    <div id="app"></div>
    <script src="asset/prism.js"></script>
    <script src="dist/build.js"></script>
  </body>
</html>