first commit

This commit is contained in:
ZiuChen 2022-07-26 10:10:41 +08:00
commit 3c26481540
31 changed files with 12071 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
node_modules
.temp

53
docs/.vuepress/config.ts Normal file
View File

@ -0,0 +1,53 @@
import { defineConfig } from 'vuepress/config'
export default defineConfig({
title: 'ZiuChen',
description: 'Unlimited Progress.',
head: [['link', { rel: 'icon', href: '/logo.png' }]],
plugins: [
'@vuepress/medium-zoom',
'@vuepress/active-header-links',
'@vuepress/plugin-back-to-top'
],
themeConfig: {
nav: [
{ text: '首页', link: '/' },
{
text: '开源作品',
link: '/project/'
},
{
text: '个人介绍',
link: '/self/',
items: [
{
text: '关于我',
link: '/self/'
},
{
text: '更多信息',
items: [
{
text: '技术栈',
link: '/self/#技术栈'
},
{
text: '获得奖项',
link: '/self/#获得奖项'
},
{
text: '相关链接',
link: '/self/#相关链接'
}
]
}
]
}
],
sidebar: [['/', '首页'], '/project/', '/self/'],
logo: '/logo.png',
repo: 'ZiuChen',
docsBranch: 'master',
docsDir: 'docs'
}
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

14
docs/README.md Normal file
View File

@ -0,0 +1,14 @@
---
home: true
heroImage: /logo.png
heroText: ZiuChen
tagline: Unlimited Progress.
features:
- title: 开源作品
details: Vue3+TypeScript后台管理系统, A-SOUL浏览器宠物, 北交大课程平台功能增强, uTools超级粘贴, 稀土掘金助手...
- title: 技术栈
details: Javascript, Typescript, C/C++, Python, Vue, React, Node,js, MySQL, Git, ...
- title: 相关链接
details: 哔哩哔哩, 稀土掘金, CSDN, Github, Gitee...
footer: ZiuChen
---

88
docs/project/README.md Normal file
View File

@ -0,0 +1,88 @@
---
sidebarDepth: 2
---
# 开源作品
## 个人作品
### Vue3+TypeScript后台管理系统
Vue3+TypeScript后台管理系统
[源代码](https://github.com/ZiuChen/vue3-ts-cms)
![](./img/vue3-ts-cms/1.png)
![](./img/vue3-ts-cms/2.png)
![](./img/vue3-ts-cms/3.png)
![](./img/vue3-ts-cms/4.png)
![](./img/vue3-ts-cms/5.png)
![](./img/vue3-ts-cms/6.png)
### A-SOUL浏览器宠物
在浏览器里养一只A-Soul成员当宠物
[源代码](https://github.com/ZiuChen/A-Soul-Browser-Pet)
![](./img/A-Soul-Browser-Pet/1.png)
![](./img/A-Soul-Browser-Pet/2.png)
![](./img/A-Soul-Browser-Pet/3.png)
### 北京交通大学课程平台功能增强
北京交通大学课程平台功能增强脚本,实现信息聚合,附件上传,让你高效处理课程信息。
[源代码](https://github.com/ZiuChen/NO-FLASH-Upload)
![](./img/NO-FLASH-Upload/1.png)
![](./img/NO-FLASH-Upload/2.png)
![](./img/NO-FLASH-Upload/3.png)
![](./img/NO-FLASH-Upload/4.png)
### uTools超级粘贴
uTools插件将剪切板内容直接粘贴为文件
[源代码](https://github.com/ZiuChen/FileSaver-uTools)
![](./img/FileSaver-uTools/1.png)
![](./img/FileSaver-uTools/2.png)
![](./img/FileSaver-uTools/3.png)
![](./img/FileSaver-uTools/4.png)
![](./img/FileSaver-uTools/5.png)
### PopNotify
仿 Element UI 的通知卡片。
[源代码](https://github.com/ZiuChen/PopNotify)
[Demo](https://ziuchen.github.io/PopNotify/demo/Demo.html)
![](./img/PopNotify/1.png)
### UserScripts
用户脚本合集,生产力工具、效率工具、自动化脚本
[源代码](https://github.com/ZiuChen/userscript)
## 开源贡献
### 稀土掘金助手
稀土掘金助手: 腾讯云函数部署
[源代码](https://github.com/ZiuChen/juejin-helper-SCF)
![](./img/juejin-helper-SCF/1.png)
### B站粉丝牌助手文档
B站粉丝牌助手文档
[源代码](https://github.com/ZiuChen/fansMedalHelperVersion)
[Demo](https://ziuchen.github.io/fansMedalHelperVersion/)
![](./img/fansMedalHelperVersion/1.png)
![](./img/fansMedalHelperVersion/2.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 842 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 MiB

95
docs/self/README.md Normal file
View File

@ -0,0 +1,95 @@
---
sidebarDepth: 2
---
# 个人介绍
![logo](/logo.png)
北京交通大学BeijingJiaoTong University电子信息工程学院本科在读
* 擅长前端工程化开发
* 掌握`JS` `TS` `HTML` `CSS`, 熟悉`DOM` `HTTP`协议等前端领域知识, 能够熟练运用`ES6` `HTML5` `CSS3`等新标准进行开发
* 熟练使用`Vue` `React`框架及相关工具开发应用, 能够用`Bootstrap` `TailwindCSS`框架快速开发应用
* 熟悉`NodeJS`, 熟练使用 `Webpack`, `Vite` 等构建工具, 了解`Express.js`基本使用, 了解前端打包基本原理, 能够将项目部署至`Nginx`
* 正在学习嵌入式技术
## 技术栈
### 前端技术
![](https://img.shields.io/badge/-JavaScript-f7e018?style=flat-square&logo=javascript&logoColor=white)
![](https://img.shields.io/badge/TypeScript-007ACC?style=flat-square&logo=typescript&logoColor=white)
![](https://img.shields.io/badge/HTML5-E34F26?style=flat-square&logo=html5&logoColor=white)
![](https://img.shields.io/badge/CSS3-1572B6?style=flat-square&logo=css3&logoColor=white)
![](https://img.shields.io/badge/Vue-35495E?style=flat-square&logo=vuedotjs&logoColor=4FC08D)
![](https://img.shields.io/badge/React-20232A?style=flat-square&logo=react&logoColor=61DAFB)
![](https://img.shields.io/badge/Bootstrap-563D7C?style=flat-square&logo=bootstrap&logoColor=white)
![](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=flat-square&logo=tailwind-css&logoColor=white)
![](https://img.shields.io/badge/ThreeJs-black?style=flat-square&logo=three.js&logoColor=white)
![](https://img.shields.io/badge/Webpack-8DD6F9?style=flat-square&logo=Webpack&logoColor=white)
![](https://img.shields.io/badge/Vite-B73BFE?style=flat-square&logo=vite&logoColor=FFD62E)
![](https://img.shields.io/badge/Yarn-2C8EBB?style=flat-square&logo=yarn&logoColor=white)
![](https://img.shields.io/badge/Nginx-009639?style=flat-square&logo=nginx&logoColor=white)
`Vue Router` `Vuex` `Pinia` `Element Plus` `Echart` `WangEditor`
`Sass/Less` `Axios` `Ajax` `...`
### 后端技术
![](https://img.shields.io/badge/Node.js-339933?style=flat-square&logo=nodedotjs&logoColor=white)
![](https://img.shields.io/badge/C-00599C?style=flat-square&logo=c&logoColor=white)
![](https://img.shields.io/badge/C%2B%2B-00599C?style=flat-square&logo=c%2B%2B&logoColor=white)
![](https://img.shields.io/badge/Python-FFD43B?style=flat-square&logo=python&logoColor=blue)
![](https://img.shields.io/badge/GIT-E44C30?style=flat-square&logo=git&logoColor=white)
![](https://img.shields.io/badge/-Linux-fcc624?style=flat-square&logo=linux&logoColor=white)
![](https://img.shields.io/badge/Cent%20OS-262577?style=flat-square&logo=CentOS&logoColor=white)
![](https://img.shields.io/badge/-MySQL-4479A1?style=flat-square&logo=MySQL&logoColor=fff)
![](https://img.shields.io/badge/-Docker-2496ED?style=flat-square&logo=docker&logoColor=ffffff)
![](https://img.shields.io/badge/Electron-2B2E3A?style=flat-square&logo=electron&logoColor=9FEAF9)
![](https://img.shields.io/badge/Express.js-000000?style=flat-square&logo=express&logoColor=white)
### 相关技能
文档处理:
`Microsoft Word` `Microsoft PowerPoint` `Microsoft Excel`
平面设计:
`Adobe PhotoShop` `Adobe Lightroom`
影音制作:
`DaVinci Resolve Studio` `Adobe Premiere` `Adobe After Effects`
专业软件:
`MATLAB` `ICEDA` `Multisim` `Keil uVision5`
## 获得奖项
### 稀土掘金2022编程挑战赛 三等奖
![](./img/reward/1.png)
### 入选“扬帆计划·中央和国家机关大学生实习”
### 100周年现场志愿者
### 优秀学生干部、优秀共青团员
### 社会工作优秀奖学金
## 相关链接
[Github](https://github.com/ZiuChen)
[哔哩哔哩](https://space.bilibili.com/7597956)
[稀土掘金](https://juejin.cn/user/4420463502826087)
[CSDN](https://blog.csdn.net/Huuc6)
[Gitee](https://gitee.com/ziuc)

BIN
docs/self/img/reward/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 814 KiB

19
package.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "ziuchen-docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.9.7",
"@vuepress/plugin-back-to-top": "^1.9.7",
"@vuepress/plugin-medium-zoom": "^1.9.7",
"vue-template-compiler": "^2.7.8",
"vuepress": "^1.9.7"
}
}

11800
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff