@qingtian/qtcli 1.0.3 → 1.0.4-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/dist/README.md +198 -0
- package/dist/favicon.ico +1 -0
- package/dist/index.html +279 -0
- package/dist/manifest.json +31 -0
- package/dist/package.json +200 -200
- package/dist/src/proxys/dev/index.js +1 -1
- package/package.json +1 -1
- package/dist/public/favicon.ico +0 -1
- package/dist/public/index.html +0 -23
- package/dist/public/manifest.json +0 -13
package/dist/public/index.html
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="zh-CN">
|
|
3
|
-
|
|
4
|
-
<head>
|
|
5
|
-
<meta charset="utf-8" />
|
|
6
|
-
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
8
|
-
<meta name="theme-color" content="#000000" />
|
|
9
|
-
<meta name="description" content="QTCli是一款基于node的前端工程化底座" />
|
|
10
|
-
<title>QTCli是一款基于node的前端工程化底座</title>
|
|
11
|
-
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
|
12
|
-
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
13
|
-
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" />
|
|
14
|
-
|
|
15
|
-
</head>
|
|
16
|
-
|
|
17
|
-
<body>
|
|
18
|
-
<noscript>您需要启用JavaScript才能运行此应用。</noscript>
|
|
19
|
-
<div id="root"></div>
|
|
20
|
-
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"></script>
|
|
21
|
-
</body>
|
|
22
|
-
|
|
23
|
-
</html>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"short_name": "qtcli",
|
|
3
|
-
"name": "@qingtian/qtcli",
|
|
4
|
-
"icons": [{
|
|
5
|
-
"src": "favicon.ico",
|
|
6
|
-
"sizes": "64x64 32x32 24x24 16x16",
|
|
7
|
-
"type": "image/x-icon"
|
|
8
|
-
}],
|
|
9
|
-
"start_url": ".",
|
|
10
|
-
"display": "standalone",
|
|
11
|
-
"theme_color": "#000000",
|
|
12
|
-
"background_color": "#ffffff"
|
|
13
|
-
}
|