19 lines
469 B
HTML
19 lines
469 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
|
|
<head>
|
|
<title>天气查询 - 插件</title>
|
|
<meta charset="utf-8" />
|
|
<script src="https://unpkg.com/pinyin-pro"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<script src="./enum.js"></script> <!-- 枚举数据 -->
|
|
<script src="../static/utils/axios.js"></script>
|
|
<script src="../static/utils/common.js"></script>
|
|
<script src="../static/plugin.js"></script>
|
|
<script src="./utils/weatherService.js"></script>
|
|
<script src="index.js"></script>
|
|
</body>
|
|
|
|
</html> |