Skip to content

Commit e156a53

Browse files
committed
测试自动部署
1 parent 2757634 commit e156a53

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/nav/classify/js.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import OverlayScrollbarsIcon from '@img/OverlayScrollbars.png';
1313
import SwiperIcon from '@img/swiper-logo.svg';
1414
import EslintIcon from '@img/eslint.svg';
1515
import terserIcon from '@img/terser-logo.svg';
16-
import PromiseMirrorIcon from '@img/Prosemirror.svg';
16+
import PromiseMirrorIcon from '@img/ProseMirror.svg';
1717
import GSAPIcon from '@img/GSAP.svg';
1818
import FloatingUIIcon from '@img/Floating-UI.ico';
1919
import WebpackIcon from '@/icon/webpackIcon.vue';

src/nav/classify/vue.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { Project } from '../type';
2-
import vueIcon from '@/icon/vueIcon.vue';
3-
import VueIcon from '@/icon/vueIcon.vue';
2+
import VueIcon from '@/icon/VueIcon.vue';
43
import piniaIcon from '@img/pinia.png';
54
import VueUseIcon from '@img/VueUse.svg';
65
import splitpanesIcon from '@/icon/splitpanesIcon.vue';
@@ -9,7 +8,7 @@ import { shallowRef } from 'vue';
98
export default [
109
{
1110
name: 'Vue',
12-
icon: shallowRef(vueIcon),
11+
icon: shallowRef(VueIcon),
1312
description: '渐进式 JavaScript 框架。易学易用,性能出色,适用场景丰富的 Web 前端框架。',
1413
type: [ 'Vue2', 'Vue3', '框架' ],
1514
level: 100,
@@ -63,7 +62,7 @@ export default [
6362
},
6463
{
6564
name: 'Vue Router',
66-
icon: shallowRef(vueIcon),
65+
icon: shallowRef(VueIcon),
6766
description: '为 Vue.js 提供富有表现力、可配置的、方便的路由。',
6867
type: [ 'Vue2', 'Vue3', '框架' ],
6968
level: 50,
@@ -82,7 +81,7 @@ export default [
8281
},
8382
{
8483
name: 'Vuex',
85-
icon: shallowRef(vueIcon),
84+
icon: shallowRef(VueIcon),
8685
description: '一个专为 Vue.js 应用程序开发的状态管理模式 + 库。它采用集中式存储管理应用的所有组件的状态,并以相应的规则保证状态以一种可预测的方式发生变化。',
8786
type: [ 'Vue2', 'Vue3', '框架' ],
8887
level: 50,

0 commit comments

Comments
 (0)