21 lines
461 B
HTML
21 lines
461 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
<title>夜色社区Api调试工具</title>
|
|
<style>
|
|
textarea,
|
|
input,
|
|
button,
|
|
.el-popover--plain{
|
|
-webkit-app-region: no-drag;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body style="-webkit-app-region: drag">
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|