@ruixinkeji/prism-ui 1.0.29 → 1.0.30
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/index.esm.js +5 -5
- package/index.js +5 -5
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -5,22 +5,22 @@
|
|
|
5
5
|
|
|
6
6
|
import { useAppStore } from './store/app';
|
|
7
7
|
|
|
8
|
-
export const version = '1.0.
|
|
8
|
+
export const version = '1.0.30';
|
|
9
9
|
|
|
10
10
|
export const STYLES_PATH = '@ruixinkeji/prism-ui/styles/index.scss';
|
|
11
11
|
|
|
12
12
|
export const info = {
|
|
13
13
|
name: '@ruixinkeji/prism-ui',
|
|
14
|
-
version: '1.0.
|
|
14
|
+
version: '1.0.30',
|
|
15
15
|
description: 'Prism UI - 现代化玻璃态设计 uni-app 组件库',
|
|
16
16
|
author: 'Ruixin'
|
|
17
17
|
};
|
|
18
18
|
|
|
19
19
|
export function init() {
|
|
20
20
|
console.log(
|
|
21
|
-
'%c Prism UI %c v1.0.
|
|
22
|
-
'background: #3B82F6; color: #fff; border-radius: 3px 0 0 3px; padding: 2px
|
|
23
|
-
'background:
|
|
21
|
+
'%c Prism UI %c v1.0.30 ',
|
|
22
|
+
'background: linear-gradient(135deg, #3B82F6, #8B5CF6); color: #fff; border-radius: 3px 0 0 3px; padding: 2px 8px; font-weight: bold;',
|
|
23
|
+
'background: linear-gradient(135deg, rgba(59,130,246,0.2), rgba(139,92,246,0.2)); color: #3B82F6; border-radius: 0 3px 3px 0; padding: 2px 8px;'
|
|
24
24
|
);
|
|
25
25
|
// 初始化主题
|
|
26
26
|
const appStore = useAppStore();
|
package/index.js
CHANGED
|
@@ -5,22 +5,22 @@
|
|
|
5
5
|
|
|
6
6
|
import { useAppStore } from './store/app';
|
|
7
7
|
|
|
8
|
-
export const version = '1.0.
|
|
8
|
+
export const version = '1.0.30';
|
|
9
9
|
|
|
10
10
|
export const STYLES_PATH = '@ruixinkeji/prism-ui/styles/index.scss';
|
|
11
11
|
|
|
12
12
|
export const info = {
|
|
13
13
|
name: '@ruixinkeji/prism-ui',
|
|
14
|
-
version: '1.0.
|
|
14
|
+
version: '1.0.30',
|
|
15
15
|
description: 'Prism UI - 现代化玻璃态设计 uni-app 组件库',
|
|
16
16
|
author: 'Ruixin'
|
|
17
17
|
};
|
|
18
18
|
|
|
19
19
|
export function init() {
|
|
20
20
|
console.log(
|
|
21
|
-
'%c Prism UI %c v1.0.
|
|
22
|
-
'background: #3B82F6; color: #fff; border-radius: 3px 0 0 3px; padding: 2px
|
|
23
|
-
'background:
|
|
21
|
+
'%c Prism UI %c v1.0.30 ',
|
|
22
|
+
'background: linear-gradient(135deg, #3B82F6, #8B5CF6); color: #fff; border-radius: 3px 0 0 3px; padding: 2px 8px; font-weight: bold;',
|
|
23
|
+
'background: linear-gradient(135deg, rgba(59,130,246,0.2), rgba(139,92,246,0.2)); color: #3B82F6; border-radius: 0 3px 3px 0; padding: 2px 8px;'
|
|
24
24
|
);
|
|
25
25
|
// 初始化主题
|
|
26
26
|
const appStore = useAppStore();
|