Skip to content

Commit f65de9c

Browse files
committed
Update images
1 parent f0372f2 commit f65de9c

File tree

91 files changed

+26
-317
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+26
-317
lines changed

.vitepress/themeConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
motto: '用爱学IT,用心写BUG',
99
aboutMePath: '',
1010
backgrounds: [
11-
'/bg/wallhaven-jxl3qp.webp'
11+
'https://namichong.obs.cn-south-1.myhuaweicloud.com/Blog/background/wallhaven-jxl3qp.webp'
1212
],
1313
// 左上角标题图标
1414
logo: '/logo-op0.png',

src/nav/classify/css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default [
5757
},
5858
{
5959
name: 'PostCSS',
60-
icon: '/images/postcss.png',
60+
icon: 'https://namichong.obs.cn-south-1.myhuaweicloud.com/Blog/images/postcss.png',
6161
description: '一个用 JavaScript 工具和插件转换 CSS 代码的工具。',
6262
type: [ 'CSS' ],
6363
link: [

src/nav/classify/js.ts

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,31 @@ import WebpackIcon from '@/icon/webpackIcon.vue';
88
export default [
99
{
1010
name: 'GSAP',
11-
icon: '/images/GSAP.svg',
11+
icon: 'https://namichong.obs.cn-south-1.myhuaweicloud.com/Blog/images/GSAP.svg',
1212
description: 'GSAP 是一个高性能、高度可定制的动画库,用于创建流畅的动画效果。',
1313
type: [ 'JavaScript' ],
1414
link: 'https://gsap.com/',
1515
github: 'https://github.com/greensock/GSAP'
1616
},
1717
{
1818
name: 'Snabbdom',
19-
icon: '/images/Snabbdom.png',
19+
icon: 'https://namichong.obs.cn-south-1.myhuaweicloud.com/Blog/images/Snabbdom.png',
2020
description: '一个精简化、模块化、功能强大、性能卓越的虚拟 DOM 库',
2121
level: -1,
2222
type: [ 'JavaScript' ],
2323
github: 'https://github.com/snabbdom/snabbdom'
2424
},
2525
{
2626
name: 'Viewer.js',
27-
icon: '/images/github.png',
27+
icon: 'https://namichong.obs.cn-south-1.myhuaweicloud.com/Blog/images/github.png',
2828
description: '极其强大的图片预览JavaScript库',
2929
type: [ 'JavaScript' ],
3030
link: 'https://fengyuanchen.github.io/viewerjs/',
3131
github: 'https://github.com/fengyuanchen/viewerjs'
3232
},
3333
{
3434
name: 'Floating UI',
35-
icon: '/images/Floating-UI.ico',
35+
icon: 'https://namichong.obs.cn-south-1.myhuaweicloud.com/Blog/images/Floating-UI.ico',
3636
description: '用于创建浮动元素的底层工具箱,可创建提示气泡、弹出窗口、下拉菜单等',
3737
type: [ 'JavaScript' ],
3838
link: 'https://floating-ui.com/',
@@ -67,7 +67,7 @@ export default [
6767
},
6868
{
6969
name: 'Vite',
70-
icon: '/images/vite.svg',
70+
icon: 'https://namichong.obs.cn-south-1.myhuaweicloud.com/Blog/images/vite.svg',
7171
description: '一个由原生 ESM 驱动的 Web 开发构建工具',
7272
type: [ '构建工具' ],
7373
level: 15,
@@ -103,7 +103,7 @@ export default [
103103
},
104104
{
105105
name: 'Babel',
106-
icon: '/images/babel.png',
106+
icon: 'https://namichong.obs.cn-south-1.myhuaweicloud.com/Blog/images/babel.png',
107107
description: '一个 JavaScript 编译器,可将 ECMAScript 2015+ 代码转换为向后兼容的 JavaScript 版本',
108108
type: [ 'JavaScript' ],
109109
link: [
@@ -120,7 +120,7 @@ export default [
120120
},
121121
{
122122
name: 'Eslint',
123-
icon: '/images/eslint.svg',
123+
icon: 'https://namichong.obs.cn-south-1.myhuaweicloud.com/Blog/images/eslint.svg',
124124
description: '一个插件化的 JavaScript 代码检测工具,可帮助你查找和修复 JavaScript 代码中的问题。',
125125
type: [ 'JavaScript' ],
126126
level: 10,
@@ -138,7 +138,7 @@ export default [
138138
},
139139
{
140140
name: 'Terser',
141-
icon: '/images/terser-logo.svg',
141+
icon: 'https://namichong.obs.cn-south-1.myhuaweicloud.com/Blog/images/terser-logo.svg',
142142
description: 'JavaScript 解析器、混淆器和压缩工具包,适用于 ES6+',
143143
type: [ 'JavaScript' ],
144144
link: 'https://terser.org/',
@@ -190,23 +190,23 @@ export default [
190190
},
191191
{
192192
name: 'Swiper',
193-
icon: '/images/swiper-logo.svg',
193+
icon: 'https://namichong.obs.cn-south-1.myhuaweicloud.com/Blog/images/swiper-logo.svg',
194194
description: '这可能是最全能的移动端轮播图实现,当然 Web 端也可以使用',
195195
type: [ 'JavaScript' ],
196196
link: 'https://swiperjs.com/',
197197
github: 'https://github.com/nolimits4web/swiper'
198198
},
199199
{
200200
name: 'VTable 方格艺术家',
201-
icon: '/images/visactor.png',
201+
icon: 'https://namichong.obs.cn-south-1.myhuaweicloud.com/Blog/images/visactor.png',
202202
description: 'VTable,不只是一款高性能的多维数据分析表格,更是一个在行列间创作的方格艺术家。',
203203
type: [ 'JavaScript' ],
204204
link: 'https://visactor.io/',
205205
github: 'https://github.com/VisActor/VTable'
206206
},
207207
{
208208
name: 'OverlayScrollbars',
209-
icon: '/images/OverlayScrollbars.png',
209+
icon: 'https://namichong.obs.cn-south-1.myhuaweicloud.com/Blog/images/OverlayScrollbars.png',
210210
description: '一个滚动条插件,隐藏本机滚动条,提供自定义样式的覆盖滚动条,并保留本机功能和感觉。',
211211
type: [ 'JavaScript' ],
212212
link: 'https://visactor.io/',
@@ -222,23 +222,23 @@ export default [
222222
},
223223
{
224224
name: 'Lit',
225-
icon: '/images/lit.png',
225+
icon: 'https://namichong.obs.cn-south-1.myhuaweicloud.com/Blog/images/lit.png',
226226
description: 'Lit 是一个简单的库,用于构建快速、轻量级的web组件。',
227227
type: [ 'JavaScript' ],
228228
link: 'https://lit.dev/',
229229
github: 'https://github.com/lit/lit/'
230230
},
231231
{
232232
name: 'NPM',
233-
icon: '/images/NPM.png',
233+
icon: 'https://namichong.obs.cn-south-1.myhuaweicloud.com/Blog/images/NPM.png',
234234
description: '一个 JavaScript 包管理工具,也是 Node.js 的默认包管理器。 NPM 允许开发者轻松地下载、安装、共享、管理项目的依赖库和工具。',
235235
type: [ 'JavaScript', 'NodeJs' ],
236236
level: 40,
237237
link: 'https://www.npmjs.com/'
238238
},
239239
{
240240
name: 'Excalidraw',
241-
icon: '/images/Excalidraw.png',
241+
icon: 'https://namichong.obs.cn-south-1.myhuaweicloud.com/Blog/images/Excalidraw.png',
242242
description: '一个开源的虚拟手绘风格白板。支持协作并且端到端加密。',
243243
type: [ '工具', 'JavaScript' ],
244244
level: 79,
@@ -247,7 +247,7 @@ export default [
247247
},
248248
{
249249
name: 'PromiseMirror',
250-
icon: '/images/ProseMirror.svg',
250+
icon: 'https://namichong.obs.cn-south-1.myhuaweicloud.com/Blog/images/ProseMirror.svg',
251251
description: '一个基于TypeScript的高度自定义构建富文本编辑器的框架',
252252
type: [ 'TypeScript', '框架' ],
253253
link: 'https://prosemirror.net/',

src/nav/classify/other.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default [
4545
},
4646
{
4747
name: 'PlantUML',
48-
icon: '/images/plantuml.png',
48+
icon: 'https://namichong.obs.cn-south-1.myhuaweicloud.com/Blog/images/plantuml.png',
4949
description: 'PlantUML是一个通用性很强的工具,可以快速、直接地创建各种图表。',
5050
type: [ 'UML' ],
5151
level: 33,

src/nav/classify/rust.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ export default [
1414
},
1515
{
1616
name: 'Rust 圣经',
17-
icon: '/images/rust.jpg',
17+
icon: 'https://namichong.obs.cn-south-1.myhuaweicloud.com/Blog/images/rust.jpg',
1818
description: '这可能是最好的 Rust 教程',
1919
type: [ 'Rust' ],
2020
level: 80,
2121
link: 'https://course.rs/about-book.html'
2222
},
2323
{
2424
name: 'Dioxus',
25-
icon: '/images/dioxus.png',
25+
icon: 'https://namichong.obs.cn-south-1.myhuaweicloud.com/Blog/images/dioxus.png',
2626
description: '使用单个代码库构建 Web、桌面和移动应用,以及更多。零配置启动、集成的热重载和基于信号的状态管理。' +
2727
'使用服务器功能添加后端功能,并使用我们的 CLI 进行捆绑。',
2828
type: [ 'Rust', '框架' ],

src/nav/classify/tool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Project } from '../type';
33
export default [
44
{
55
name: 'ChatGPT',
6-
icon: '/images/chatgpt.png',
6+
icon: 'https://namichong.obs.cn-south-1.myhuaweicloud.com/Blog/images/chatgpt.png',
77
description: '随机图片链接生成',
88
type: [ '工具', 'AI' ],
99
level: 99,

src/nav/classify/vue.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default [
2525
},
2626
{
2727
name: 'VueUse',
28-
icon: '/images/VueUse.svg',
28+
icon: 'https://namichong.obs.cn-south-1.myhuaweicloud.com/Blog/images/VueUse.svg',
2929
description: 'Vue 2 和 3 的基本Vue组合实用程序集合',
3030
type: [ 'Vue2', 'Vue3' ],
3131
level: 50,
@@ -98,7 +98,7 @@ export default [
9898
},
9999
{
100100
name: 'Pinia',
101-
icon: '/images/pinia.png',
101+
icon: 'https://namichong.obs.cn-south-1.myhuaweicloud.com/Blog/images/pinia.png',
102102
description: '用于 Vue3 的符合直觉的 Vue.js 状态管理库。',
103103
type: [ 'Vue3', '框架' ],
104104
level: 50,
-61.7 KB
Binary file not shown.

src/public/favicon.ico

-66.1 KB
Binary file not shown.

src/public/images/CORS.png

-101 KB
Binary file not shown.

0 commit comments

Comments
 (0)