@modern-js/main-doc 0.0.0-next-1681151526873 → 0.0.0-next-1681194540734
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/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# @modern-js/main-doc
|
|
2
2
|
|
|
3
|
-
## 0.0.0-next-
|
|
3
|
+
## 0.0.0-next-1681194540734
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- Updated dependencies [
|
|
8
|
-
- Updated dependencies [
|
|
9
|
-
- @modern-js/builder-doc@0.0.0-next-
|
|
7
|
+
- Updated dependencies [1feacdc7d6]
|
|
8
|
+
- Updated dependencies [348306d413]
|
|
9
|
+
- @modern-js/builder-doc@0.0.0-next-1681194540734
|
|
10
10
|
|
|
11
11
|
## 2.12.0
|
|
12
12
|
|
|
@@ -173,10 +173,6 @@ In the application root directory, create the `config/html/` directory, which su
|
|
|
173
173
|
<%= meta %>
|
|
174
174
|
<title><%= title %></title>
|
|
175
175
|
<%= topTemplate %>
|
|
176
|
-
|
|
177
|
-
<script>
|
|
178
|
-
window.__assetPrefix__ = '<%= assetPrefix %>';
|
|
179
|
-
</script>
|
|
180
176
|
<%= headTemplate %>
|
|
181
177
|
{/* webpack inject css */}
|
|
182
178
|
</head>
|
|
@@ -174,10 +174,6 @@ Modern.js 也支持 HTML 语法。默认情况下,Modern.js 的应用工程中
|
|
|
174
174
|
<%= meta %>
|
|
175
175
|
<title><%= title %></title>
|
|
176
176
|
<%= topTemplate %>
|
|
177
|
-
|
|
178
|
-
<script>
|
|
179
|
-
window.__assetPrefix__ = '<%= assetPrefix %>';
|
|
180
|
-
</script>
|
|
181
177
|
<%= headTemplate %>
|
|
182
178
|
{/* webpack inject css */}
|
|
183
179
|
</head>
|
package/package.json
CHANGED
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "0.0.0-next-
|
|
14
|
+
"version": "0.0.0-next-1681194540734",
|
|
15
15
|
"publishConfig": {
|
|
16
16
|
"registry": "https://registry.npmjs.org/",
|
|
17
17
|
"access": "public"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"@modern-js/builder-doc": "0.0.0-next-
|
|
20
|
+
"@modern-js/builder-doc": "0.0.0-next-1681194540734"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"classnames": "^2",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"fs-extra": "^10",
|
|
30
30
|
"@types/node": "^16",
|
|
31
31
|
"@types/fs-extra": "^9",
|
|
32
|
-
"@modern-js/builder-doc": "0.0.0-next-
|
|
33
|
-
"@modern-js/doc-tools": "0.0.0-next-
|
|
34
|
-
"@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-
|
|
32
|
+
"@modern-js/builder-doc": "0.0.0-next-1681194540734",
|
|
33
|
+
"@modern-js/doc-tools": "0.0.0-next-1681194540734",
|
|
34
|
+
"@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1681194540734"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"dev": "modern dev",
|