Skip to content

Commit

Permalink
内容修改
Browse files Browse the repository at this point in the history
  • Loading branch information
lan-dian committed Apr 7, 2024
1 parent 1a0fc2c commit bb4251e
Show file tree
Hide file tree
Showing 51 changed files with 1,585 additions and 9,319 deletions.
13 changes: 13 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
---
title: ES5面向对象
date: 2020-02-22 10:35:43
permalink: /pages/b1af5cb8996363c5
categories:
- 前端
- JavaScript文章
tags:
- null
author:
name: xugaoyi
link: https://github.com/xugaoyi
---
<p align="center"><a href="https://xugaoyi.com/" target="_blank" rel="noopener noreferrer"><img width="180" src="https://jsd.cdn.zzko.cn/gh/xugaoyi/image_store/blog/20200409124835.png" alt="logo"></a></p>

<p align="center">
Expand Down
213 changes: 213 additions & 0 deletions docs/.vuepress/config.bundled_1712484120905.mjs

Large diffs are not rendered by default.

213 changes: 213 additions & 0 deletions docs/.vuepress/config.bundled_1712484120920.mjs

Large diffs are not rendered by default.

213 changes: 213 additions & 0 deletions docs/.vuepress/config.bundled_1712484120922.mjs

Large diffs are not rendered by default.

213 changes: 213 additions & 0 deletions docs/.vuepress/config.bundled_1712484120924.mjs

Large diffs are not rendered by default.

213 changes: 213 additions & 0 deletions docs/.vuepress/config.bundled_1712484120925.mjs

Large diffs are not rendered by default.

213 changes: 213 additions & 0 deletions docs/.vuepress/config.bundled_1712484121068.mjs

Large diffs are not rendered by default.

213 changes: 213 additions & 0 deletions docs/.vuepress/config.bundled_1712484121069.mjs

Large diffs are not rendered by default.

