Skip to content

Commit b1d3680

Browse files
committed
chore: 更新资源
1 parent 8eef043 commit b1d3680

File tree

12 files changed

+585
-9
lines changed

12 files changed

+585
-9
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ npm-debug.log
4040
.env
4141
.package-lock.json
4242

43-
**/public/**
43+
public/**
4444

4545
.DS_Store

docs/.vuepress/config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ module.exports = {
55
dest: 'public',
66
// base: '/vuepress-theme-reco-doc/',
77
head: [
8-
['link', { rel: 'icon', href: '/favicon.ico' }],
8+
['link', { rel: 'icon', href: '/static/favicon.ico' }],
99
['meta', { name: 'viewport', content: 'width=device-width,initial-scale=1,user-scalable=no' }],
10-
['link', { rel: 'manifest', href: '/manifest.json' }],
10+
['link', { rel: 'manifest', href: '/static/manifest.json' }],
1111
['meta', { name: 'theme-color', content: '#42b983' }],
1212
['meta', { name: 'keywords', content: 'github,gitee,码云,Textexpander,codeexpander,代码管理,效率工具'}],
1313
['meta', { name: 'author', content: 'xudaolong@gmail.com'}],
1414
['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
1515
['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }],
16-
['link', { rel: 'apple-touch-icon', href: '/icon.png' }],
17-
['link', { rel: 'mask-icon', href: '/icon_codeexpander.svg', color: '#42b983' }],
18-
['meta', { name: 'msapplication-TileImage', content: '/icon.png' }],
16+
['link', { rel: 'apple-touch-icon', href: '/static/icon.png' }],
17+
['link', { rel: 'mask-icon', href: '/static/icon_codeexpander.svg', color: '#42b983' }],
18+
['meta', { name: 'msapplication-TileImage', content: '/static/icon.png' }],
1919
['meta', { name: 'msapplication-TileColor', content: '#000000' }]
2020
],
2121
theme: 'reco',

docs/.vuepress/config/theme/themeReco.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
type: 'HomePageOne',
3-
logo: '/icon.png',
3+
logo: '/static/icon.png',
44
// 搜索设置
55
search: true,
66
searchMaxSuggestions: 10,

docs/.vuepress/public/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
codeexpander.com

docs/.vuepress/public/assets/.gitkeep

Whitespace-only changes.
4.68 KB
Binary file not shown.
15 KB
Loading
42.7 KB
Loading

docs/.vuepress/public/static/icon_codeexpander.svg

Lines changed: 555 additions & 0 deletions
Loading
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "CodeExpander",
3+
"short_name": "VPTR",
4+
"icons": [
5+
{
6+
"src": "/static/icon.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/static/icon.png",
12+
"sizes": "512x512",
13+
"type": "image/png"
14+
}
15+
],
16+
"start_url": "/index.html",
17+
"display": "standalone",
18+
"background_color": "#fff",
19+
"theme_color": "#42b983"
20+
}

0 commit comments

Comments
 (0)