Skip to content

Commit

Permalink
更改仓库名
Browse files Browse the repository at this point in the history
  • Loading branch information
hzjzwcu committed Mar 3, 2024
1 parent 5c287a3 commit 4fabaa2
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": "file:///d%3A/Study/WSHY/.github/workflows/deploy.yml"
"https://json.schemastore.org/github-workflow.json": "file:///d%3A/Study/wshy-docs/.github/workflows/deploy.yml"
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WSHY
# wshy-docs
- 安装依赖:`npm run docs:dev`
- 打包:`npm run docs:build`
- 预览打包后的网站:`npm run docs:preview`
6 changes: 3 additions & 3 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import AutoSidebar from 'vite-plugin-vitepress-auto-sidebar';

// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "WSHY",
title: "wshy-docs",
description: "A VitePress Site",
base: '/WSHY/',
base: '/wshy-docs/',
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
Expand All @@ -22,7 +22,7 @@ export default defineConfig({
{ text: 'Vue', link: '/Vue/项目起步/vite+ts项目起步.md' },
],
socialLinks: [
{ icon: 'github', link: 'https://github.com/hzjzwcu/WSHY' }
{ icon: 'github', link: 'https://github.com/hzjzwcu/wshy-docs' }
]
},
vite: {
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
layout: home

hero:
name: "WSHY"
name: "wshy-docs"
text: Talk is cheap. Show me the code.
tagline: 代码胜于雄辩
actions:
Expand Down
16 changes: 0 additions & 16 deletions docs/其他/备忘录/书签.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@

[机场测速简介](https://www.duyaoss.com/)[ikuuu](https://ikuuu.cu/)[Nexitally](https://nexitally.com/)[白瓦网络](https://baiwa.art/)[速蛙云](https://m.sw11.icu/)

### 账号相关

[迅雷账号](http://amm.xunleiyitian.com/q_365ceb19f5faf)

## 学习收藏

- [JavaScript 新增两个原始数据类型](https://mp.weixin.qq.com/s/pmkvw4p86Ch77-9cyI5-1A)
Expand All @@ -43,19 +39,7 @@
- [从 url 输入到返回请求的过程](https://mp.weixin.qq.com/s/hjCNzsbOZ9Wq4piB_RCyfw)
- [文字智能适配背景颜色](https://mp.weixin.qq.com/s/jFqrvvwuJUEQTLFGOHpomw)

## 前端八股文

**JavaScript 基础**,ES6语法、垃圾回收与内存泄漏等。

**网络通信**,重点有浏览器缓存、Http2.0、Https通信过程、TCP与UDP、DNS解析、CDN缓存等。

**HTML和CSS**,这块被问的内容比较少,重点从布局入手,比如单位、盒模型、定位、响应式布局等知识点。

**前端框架**,框架的底层原理是一定会问的,至少要深入掌握一个前端框架。目前业界内比较流行的框架是 React 和 Vue,React 的知识点有 React diff、生命周期、Fiber 架构、Hooks 等;Vue 的知识点有Vue diff、响应式原理、Vue3.0新特性等。

**打包工具**,主要围绕Webpack展开,比如loader和plugin原理、webpack构建流程、热更新原理、性能优化等。除此以外,打包界的新宠esbuild也可以了解下。

**加分项**,除了JavaScript外,还了解哪些编程语言



Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# 2023面试题整理
# 待归档面试题

**JavaScript 基础**,ES6语法、垃圾回收与内存泄漏等。

**网络通信**,重点有浏览器缓存、Http2.0、Https通信过程、TCP与UDP、DNS解析、CDN缓存等。

**HTML和CSS**,这块被问的内容比较少,重点从布局入手,比如单位、盒模型、定位、响应式布局等知识点。

**前端框架**,框架的底层原理是一定会问的,至少要深入掌握一个前端框架。目前业界内比较流行的框架是 React 和 Vue,React 的知识点有 React diff、生命周期、Fiber 架构、Hooks 等;Vue 的知识点有Vue diff、响应式原理、Vue3.0新特性等。

**打包工具**,主要围绕Webpack展开,比如loader和plugin原理、webpack构建流程、热更新原理、性能优化等。除此以外,打包界的新宠esbuild也可以了解下。

**加分项**,除了JavaScript外,还了解哪些编程语言

## CSS换行

Expand Down

0 comments on commit 4fabaa2

Please sign in to comment.