121 changes: 40 additions & 81 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,43 +30,8 @@ export default defineConfig4CustomTheme<VdoingThemeConfig>({
nav: [
{ text: '首页', link: '/' },
{
text: '前端',
link: '/web/', //目录页链接,此处link是vdoing主题新增的配置项,有二级导航时,可以点击一级导航跳到目录页
items: [
// 说明:以下所有link的值只是在相应md文件头部定义的永久链接(不是什么特殊编码)。另外,注意结尾是有斜杠的
{
text: '前端文章',
items: [
{ text: 'JavaScript', link: '/pages/8143cc480faf9a11/' },
],
},
{
text: '学习笔记',
items: [
{ text: '《JavaScript教程》', link: '/note/javascript/' },
{ text: '《JavaScript高级程序设计》', link: '/note/js/' },
{ text: '《ES6 教程》', link: '/note/es6/' },
{ text: '《Vue》', link: '/note/vue/' },
{ text: '《React》', link: '/note/react/' },
{
text: '《TypeScript 从零实现 axios》',
link: '/note/typescript-axios/',
},
{
text: '《Git》',
link: '/note/git/',
},
{
text: 'TypeScript',
link: '/pages/51afd6/',
},
{
text: 'JS设计模式总结',
link: '/pages/4643cd/',
},
],
},
],
text: 'Java',
link: '/01.java/',
},
{ text: '关于', link: '/about/' },
{
Expand All @@ -81,7 +46,7 @@ export default defineConfig4CustomTheme<VdoingThemeConfig>({
],
sidebarDepth: 2, // 侧边栏显示深度,默认1,最大2(显示到h3标题)
logo: '/img/logo.png', // 导航栏logo
repo: 'xugaoyi/vuepress-theme-vdoing', // 导航栏右侧生成Github链接
repo: 'lan-dian', // 导航栏右侧生成Github链接
searchMaxSuggestions: 10, // 搜索结果显示最大数
lastUpdated: '上次更新', // 开启更新时间,并配置前缀文字 string | boolean (取值为git提交时间)
docsDir: 'docs', // 编辑的文件夹
Expand Down Expand Up @@ -134,39 +99,33 @@ export default defineConfig4CustomTheme<VdoingThemeConfig>({

// 博主信息 (显示在首页侧边栏)
blogger: {
avatar: 'https://jsd.cdn.zzko.cn/gh/xugaoyi/image_store/blog/20200103123203.jpg',
name: 'Evan Xu',
slogan: '前端界的小学生',
avatar: '/img/logo.png',
name: '岚殿',
},

// 社交图标 (显示于博主信息栏和页脚栏。内置图标:https://doc.xugaoyi.com/pages/a20ce8/#social)
social: {
// iconfontCssFile: '//at.alicdn.com/t/xxx.css', // 可选,阿里图标库在线css文件地址,对于主题没有的图标可自己添加。阿里图片库:https://www.iconfont.cn/
icons: [
{
iconClass: 'icon-youjian',
title: '发邮件',
link: 'mailto:[email protected]',
},
// {
// iconClass: 'icon-youjian',
// title: '发邮件',
// link: 'mailto:[email protected]',
// },
{
iconClass: 'icon-github',
title: 'GitHub',
link: 'https://github.com/xugaoyi',
},
{
iconClass: 'icon-erji',
title: '听音乐',
link: 'https://music.163.com/#/playlist?id=755597173',
},
link: 'https://github.com/lan-dian',
}
],
},

// 页脚信息
footer: {
createYear: 2019, // 博客创建年份
copyrightInfo:
'Evan Xu | <a href="https://github.com/xugaoyi/vuepress-theme-vdoing/blob/master/LICENSE" target="_blank">MIT License</a>', // 博客版权信息、备案信息等,支持a标签或换行标签</br>
},
// // 页脚信息
// footer: {
// createYear: 2024, // 博客创建年份
// copyrightInfo:
// 'Evan Xu | <a href="https://github.com/xugaoyi/vuepress-theme-vdoing/blob/master/LICENSE" target="_blank">MIT License</a>', // 博客版权信息、备案信息等,支持a标签或换行标签</br>
// },

// 扩展自动生成frontmatter。(当md文件的frontmatter不存在相应的字段时将自动添加。不会覆盖已有的数据。)
extendFrontmatter: {
Expand All @@ -187,10 +146,10 @@ export default defineConfig4CustomTheme<VdoingThemeConfig>({
'meta',
{
name: 'keywords',
content: '前端博客,个人技术博客,前端,前端开发,前端框架,web前端,前端面试题,技术文档,学习,面试,JavaScript,js,ES6,TypeScript,vue,python,css3,html5,Node,git,github,markdown',
content: 'Java,后端,技术,博客',
},
],
['meta', { name: 'baidu-site-verification', content: '7F55weZDDc' }], // 百度统计的站长验证(你可以去掉)
// ['meta', { name: 'baidu-site-verification', content: '7F55weZDDc' }], // 百度统计的站长验证(你可以去掉)
['meta', { name: 'theme-color', content: '#11a8cd' }], // 移动浏览器主题颜色
// [
// 'script',
Expand Down Expand Up @@ -286,26 +245,26 @@ export default defineConfig4CustomTheme<VdoingThemeConfig>({
},
},
],
[
'vuepress-plugin-comment', // 评论
{
choosen: 'gitalk',
options: {
clientID: 'a6e1355287947096b88b',
clientSecret: 'f0e77d070fabfcd5af95bebb82b2d574d7248d71',
repo: 'blog-gitalk-comment', // GitHub 仓库
owner: 'xugaoyi', // GitHub仓库所有者
admin: ['xugaoyi'], // 对仓库有写权限的人
// distractionFreeMode: true,
pagerDirection: 'last', // 'first'正序 | 'last'倒序
id: '<%- (frontmatter.permalink || frontmatter.to.path).slice(-16) %>', // 页面的唯一标识,长度不能超过50
title: '「评论」<%- frontmatter.title %>', // GitHub issue 的标题
labels: ['Gitalk', 'Comment'], // GitHub issue 的标签
body:
'页面:<%- window.location.origin + (frontmatter.to.path || window.location.pathname) %>', // GitHub issue 的内容
},
},
],
// [
// 'vuepress-plugin-comment', // 评论
// {
// choosen: 'gitalk',
// options: {
// clientID: 'a6e1355287947096b88b',
// clientSecret: 'f0e77d070fabfcd5af95bebb82b2d574d7248d71',
// repo: 'blog-gitalk-comment', // GitHub 仓库
// owner: 'xugaoyi', // GitHub仓库所有者
// admin: ['xugaoyi'], // 对仓库有写权限的人
// // distractionFreeMode: true,
// pagerDirection: 'last', // 'first'正序 | 'last'倒序
// id: '<%- (frontmatter.permalink || frontmatter.to.path).slice(-16) %>', // 页面的唯一标识,长度不能超过50
// title: '「评论」<%- frontmatter.title %>', // GitHub issue 的标题
// labels: ['Gitalk', 'Comment'], // GitHub issue 的标签
// body:
// '页面:<%- window.location.origin + (frontmatter.to.path || window.location.pathname) %>', // GitHub issue 的内容
// },
// },
// ],
[
'@vuepress/last-updated', // "上次更新"时间格式
{
Expand Down
26 changes: 13 additions & 13 deletions docs/.vuepress/config/htmlModules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ import { VdoingThemeConfig } from 'vuepress-theme-vdoing/types'
* ②注:windowLB 和 windowRB:1.展示区块最大宽高200px*400px。2.请给自定义元素定一个不超过200px*400px的宽高。3.在屏幕宽度小于960px时无论如何都不会显示。
*/
const htmlModule: VdoingThemeConfig['htmlModules'] = {
homeSidebarB:
`<div style="padding: 0.95rem">
<p style="
color: var(--textColor);
opacity: 0.9;
font-size: 20px;
font-weight: bold;
margin: 0 0 8px 0;
">公众号</p>
<img src="https://open.weixin.qq.com/qr/code?username=gh_0cf4b813918c" style="width:100%;" />
关注公众号,回复[<b>前端资源</b>],可获取 <a href="https://game.xugaoyi.com" arget="_blank" >前端学习资源<span><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg> <span class="sr-only">(opens new window)</span></span></a>
</p>
</div>`,
// homeSidebarB:
// `<div style="padding: 0.95rem">
// <p style="
// color: var(--textColor);
// opacity: 0.9;
// font-size: 20px;
// font-weight: bold;
// margin: 0 0 8px 0;
// ">公众号</p>
// <img src="https://open.weixin.qq.com/qr/code?username=gh_0cf4b813918c" style="width:100%;" />
// 关注公众号,回复[<b>前端资源</b>],可获取 <a href="https://game.xugaoyi.com" arget="_blank" >前端学习资源<span><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg> <span class="sr-only">(opens new window)</span></span></a>
// </p>
// </div>`,
// `<!-- 纵向自适应 -->
// <ins class="adsbygoogle"
// style="display:block;padding: 0.95rem;"
Expand Down
105 changes: 0 additions & 105 deletions docs/.vuepress/config/sidebar.js

This file was deleted.

Binary file modified docs/.vuepress/public/img/favicon.ico
Binary file not shown.
Binary file modified docs/.vuepress/public/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions docs/01.java/01.java基础.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: java基础
date: 2024-04-07 10:07:02
permalink: /pages/269116/
categories:
- java
tags:
-
author:
name: lan-dian
link: https://github.com/lan-dian
---
Java基础笔记
Loading

0 comments on commit bb4251e

Please sign in to comment.