valaxy-theme-yun 0.17.0-beta.1 → 0.17.0-beta.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/node/config.ts +10 -1
  2. package/package.json +2 -2
package/node/config.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { ThemeConfig } from '../types'
1
+ import type { ThemeConfig, UserThemeConfig } from '../types'
2
2
 
3
3
  /**
4
4
  * Default Config
@@ -119,3 +119,12 @@ export const defaultThemeConfig: ThemeConfig = {
119
119
  },
120
120
  },
121
121
  }
122
+
123
+ /**
124
+ * valaxy-theme-yun
125
+ * @see https://github.com/YunYouJun/valaxy/tree/main/packages/valaxy-theme-yun
126
+ * define theme config
127
+ */
128
+ export function defineThemeConfig(config: UserThemeConfig) {
129
+ return config
130
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valaxy-theme-yun",
3
- "version": "0.17.0-beta.1",
3
+ "version": "0.17.0-beta.3",
4
4
  "author": {
5
5
  "email": "me@yunyoujun.cn",
6
6
  "name": "YunYouJun",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/animejs": "^3.1.12",
27
- "valaxy": "0.17.0-beta.1",
27
+ "valaxy": "0.17.0-beta.3",
28
28
  "valaxy-addon-waline": "0.1.1"
29
29
  }
30
30
  }