valaxy 0.22.17 → 0.23.2

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.
@@ -92,6 +92,14 @@ interface PageFrontMatter extends Record<string, any> {
92
92
  * @description 路径
93
93
  */
94
94
  path: string;
95
+ /**
96
+ * abbrlink
97
+ *
98
+ * generated by valaxy-addon-abbrlink, do not manually modify
99
+ *
100
+ * just compatible for [hexo-abbrlink](https://github.com/ohroy/hexo-abbrlink)
101
+ */
102
+ abbrlink: string;
95
103
  /**
96
104
  * Title
97
105
  * @description 文章标题
@@ -200,6 +208,10 @@ interface PageFrontMatter extends Record<string, any> {
200
208
  * @description:zh-CN 加密密码
201
209
  */
202
210
  password?: string;
211
+ /**
212
+ * @description:zh-CN 密码提示
213
+ */
214
+ password_hint?: string;
203
215
  /**
204
216
  * @description:zh-CN 相册密码
205
217
  */
@@ -738,4 +750,4 @@ type UserSiteConfig = PartialDeep<SiteConfig>;
738
750
  */
739
751
  type UserValaxyConfig<ThemeConfig = DefaultTheme.Config> = PartialDeep<ValaxyConfig<ThemeConfig>>;
740
752
 
741
- export { type Album as A, DefaultTheme as D, type ExcerptType as E, type FuseListItem as F, type PartialDeep as P, type RedirectRule as R, type SocialLink as S, type UserSiteConfig as U, type ValaxyAddon as V, type PostFrontMatter as a, type PageFrontMatter as b, type RedirectItem as c, type SiteConfig as d, type RuntimeConfig as e, type Pkg as f, type ValaxyConfig as g, type UserValaxyConfig as h, type Photo as i };
753
+ export { type Album as A, DefaultTheme as D, type ExcerptType as E, type FuseListItem as F, type PartialDeep as P, type RuntimeConfig as R, type SiteConfig as S, type UserSiteConfig as U, type ValaxyConfig as V, type ValaxyAddon as a, type RedirectItem as b, type PostFrontMatter as c, type PageFrontMatter as d, type SocialLink as e, type RedirectRule as f, type Pkg as g, type UserValaxyConfig as h, type Photo as i };
@@ -1,4 +1,5 @@
1
- import yargs, { Argv } from 'yargs';
1
+ import * as yargs from 'yargs';
2
+ import { Argv } from 'yargs';
2
3
  import { LogLevel } from 'vite';
3
4
 
4
5
  declare function startValaxyDev({ root, port, remote, log, open, }: {
@@ -1,12 +1,9 @@
1
- import {createRequire as __createRequire} from 'module';var require=__createRequire(import.meta.url);
2
1
  import {
3
2
  cli,
4
3
  registerDevCommand,
5
4
  run,
6
5
  startValaxyDev
7
- } from "../../chunk-AP7OY5ZQ.js";
8
- import "../../chunk-J2BOKDJT.js";
9
- import "../../chunk-5DSTD5D3.js";
6
+ } from "../../chunk-3X26KX5G.js";
10
7
  export {
11
8
  cli,
12
9
  registerDevCommand,
@@ -2,10 +2,9 @@ import { ViteSSGOptions } from 'vite-ssg';
2
2
  import * as vite from 'vite';
3
3
  import { UserConfig, InlineConfig, PluginOption, Plugin } from 'vite';
4
4
  import { MarkdownEnv } from 'unplugin-vue-markdown/types';
5
- import * as valaxy_types from 'valaxy/types';
6
- import { SiteConfig, DefaultTheme, ValaxyConfig, ValaxyAddon, PartialDeep, RuntimeConfig, RedirectItem, UserSiteConfig } from 'valaxy/types';
5
+ import { S as SiteConfig, D as DefaultTheme, V as ValaxyConfig, a as ValaxyAddon, P as PartialDeep, R as RuntimeConfig, b as RedirectItem, U as UserSiteConfig } from '../config-D40juN_m.js';
7
6
  import Vue from '@vitejs/plugin-vue';
8
- import { Options as Options$2 } from 'beasties';
7
+ import { Options as Options$3 } from 'beasties';
9
8
  import { Hookable } from 'hookable';
10
9
  import { PluginVisualizerOptions } from 'rollup-plugin-visualizer';
11
10
  import { presetUno, presetAttributify, presetIcons, presetTypography } from 'unocss';
@@ -15,26 +14,25 @@ import Markdown from 'unplugin-vue-markdown/vite';
15
14
  import { EditableTreeNode } from 'unplugin-vue-router';
16
15
  import Router from 'unplugin-vue-router/vite';
17
16
  import Layouts from 'vite-plugin-vue-layouts';
18
- import { Options as Options$1 } from 'vitepress-plugin-group-icons';
17
+ import { Options as Options$2 } from 'vitepress-plugin-group-icons';
19
18
  import { HeadersPluginOptions } from '@mdit-vue/plugin-headers';
20
19
  import { SfcPluginOptions } from '@mdit-vue/plugin-sfc';
21
20
  import { TocPluginOptions } from '@mdit-vue/plugin-toc';
22
21
  import { KatexOptions } from 'katex';
23
22
  import MarkdownIt from 'markdown-it';
24
23
  import anchorPlugin from 'markdown-it-anchor';
25
- import { MarkdownItAsync } from 'markdown-it-async';
24
+ import { Options as Options$1, MarkdownItAsync } from 'markdown-it-async';
26
25
  import { ThemeRegistration, BuiltinTheme, LanguageInput, ShikiTransformer, Highlighter } from 'shiki';
27
26
  export { cli, registerDevCommand, run, startValaxyDev } from './cli/index.js';
28
27
  import { Awaitable } from '@antfu/utils';
29
28
  import * as defu from 'defu';
30
- import { P as PartialDeep$1 } from '../config-B2xuyo8_.js';
31
- import 'yargs';
32
29
  import '@vueuse/integrations/useFuse';
33
30
  import 'medium-zoom';
34
31
  import 'vanilla-lazyload';
35
32
  import 'vue-router';
36
33
  import '@vueuse/core';
37
34
  import '@unhead/schema-org';
35
+ import 'yargs';
38
36
 
39
37
  declare module 'vite' {
40
38
  interface UserConfig {
@@ -82,7 +80,7 @@ type ThemeOptions = ThemeRegistration | BuiltinTheme | {
82
80
  * Extend Markdown options
83
81
  * @zh 扩展 Markdown 配置,包含代码高亮、Markdown-it 和插件配置
84
82
  */
85
- interface MarkdownOptions {
83
+ interface MarkdownOptions extends Options$1 {
86
84
  /**
87
85
  * Setup markdown-it instance before applying plugins
88
86
  */
@@ -202,6 +200,7 @@ interface ValaxyHooks {
202
200
  * @see valaxy/node/plugins/vueRouter.ts extendRoute
203
201
  */
204
202
  'vue-router:extendRoute': (route: EditableTreeNode) => HookResult;
203
+ 'vue-router:beforeWriteFiles': (root: EditableTreeNode) => HookResult;
205
204
  'build:before': () => HookResult;
206
205
  'build:after': () => HookResult;
207
206
  }
@@ -311,7 +310,7 @@ interface ValaxyExtendConfig {
311
310
  * @see https://github.com/btd/rollup-plugin-visualizer
312
311
  */
313
312
  visualizer?: PluginVisualizerOptions;
314
- groupIcons?: Partial<Options$1>;
313
+ groupIcons?: Partial<Options$2>;
315
314
  /**
316
315
  * unocss presets
317
316
  * @see https://unocss.dev/guide/presets
@@ -384,7 +383,7 @@ interface ValaxyExtendConfig {
384
383
  * beastiesOptions
385
384
  * @see https://github.com/danielroe/beasties
386
385
  */
387
- beastiesOptions?: Options$2;
386
+ beastiesOptions?: Options$3;
388
387
  }
389
388
  type ValaxyAddonLike = ValaxyAddon | false | null | undefined;
390
389
  type ValaxyAddons = (ValaxyAddon | string)[] | Record<string, ValaxyAddonLike>;
@@ -539,17 +538,17 @@ declare const defaultSiteConfig: SiteConfig;
539
538
  * Type helper for site.config.ts
540
539
  * @param config
541
540
  */
542
- declare function defineSiteConfig(config: UserSiteConfig): valaxy_types.PartialDeep<SiteConfig>;
541
+ declare function defineSiteConfig(config: UserSiteConfig): PartialDeep<SiteConfig>;
543
542
  /**
544
543
  * resolve valaxy config from special root
545
544
  */
546
- declare function resolveSiteConfigFromRoot(root: string): Promise<ResolvedConfig<valaxy_types.PartialDeep<SiteConfig>>>;
545
+ declare function resolveSiteConfigFromRoot(root: string): Promise<ResolvedConfig<PartialDeep<SiteConfig>>>;
547
546
  /**
548
547
  * resolve site.config.ts and merge with default
549
548
  * @param root
550
549
  */
551
550
  declare function resolveSiteConfig(root: string): Promise<{
552
- siteConfig: valaxy_types.PartialDeep<SiteConfig>;
551
+ siteConfig: PartialDeep<SiteConfig>;
553
552
  siteConfigFile: string;
554
553
  }>;
555
554
 
@@ -576,7 +575,7 @@ declare const defaultValaxyConfig: ValaxyNodeConfig;
576
575
  /**
577
576
  * Type helper for valaxy.config.ts
578
577
  */
579
- declare function defineValaxyConfig<ThemeConfig>(config: UserValaxyNodeConfig<ThemeConfig>): PartialDeep$1<ValaxyNodeConfig<ThemeConfig>>;
578
+ declare function defineValaxyConfig<ThemeConfig>(config: UserValaxyNodeConfig<ThemeConfig>): PartialDeep<ValaxyNodeConfig<ThemeConfig>>;
580
579
  declare const defineConfig: typeof defineValaxyConfig;
581
580
  declare function resolveValaxyConfigFromRoot(root: string, options?: ResolvedValaxyOptions): Promise<ResolvedConfig<ValaxyNodeConfig>>;
582
581
  /**
@@ -1,4 +1,3 @@
1
- import {createRequire as __createRequire} from 'module';var require=__createRequire(import.meta.url);
2
1
  import {
3
2
  ALL_ROUTE,
4
3
  EXCERPT_SEPARATOR,
@@ -51,9 +50,7 @@ import {
51
50
  startValaxyDev,
52
51
  toAtFS,
53
52
  transformObject
54
- } from "../chunk-AP7OY5ZQ.js";
55
- import "../chunk-J2BOKDJT.js";
56
- import "../chunk-5DSTD5D3.js";
53
+ } from "../chunk-3X26KX5G.js";
57
54
  export {
58
55
  ALL_ROUTE,
59
56
  EXCERPT_SEPARATOR,
@@ -1,5 +1,5 @@
1
- import { a as PostFrontMatter, b as PageFrontMatter } from '../config-B2xuyo8_.js';
2
- export { A as Album, D as DefaultTheme, E as ExcerptType, F as FuseListItem, P as PartialDeep, i as Photo, f as Pkg, c as RedirectItem, R as RedirectRule, e as RuntimeConfig, d as SiteConfig, S as SocialLink, U as UserSiteConfig, h as UserValaxyConfig, V as ValaxyAddon, g as ValaxyConfig } from '../config-B2xuyo8_.js';
1
+ import { c as PostFrontMatter, d as PageFrontMatter } from '../config-D40juN_m.js';
2
+ export { A as Album, D as DefaultTheme, E as ExcerptType, F as FuseListItem, P as PartialDeep, i as Photo, g as Pkg, b as RedirectItem, f as RedirectRule, R as RuntimeConfig, S as SiteConfig, e as SocialLink, U as UserSiteConfig, h as UserValaxyConfig, a as ValaxyAddon, V as ValaxyConfig } from '../config-D40juN_m.js';
3
3
  import { Header } from '@valaxyjs/utils';
4
4
  import '@vueuse/integrations/useFuse';
5
5
  import 'medium-zoom';
@@ -1,2 +0,0 @@
1
- import {createRequire as __createRequire} from 'module';var require=__createRequire(import.meta.url);
2
- import "../chunk-5DSTD5D3.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "valaxy",
3
3
  "type": "module",
4
- "version": "0.22.17",
4
+ "version": "0.23.2",
5
5
  "description": "📄 Vite & Vue powered static blog generator.",
6
6
  "author": {
7
7
  "email": "me@yunyoujun.cn",
@@ -53,21 +53,21 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@antfu/install-pkg": "^1.0.0",
56
- "@antfu/utils": "^9.1.0",
57
- "@clack/prompts": "^0.10.0",
56
+ "@antfu/utils": "^9.2.0",
57
+ "@clack/prompts": "^0.10.1",
58
58
  "@iconify-json/ri": "^1.2.5",
59
- "@intlify/unplugin-vue-i18n": "^6.0.5",
60
- "@shikijs/transformers": "^3.2.1",
59
+ "@intlify/unplugin-vue-i18n": "^6.0.8",
60
+ "@shikijs/transformers": "^3.3.0",
61
61
  "@types/katex": "^0.16.7",
62
- "@unhead/addons": "1",
63
- "@unhead/schema-org": "1",
64
- "@unhead/vue": "1",
62
+ "@unhead/addons": "^2.0.8",
63
+ "@unhead/schema-org": "^2.0.8",
64
+ "@unhead/vue": "^2.0.8",
65
65
  "@vitejs/plugin-vue": "^5.2.3",
66
- "@vue/devtools-api": "^7.7.2",
67
- "@vueuse/core": "12.0.0-beta.1",
68
- "@vueuse/integrations": "12.0.0-beta.1",
69
- "beasties": "^0.2.0",
70
- "birpc": "^2.2.0",
66
+ "@vue/devtools-api": "7.7.2",
67
+ "@vueuse/core": "^13.1.0",
68
+ "@vueuse/integrations": "^13.1.0",
69
+ "beasties": "^0.3.3",
70
+ "birpc": "^2.3.0",
71
71
  "consola": "^3.4.2",
72
72
  "cross-spawn": "^7.0.6",
73
73
  "css-i18n": "^0.0.5",
@@ -87,7 +87,7 @@
87
87
  "jiti": "^2.4.2",
88
88
  "js-base64": "^3.7.7",
89
89
  "js-yaml": "^4.1.0",
90
- "katex": "^0.16.21",
90
+ "katex": "^0.16.22",
91
91
  "lru-cache": "^11.1.0",
92
92
  "markdown-it": "^14.1.0",
93
93
  "markdown-it-anchor": "^9.2.0",
@@ -100,48 +100,48 @@
100
100
  "markdown-it-table-of-contents": "^0.9.0",
101
101
  "markdown-it-task-lists": "^2.1.1",
102
102
  "medium-zoom": "^1.1.0",
103
- "mermaid": "^11.5.0",
103
+ "mermaid": "^11.6.0",
104
104
  "mlly": "^1.7.4",
105
105
  "nprogress": "^0.2.0",
106
106
  "open": "10.1.0",
107
107
  "ora": "^8.2.0",
108
108
  "pascalcase": "^2.0.0",
109
109
  "pathe": "^2.0.3",
110
- "pinia": "^3.0.1",
110
+ "pinia": "^3.0.2",
111
111
  "qrcode": "^1.5.4",
112
112
  "resolve-global": "^2.0.0",
113
- "sass": "^1.86.0",
114
- "shiki": "^3.2.1",
113
+ "sass": "^1.87.0",
114
+ "shiki": "^3.3.0",
115
115
  "star-markdown-css": "^0.5.3",
116
116
  "table": "^6.9.0",
117
- "unhead": "1",
118
- "unocss": "^66.0.0",
117
+ "unhead": "^2.0.8",
118
+ "unocss": "^66.1.0-beta.12",
119
119
  "unplugin-vue-components": "28.0.0",
120
120
  "unplugin-vue-markdown": "^28.3.1",
121
121
  "unplugin-vue-router": "^0.12.0",
122
122
  "vanilla-lazyload": "^19.1.3",
123
- "vite": "^6.2.3",
123
+ "vite": "^6.3.3",
124
124
  "vite-dev-rpc": "^1.0.7",
125
- "vite-plugin-vue-devtools": "^7.7.2",
125
+ "vite-plugin-vue-devtools": "^7.7.5",
126
126
  "vite-plugin-vue-layouts": "^0.11.0",
127
- "vite-ssg": "^25.2.0",
127
+ "vite-ssg": "^26.1.1",
128
128
  "vite-ssg-sitemap": "^0.8.1",
129
- "vitepress-plugin-group-icons": "^1.3.8",
129
+ "vitepress-plugin-group-icons": "^1.5.2",
130
130
  "vue": "^3.5.13",
131
- "vue-i18n": "^11.1.2",
131
+ "vue-i18n": "^11.1.3",
132
132
  "vue-router": "^4.5.0",
133
133
  "yargs": "^17.7.2",
134
- "@valaxyjs/devtools": "0.22.17",
135
- "@valaxyjs/utils": "0.22.17"
134
+ "@valaxyjs/devtools": "0.23.2",
135
+ "@valaxyjs/utils": "0.23.2"
136
136
  },
137
137
  "devDependencies": {
138
- "@mdit-vue/plugin-component": "^2.1.3",
139
- "@mdit-vue/plugin-frontmatter": "^2.1.3",
140
- "@mdit-vue/plugin-headers": "^2.1.3",
141
- "@mdit-vue/plugin-sfc": "^2.1.3",
142
- "@mdit-vue/plugin-title": "^2.1.3",
143
- "@mdit-vue/plugin-toc": "^2.1.3",
144
- "@mdit-vue/shared": "^2.1.3",
138
+ "@mdit-vue/plugin-component": "^2.1.4",
139
+ "@mdit-vue/plugin-frontmatter": "^2.1.4",
140
+ "@mdit-vue/plugin-headers": "^2.1.4",
141
+ "@mdit-vue/plugin-sfc": "^2.1.4",
142
+ "@mdit-vue/plugin-title": "^2.1.4",
143
+ "@mdit-vue/plugin-toc": "^2.1.4",
144
+ "@mdit-vue/shared": "^2.1.4",
145
145
  "@types/cross-spawn": "^6.0.6",
146
146
  "@types/ejs": "^3.1.5",
147
147
  "@types/gh-pages": "^6.1.0",
@@ -33,6 +33,14 @@ export interface PageFrontMatter extends Record<string, any> {
33
33
  * @description 路径
34
34
  */
35
35
  path: string
36
+ /**
37
+ * abbrlink
38
+ *
39
+ * generated by valaxy-addon-abbrlink, do not manually modify
40
+ *
41
+ * just compatible for [hexo-abbrlink](https://github.com/ohroy/hexo-abbrlink)
42
+ */
43
+ abbrlink: string
36
44
  /**
37
45
  * Title
38
46
  * @description 文章标题
@@ -153,6 +161,10 @@ export interface PageFrontMatter extends Record<string, any> {
153
161
  * @description:zh-CN 加密密码
154
162
  */
155
163
  password?: string
164
+ /**
165
+ * @description:zh-CN 密码提示
166
+ */
167
+ password_hint?: string
156
168
  /**
157
169
  * @description:zh-CN 相册密码
158
170
  */
@@ -1,23 +0,0 @@
1
- import type { UserModule } from '../types'
2
- import { initValaxyConfig } from 'valaxy'
3
-
4
- // https://unhead-schema-org.harlanzw.com/
5
- export const install: UserModule = async ({ head, isClient, router }) => {
6
- // Disables on client build, allows 0kb runtime
7
- if (isClient && import.meta.env.PROD)
8
- return
9
-
10
- const valaxyConfig = initValaxyConfig()
11
-
12
- const { SchemaOrgUnheadPlugin } = await import('@unhead/schema-org')
13
- head?.use(SchemaOrgUnheadPlugin({
14
- // config
15
- host: valaxyConfig.value.siteConfig.url || 'https://valaxy.site',
16
- inLanguage: valaxyConfig.value.siteConfig.lang || 'en',
17
- }, () => {
18
- return {
19
- path: router.currentRoute.value.path,
20
- ...router.currentRoute.value.meta,
21
- }
22
- }))
23
- }
@@ -1,19 +0,0 @@
1
- import {createRequire as __createRequire} from 'module';var require=__createRequire(import.meta.url);
2
- var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
3
- get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
4
- }) : x)(function(x) {
5
- if (typeof require !== "undefined") return require.apply(this, arguments);
6
- throw Error('Dynamic require of "' + x + '" is not supported');
7
- });
8
-
9
- // ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.1_@types+node@22.13.13__jiti@2.4.2_postcss@8.5_8876073212605cc840ddb183696fdfcb/node_modules/tsup/assets/esm_shims.js
10
- import { fileURLToPath } from "url";
11
- import path from "path";
12
- var getFilename = () => fileURLToPath(import.meta.url);
13
- var getDirname = () => path.dirname(getFilename());
14
- var __dirname = /* @__PURE__ */ getDirname();
15
-
16
- export {
17
- __require,
18
- __dirname
19
- };