Skip to content

Commit cf85f76

Browse files
committed
📃 docs: 更新站点标题和品牌信息
1 parent 4b1e738 commit cf85f76

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ import { defineConfig } from 'vitepress'
22

33
// https://vitepress.dev/reference/site-config
44
export default defineConfig({
5-
title: "Unicom Studio",
5+
title: "Newicom",
66
description: "Studio for Unicom",
77
head: [
88
['link', { rel: "shortcut icon", href: "/Unicom.ico"}],
9+
['link', { rel: "stylesheet", href: "https://cdn.jsdelivr.net/npm/@callmebill/lxgw-wenkai-web@latest/style.css"}],
910
],
1011
themeConfig: {
1112
// https://vitepress.dev/reference/default-theme-config

docs/.vitepress/theme/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// https://vitepress.dev/guide/custom-theme
22
import { h } from 'vue'
33
import type { Theme } from 'vitepress'
4-
import DefaultTheme from 'vitepress/theme'
4+
import DefaultTheme from 'vitepress/theme-without-fonts'
55
import './style.css'
66

77
export default {

docs/.vitepress/theme/style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* in custom container, badges, etc.
4444
* -------------------------------------------------------------------------- */
4545

46-
:root {
46+
:root {
4747
--vp-c-default-1: var(--vp-c-gray-1);
4848
--vp-c-default-2: var(--vp-c-gray-2);
4949
--vp-c-default-3: var(--vp-c-gray-3);
@@ -136,4 +136,3 @@
136136
.DocSearch {
137137
--docsearch-primary-color: var(--vp-c-brand-1) !important;
138138
}
139-

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
layout: home
44

55
hero:
6-
name: "Unicom Studio"
7-
text: "创新与灵感的交汇处"
8-
tagline: "Unicom 数字创意工作室"
6+
name: "Newicom"
7+
text: "连接无界,创想未来"
8+
tagline: "大D他瘋了,要搞個新和連勝!"
99
actions:
1010
- theme: brand
1111
text: 作品展示
@@ -15,7 +15,7 @@ hero:
1515
link: /services
1616
image:
1717
src: /Unicom.svg
18-
alt: "Unicom Studio"
18+
alt: "Newicom"
1919

2020
features:
2121
- title: 创意设计

0 commit comments

Comments
 (0)