valaxy 0.15.13 → 0.15.14
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/chunk-G2HMAIG3.mjs +135 -0
- package/dist/chunk-Q624MH4A.cjs +134 -0
- package/dist/{config-21f067f9.d.ts → config-a1820a44.d.ts} +4 -0
- package/dist/node/cli/index.cjs +1 -1
- package/dist/node/cli/index.mjs +1 -1
- package/dist/node/index.cjs +1 -1
- package/dist/node/index.d.cts +1 -1
- package/dist/node/index.d.ts +1 -1
- package/dist/node/index.mjs +1 -1
- package/dist/types/index.d.cts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/package.json +25 -26
- package/types/posts.ts +4 -0
- package/dist/chunk-NGNRXFVT.mjs +0 -133
- package/dist/chunk-QEB6E2RZ.cjs +0 -132
|
@@ -172,6 +172,10 @@ interface PageFrontMatter extends Record<string, any> {
|
|
|
172
172
|
* @description:zh-CN 加密后的内容
|
|
173
173
|
*/
|
|
174
174
|
encryptedContent?: string;
|
|
175
|
+
/**
|
|
176
|
+
* @description:zh-CN 部分加密的内容
|
|
177
|
+
*/
|
|
178
|
+
partiallyEncryptedContents?: string[];
|
|
175
179
|
/**
|
|
176
180
|
* @description:zh-CN 加密后的相册
|
|
177
181
|
*/
|
package/dist/node/cli/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkQ624MH4Acjs = require('../../chunk-Q624MH4A.cjs');require('../../chunk-YDNPXS5U.cjs');exports.cli = _chunkQ624MH4Acjs.F; exports.run = _chunkQ624MH4Acjs.G;
|
package/dist/node/cli/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import {createRequire as __createRequire} from 'module';var require=__createRequire(import.meta.url);
|
|
2
|
-
import{F as a,G as b}from"../../chunk-
|
|
2
|
+
import{F as a,G as b}from"../../chunk-G2HMAIG3.mjs";import"../../chunk-GY4S4RDR.mjs";export{a as cli,b as run};
|
package/dist/node/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkQ624MH4Acjs = require('../chunk-Q624MH4A.cjs');require('../chunk-YDNPXS5U.cjs');exports.build = _chunkQ624MH4Acjs.B; exports.cli = _chunkQ624MH4Acjs.F; exports.createServer = _chunkQ624MH4Acjs.E; exports.defaultSiteConfig = _chunkQ624MH4Acjs.t; exports.defaultValaxyConfig = _chunkQ624MH4Acjs.u; exports.defineAddon = _chunkQ624MH4Acjs.n; exports.defineConfig = _chunkQ624MH4Acjs.s; exports.defineSiteConfig = _chunkQ624MH4Acjs.q; exports.defineTheme = _chunkQ624MH4Acjs.p; exports.defineUnoSetup = _chunkQ624MH4Acjs.v; exports.defineValaxyAddon = _chunkQ624MH4Acjs.m; exports.defineValaxyConfig = _chunkQ624MH4Acjs.r; exports.defineValaxyTheme = _chunkQ624MH4Acjs.o; exports.ensurePrefix = _chunkQ624MH4Acjs.d; exports.getGitTimestamp = _chunkQ624MH4Acjs.a; exports.getIndexHtml = _chunkQ624MH4Acjs.A; exports.isExternal = _chunkQ624MH4Acjs.b; exports.isPath = _chunkQ624MH4Acjs.f; exports.mergeValaxyConfig = _chunkQ624MH4Acjs.g; exports.mergeViteConfigs = _chunkQ624MH4Acjs.z; exports.postProcessForSSG = _chunkQ624MH4Acjs.D; exports.processValaxyOptions = _chunkQ624MH4Acjs.w; exports.resolveAddonConfig = _chunkQ624MH4Acjs.j; exports.resolveImportPath = _chunkQ624MH4Acjs.l; exports.resolveOptions = _chunkQ624MH4Acjs.x; exports.resolveThemeValaxyConfig = _chunkQ624MH4Acjs.y; exports.resolveValaxyConfig = _chunkQ624MH4Acjs.i; exports.resolveValaxyConfigFromRoot = _chunkQ624MH4Acjs.h; exports.run = _chunkQ624MH4Acjs.G; exports.slash = _chunkQ624MH4Acjs.c; exports.ssgBuild = _chunkQ624MH4Acjs.C; exports.toAtFS = _chunkQ624MH4Acjs.e; exports.transformObject = _chunkQ624MH4Acjs.k;
|
package/dist/node/index.d.cts
CHANGED
|
@@ -2,7 +2,7 @@ import { ViteSSGOptions } from 'vite-ssg';
|
|
|
2
2
|
export { cli, run } from './cli/index.cjs';
|
|
3
3
|
import * as vite from 'vite';
|
|
4
4
|
import { UserConfig, InlineConfig } from 'vite';
|
|
5
|
-
import { D as DefaultTheme, V as ValaxyConfig, P as PartialDeep, a as ValaxyAddon, R as RuntimeConfig, U as UserSiteConfig, S as SiteConfig } from '../config-
|
|
5
|
+
import { D as DefaultTheme, V as ValaxyConfig, P as PartialDeep, a as ValaxyAddon, R as RuntimeConfig, U as UserSiteConfig, S as SiteConfig } from '../config-a1820a44.js';
|
|
6
6
|
import Vue from '@vitejs/plugin-vue';
|
|
7
7
|
import Components from 'unplugin-vue-components/vite';
|
|
8
8
|
import { VitePluginConfig } from 'unocss/vite';
|
package/dist/node/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { ViteSSGOptions } from 'vite-ssg';
|
|
|
2
2
|
export { cli, run } from './cli/index.js';
|
|
3
3
|
import * as vite from 'vite';
|
|
4
4
|
import { UserConfig, InlineConfig } from 'vite';
|
|
5
|
-
import { D as DefaultTheme, V as ValaxyConfig, P as PartialDeep, a as ValaxyAddon, R as RuntimeConfig, U as UserSiteConfig, S as SiteConfig } from '../config-
|
|
5
|
+
import { D as DefaultTheme, V as ValaxyConfig, P as PartialDeep, a as ValaxyAddon, R as RuntimeConfig, U as UserSiteConfig, S as SiteConfig } from '../config-a1820a44.js';
|
|
6
6
|
import Vue from '@vitejs/plugin-vue';
|
|
7
7
|
import Components from 'unplugin-vue-components/vite';
|
|
8
8
|
import { VitePluginConfig } from 'unocss/vite';
|
package/dist/node/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import {createRequire as __createRequire} from 'module';var require=__createRequire(import.meta.url);
|
|
2
|
-
import{A,B,C,D,E,F,G,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}from"../chunk-
|
|
2
|
+
import{A,B,C,D,E,F,G,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}from"../chunk-G2HMAIG3.mjs";import"../chunk-GY4S4RDR.mjs";export{B as build,F as cli,E as createServer,t as defaultSiteConfig,u as defaultValaxyConfig,n as defineAddon,s as defineConfig,q as defineSiteConfig,p as defineTheme,v as defineUnoSetup,m as defineValaxyAddon,r as defineValaxyConfig,o as defineValaxyTheme,d as ensurePrefix,a as getGitTimestamp,A as getIndexHtml,b as isExternal,f as isPath,g as mergeValaxyConfig,z as mergeViteConfigs,D as postProcessForSSG,w as processValaxyOptions,j as resolveAddonConfig,l as resolveImportPath,x as resolveOptions,y as resolveThemeValaxyConfig,i as resolveValaxyConfig,h as resolveValaxyConfigFromRoot,G as run,c as slash,C as ssgBuild,e as toAtFS,k as transformObject};
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { b as Post } from '../config-
|
|
2
|
-
export { A as Album, D as DefaultTheme, E as ExcerptType, F as FuseListItem, h as Page, f as PageFrontMatter, P as PartialDeep, e as Photo, g as PostFrontMatter, R as RuntimeConfig, S as SiteConfig, c as SocialLink, U as UserSiteConfig, d as UserValaxyConfig, a as ValaxyAddon, V as ValaxyConfig } from '../config-
|
|
1
|
+
import { b as Post } from '../config-a1820a44.js';
|
|
2
|
+
export { A as Album, D as DefaultTheme, E as ExcerptType, F as FuseListItem, h as Page, f as PageFrontMatter, P as PartialDeep, e as Photo, g as PostFrontMatter, R as RuntimeConfig, S as SiteConfig, c as SocialLink, U as UserSiteConfig, d as UserValaxyConfig, a as ValaxyAddon, V as ValaxyConfig } from '../config-a1820a44.js';
|
|
3
3
|
import 'medium-zoom';
|
|
4
4
|
import '@vueuse/integrations/useFuse';
|
|
5
5
|
import 'vanilla-lazyload';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { b as Post } from '../config-
|
|
2
|
-
export { A as Album, D as DefaultTheme, E as ExcerptType, F as FuseListItem, h as Page, f as PageFrontMatter, P as PartialDeep, e as Photo, g as PostFrontMatter, R as RuntimeConfig, S as SiteConfig, c as SocialLink, U as UserSiteConfig, d as UserValaxyConfig, a as ValaxyAddon, V as ValaxyConfig } from '../config-
|
|
1
|
+
import { b as Post } from '../config-a1820a44.js';
|
|
2
|
+
export { A as Album, D as DefaultTheme, E as ExcerptType, F as FuseListItem, h as Page, f as PageFrontMatter, P as PartialDeep, e as Photo, g as PostFrontMatter, R as RuntimeConfig, S as SiteConfig, c as SocialLink, U as UserSiteConfig, d as UserValaxyConfig, a as ValaxyAddon, V as ValaxyConfig } from '../config-a1820a44.js';
|
|
3
3
|
import 'medium-zoom';
|
|
4
4
|
import '@vueuse/integrations/useFuse';
|
|
5
5
|
import 'vanilla-lazyload';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "valaxy",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.15.
|
|
4
|
+
"version": "0.15.14",
|
|
5
5
|
"description": "📄 Vite & Vue powered static blog generator.",
|
|
6
6
|
"author": {
|
|
7
7
|
"email": "me@yunyoujun.cn",
|
|
@@ -56,14 +56,14 @@
|
|
|
56
56
|
"@ctrl/tinycolor": "^4.0.2",
|
|
57
57
|
"@iconify-json/carbon": "^1.1.21",
|
|
58
58
|
"@iconify-json/ri": "^1.1.12",
|
|
59
|
-
"@intlify/unplugin-vue-i18n": "^1.
|
|
60
|
-
"@types/body-scroll-lock": "^3.1.
|
|
61
|
-
"@unhead/addons": "^1.8.
|
|
62
|
-
"@unhead/schema-org": "^1.8.
|
|
63
|
-
"@unhead/vue": "^1.8.
|
|
64
|
-
"@vitejs/plugin-vue": "^4.4.
|
|
65
|
-
"@vueuse/core": "^10.
|
|
66
|
-
"@vueuse/integrations": "^10.
|
|
59
|
+
"@intlify/unplugin-vue-i18n": "^1.5.0",
|
|
60
|
+
"@types/body-scroll-lock": "^3.1.2",
|
|
61
|
+
"@unhead/addons": "^1.8.3",
|
|
62
|
+
"@unhead/schema-org": "^1.8.3",
|
|
63
|
+
"@unhead/vue": "^1.8.3",
|
|
64
|
+
"@vitejs/plugin-vue": "^4.4.1",
|
|
65
|
+
"@vueuse/core": "^10.6.0",
|
|
66
|
+
"@vueuse/integrations": "^10.6.0",
|
|
67
67
|
"body-scroll-lock": "4.0.0-beta.0",
|
|
68
68
|
"consola": "^3.2.3",
|
|
69
69
|
"critters": "^0.0.20",
|
|
@@ -76,15 +76,14 @@
|
|
|
76
76
|
"feed": "^4.2.2",
|
|
77
77
|
"fs-extra": "^11.1.1",
|
|
78
78
|
"fuse.js": "^6.6.2",
|
|
79
|
-
"global-dirs": "^3.0.1",
|
|
80
79
|
"gray-matter": "^4.0.3",
|
|
81
80
|
"hookable": "^5.5.3",
|
|
82
81
|
"html-to-text": "^9.0.5",
|
|
83
|
-
"is-installed-globally": "^0.
|
|
84
|
-
"jiti": "^1.
|
|
82
|
+
"is-installed-globally": "^1.0.0",
|
|
83
|
+
"jiti": "^1.21.0",
|
|
85
84
|
"katex": "^0.16.9",
|
|
86
85
|
"kolorist": "^1.8.0",
|
|
87
|
-
"lru-cache": "^10.0.
|
|
86
|
+
"lru-cache": "^10.0.2",
|
|
88
87
|
"markdown-it": "^13.0.2",
|
|
89
88
|
"markdown-it-anchor": "^8.6.7",
|
|
90
89
|
"markdown-it-attrs": "^4.1.6",
|
|
@@ -103,16 +102,16 @@
|
|
|
103
102
|
"shiki": "^0.14.5",
|
|
104
103
|
"star-markdown-css": "^0.4.2",
|
|
105
104
|
"unconfig": "^0.3.11",
|
|
106
|
-
"unocss": "^0.57.
|
|
105
|
+
"unocss": "^0.57.3",
|
|
107
106
|
"unplugin-vue-components": "^0.25.2",
|
|
108
107
|
"vanilla-lazyload": "^17.8.5",
|
|
109
108
|
"vite": "^4.5.0",
|
|
110
109
|
"vite-plugin-pages": "^0.31.0",
|
|
111
110
|
"vite-plugin-vue-layouts": "^0.8.0",
|
|
112
|
-
"vite-ssg": "0.23.
|
|
111
|
+
"vite-ssg": "0.23.5",
|
|
113
112
|
"vite-ssg-sitemap": "0.6.0",
|
|
114
|
-
"vue": "^3.3.
|
|
115
|
-
"vue-i18n": "^9.6.
|
|
113
|
+
"vue": "^3.3.8",
|
|
114
|
+
"vue-i18n": "^9.6.5",
|
|
116
115
|
"vue-router": "^4.2.5",
|
|
117
116
|
"yargs": "^17.7.2"
|
|
118
117
|
},
|
|
@@ -124,15 +123,15 @@
|
|
|
124
123
|
"@mdit-vue/plugin-title": "^1.0.0",
|
|
125
124
|
"@mdit-vue/plugin-toc": "^1.0.0",
|
|
126
125
|
"@mdit-vue/shared": "^1.0.0",
|
|
127
|
-
"@types/cross-spawn": "^6.0.
|
|
128
|
-
"@types/ejs": "^3.1.
|
|
129
|
-
"@types/html-to-text": "^9.0.
|
|
130
|
-
"@types/katex": "^0.16.
|
|
131
|
-
"@types/markdown-it": "^13.0.
|
|
132
|
-
"@types/nprogress": "^0.2.
|
|
133
|
-
"@types/pascalcase": "^1.0.
|
|
134
|
-
"@types/qrcode": "^1.5.
|
|
135
|
-
"@types/yargs": "^17.0.
|
|
126
|
+
"@types/cross-spawn": "^6.0.5",
|
|
127
|
+
"@types/ejs": "^3.1.5",
|
|
128
|
+
"@types/html-to-text": "^9.0.4",
|
|
129
|
+
"@types/katex": "^0.16.6",
|
|
130
|
+
"@types/markdown-it": "^13.0.6",
|
|
131
|
+
"@types/nprogress": "^0.2.3",
|
|
132
|
+
"@types/pascalcase": "^1.0.3",
|
|
133
|
+
"@types/qrcode": "^1.5.5",
|
|
134
|
+
"@types/yargs": "^17.0.31",
|
|
136
135
|
"debug": "^4.3.4",
|
|
137
136
|
"diacritics": "^1.3.0",
|
|
138
137
|
"https-localhost": "^4.7.1",
|
package/types/posts.ts
CHANGED
|
@@ -163,6 +163,10 @@ export interface PageFrontMatter extends Record<string, any> {
|
|
|
163
163
|
* @description:zh-CN 加密后的内容
|
|
164
164
|
*/
|
|
165
165
|
encryptedContent?: string
|
|
166
|
+
/**
|
|
167
|
+
* @description:zh-CN 部分加密的内容
|
|
168
|
+
*/
|
|
169
|
+
partiallyEncryptedContents?: string[]
|
|
166
170
|
/**
|
|
167
171
|
* @description:zh-CN 加密后的相册
|
|
168
172
|
*/
|