oceanpress 1.0.12 → 1.0.13
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/CLAUDE.md +4 -0
- package/dist/assets/{index-SyBTrsYP.js → index-C2pqUSpO.js} +19 -19
- package/dist/assets/steps-D7njNjRB.js +2191 -0
- package/dist/index.html +1 -1
- package/dist-cli/cli.js +598 -415
- package/dist-cli/cli.js.map +1 -1
- package/package.json +17 -1
- package/dist/assets/steps-Cpyl02WI.js +0 -2030
package/dist/index.html
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
<title>OceanPress</title>
|
|
9
9
|
<meta name="description" content="这是一款从思源笔记本 生成一个静态站点的工具" />
|
|
10
10
|
<meta property="og:description" content="这是一款从思源笔记本 生成一个静态站点的工具" />
|
|
11
|
-
<script type="module" crossorigin src="./assets/index-
|
|
11
|
+
<script type="module" crossorigin src="./assets/index-C2pqUSpO.js"></script>
|
|
12
12
|
</head>
|
|
13
13
|
|
|
14
14
|
<body>
|