@lambo-design/shared 1.0.0-beta.328 → 1.0.0-beta.329

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.
@@ -15,7 +15,7 @@ import themeWhite from "./theme-white";
15
15
  import themeCuiWei from "./theme-cuiwei";
16
16
  import themeBwb from "./theme-bwb";
17
17
  import themeCL from "./theme-canglan";
18
- import themeBlueDigital from "./theme-blue-digital";
18
+ import themeBd from "./theme-bd";
19
19
  export default [
20
20
  themeDefault,
21
21
  themeGold,
@@ -34,5 +34,5 @@ export default [
34
34
  themeCuiWei,
35
35
  themeBwb,
36
36
  themeCL,
37
- themeBlueDigital
37
+ themeBd
38
38
  ]
@@ -1,6 +1,6 @@
1
1
  import {getLocale} from '../locale'
2
2
  export default {
3
- key: "blue-digital",
3
+ key: "bd",
4
4
  title: getLocale('theme.bd'),//"数字深蓝",
5
5
  primaryColor: "#306BE3",
6
6
  vars: `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambo-design/shared",
3
- "version": "1.0.0-beta.328",
3
+ "version": "1.0.0-beta.329",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "lambo",