Skip to content

删除打包文件 #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Java部分:分别有
<p>└── SpringBoot</p>
<p>================================================================================</p>

## Java源码
### Java源码
<p>———————————————————————————————————————————————————————</p>
<p>├── List</p>
<p>├── LinkedList</p>
Expand All @@ -39,4 +39,10 @@ Java部分:分别有
<p>├── TreeMap</p>
<p>├── LinkedHashMap</p>
<p>├── String、Long</p>
<p>└── Thread</p>
<p>└── Thread</p>

## 前端框架
<p>———————————————————————————————————————————————————————</p>
<p>├── Vue</p>
<p>├── React</p>
<p>└── TypeScript</p>
4 changes: 2 additions & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
title: 'Sperman-Yuan',
title: 'K-D-Union',
description: 'Welcome to the world of Java',
cache: false,
head: [
Expand All @@ -13,7 +13,7 @@ module.exports = {
search: true,
searchMaxSuggestions: 10,
sidebar: 'auto',
repo: 'https://github.com/superman-yuan/JavaDocument.git',
repo: 'https://github.com/K-D-Union/Java-JavaScript-Learn-Note.git',
repoLabel: 'Github',
nav: [{
text: '首页',
Expand Down
17 changes: 0 additions & 17 deletions docs/.vuepress/dist/404.html

This file was deleted.

17 changes: 0 additions & 17 deletions docs/.vuepress/dist/JavaIndex/index.html

This file was deleted.

17 changes: 0 additions & 17 deletions docs/.vuepress/dist/Spring/index.html

This file was deleted.

17 changes: 0 additions & 17 deletions docs/.vuepress/dist/SpringBoot/index.html

This file was deleted.

Loading