We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3def920 commit 611cca2Copy full SHA for 611cca2
docs/.vuepress/config.js
@@ -1,6 +1,6 @@
1
module.exports = {
2
title: 'K-D-Union',
3
- description: 'Welcome to the world of Java',
+ description: 'Welcome to K-D-Union\'\s World',
4
cache: false,
5
head: [
6
['link', {
docs/.vuepress/public/logo.jpg
57.9 KB
docs/TypeScript/README.md
@@ -4,14 +4,11 @@ title: TypeScript
---
# TypeScript
7
-<<<<<<< HEAD
8
## 参考说明
9
::: tip 说明
10
本篇博客由慕课网视频[TypeScript -系统入门到项目实战](https://coding.imooc.com/class/412.html)(Dell-Lee)阅读整理而来,观看视频请支持正版。
11
:::
12
13
-=======
14
->>>>>>> 更新TypeScript栏
15
## 介绍
16
17
`TypeScript`是`JavaScript`的超集,拥有静态代码类型。`TypeScript`可以编译成普通`JavaScript`代码然后再去运行。
0 commit comments