aso-cli 0.1.0 → 0.3.0
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 +87 -48
- package/cli/dist/cli.js +213 -159
- package/cli/dist/cli.js.map +4 -4
- package/cli/dist/dashboard-public/aso-sidebar-icon.png +0 -0
- package/cli/dist/dashboard-public/assets/index-C9Cq1ZYb.css +1 -0
- package/cli/dist/dashboard-public/assets/index-EguovmUL.js +23 -0
- package/cli/dist/dashboard-public/dashboard.jpg +0 -0
- package/cli/dist/dashboard-public/favicon.png +0 -0
- package/cli/dist/dashboard-public/index.html +3 -3
- package/cli/dist/dashboard-public/mcp.jpg +0 -0
- package/cli/dist/mcp.js +54 -35
- package/cli/dist/mcp.js.map +4 -4
- package/package.json +12 -6
- package/cli/dist/dashboard-public/assets/index-BtzyVl7h.js +0 -23
- package/cli/dist/dashboard-public/assets/index-CcqTg85O.css +0 -1
|
Binary file
|
|
Binary file
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<title>ASO Dashboard</title>
|
|
7
|
-
<
|
|
8
|
-
<
|
|
7
|
+
<link rel="icon" type="image/png" href="/favicon.png" />
|
|
8
|
+
<script type="module" crossorigin src="/assets/index-EguovmUL.js"></script>
|
|
9
|
+
<link rel="stylesheet" crossorigin href="/assets/index-C9Cq1ZYb.css">
|
|
9
10
|
</head>
|
|
10
11
|
<body>
|
|
11
12
|
<div id="root"></div>
|
|
12
|
-
<script src="/runtime-config.js"></script>
|
|
13
13
|
</body>
|
|
14
14
|
</html>
|
|
Binary file
|