Skip to content

Commit 611cca2

Browse files
committed
更换logo
1 parent 3def920 commit 611cca2

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
title: 'K-D-Union',
3-
description: 'Welcome to the world of Java',
3+
description: 'Welcome to K-D-Union\'\s World',
44
cache: false,
55
head: [
66
['link', {

docs/.vuepress/public/logo.jpg

57.9 KB
Loading

docs/TypeScript/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@ title: TypeScript
44
---
55
# TypeScript
66

7-
<<<<<<< HEAD
87
## 参考说明
98
::: tip 说明
109
本篇博客由慕课网视频[TypeScript -系统入门到项目实战](https://coding.imooc.com/class/412.html)(Dell-Lee)阅读整理而来,观看视频请支持正版。
1110
:::
1211

13-
=======
14-
>>>>>>> 更新TypeScript栏
1512
## 介绍
1613

1714
`TypeScript``JavaScript`的超集,拥有静态代码类型。`TypeScript`可以编译成普通`JavaScript`代码然后再去运行。

0 commit comments

Comments
 (0)