@rspress-theme-anatole/core 0.7.25 → 0.7.26
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/dist/index.js +1 -0
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -961,6 +961,7 @@ async function siteDataVMPlugin(context) {
|
|
|
961
961
|
logoText: (null == userConfig ? void 0 : userConfig.logoText) || '',
|
|
962
962
|
ssg: Boolean(null == userConfig ? void 0 : userConfig.ssg) ?? true,
|
|
963
963
|
apiUrl: (null == userConfig ? void 0 : userConfig.apiUrl) || '',
|
|
964
|
+
api: (null == userConfig ? void 0 : userConfig.api) || {},
|
|
964
965
|
emailSupport: (null == userConfig ? void 0 : userConfig.emailSupport) || '',
|
|
965
966
|
multiVersion: {
|
|
966
967
|
default: (null == userConfig ? void 0 : null === (_userConfig_multiVersion = userConfig.multiVersion) || void 0 === _userConfig_multiVersion ? void 0 : _userConfig_multiVersion.default) || '',
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspress-theme-anatole/core",
|
|
3
3
|
"author": "Anatole Tong",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.26",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.css",
|
|
@@ -69,12 +69,12 @@
|
|
|
69
69
|
"unist-util-visit-children": "^2.0.2",
|
|
70
70
|
"webpack": "^5.95.0",
|
|
71
71
|
"@rspress/plugin-auto-nav-sidebar": "1.43.8",
|
|
72
|
-
"@rspress-theme-anatole/plugin-container-syntax": "0.7.
|
|
72
|
+
"@rspress-theme-anatole/plugin-container-syntax": "0.7.26",
|
|
73
73
|
"@rspress/plugin-last-updated": "1.43.8",
|
|
74
74
|
"@rspress/plugin-medium-zoom": "1.43.8",
|
|
75
75
|
"@rspress/runtime": "1.43.8",
|
|
76
|
-
"@rspress-theme-anatole/theme-default": "0.7.
|
|
77
|
-
"@rspress-theme-anatole/shared": "0.7.
|
|
76
|
+
"@rspress-theme-anatole/theme-default": "0.7.26",
|
|
77
|
+
"@rspress-theme-anatole/shared": "0.7.26"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@microsoft/api-extractor": "^7.49.2",
|