@modern-js/main-doc 2.63.3-alpha.0 → 2.63.3

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.
@@ -4,7 +4,7 @@ sidebar_position: 1
4
4
  ---
5
5
  # App.[tj]sx
6
6
 
7
- The identifier for the entry points when the application uses [Self-controlled Routing](/guides/basic-features/routes.html#self-controlled-routing).
7
+ The identifier for the entry points when the application uses [Self-controlled Routing](/guides/concept/entries.html#self-controlled-routing).
8
8
 
9
9
  `App.[tj]sx` is not the actual entry. Modern.js will generate the real entry for application. The content is roughly as follows:
10
10
 
@@ -4,7 +4,7 @@ sidebar_position: 1
4
4
  ---
5
5
  # App.[tj]sx
6
6
 
7
- 应用使用[自控路由](/guides/basic-features/routes.html#self-controlled-routing)时的入口标识符。
7
+ 应用使用[自控路由](/guides/concept/entries.html#自控式路由)时的入口标识符。
8
8
 
9
9
  `App.[tj]sx` 并不是实际的应用入口,Modern.js 会自动生成真正的构建打包的入口文件, 内容大致如下:
10
10
 
package/package.json CHANGED
@@ -15,13 +15,14 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.63.3-alpha.0",
18
+ "version": "2.63.3",
19
19
  "publishConfig": {
20
20
  "registry": "https://registry.npmjs.org/",
21
- "access": "public"
21
+ "access": "public",
22
+ "provenance": true
22
23
  },
23
24
  "dependencies": {
24
- "@modern-js/sandpack-react": "2.63.2"
25
+ "@modern-js/sandpack-react": "2.63.3"
25
26
  },
26
27
  "devDependencies": {
27
28
  "@rspress/shared": "1.35.4",