first commit
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
node_modules
|
||||||
|
.temp
|
53
docs/.vuepress/config.ts
Normal 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'
|
||||||
|
}
|
||||||
|
})
|
BIN
docs/.vuepress/public/logo.png
Normal file
After Width: | Height: | Size: 129 KiB |
14
docs/README.md
Normal 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
@ -0,0 +1,88 @@
|
|||||||
|
---
|
||||||
|
sidebarDepth: 2
|
||||||
|
---
|
||||||
|
|
||||||
|
# 开源作品
|
||||||
|
|
||||||
|
## 个人作品
|
||||||
|
|
||||||
|
### Vue3+TypeScript后台管理系统
|
||||||
|
|
||||||
|
Vue3+TypeScript后台管理系统
|
||||||
|
|
||||||
|
[源代码](https://github.com/ZiuChen/vue3-ts-cms)
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
### A-SOUL浏览器宠物
|
||||||
|
|
||||||
|
在浏览器里养一只A-Soul成员当宠物
|
||||||
|
|
||||||
|
[源代码](https://github.com/ZiuChen/A-Soul-Browser-Pet)
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
### 北京交通大学课程平台功能增强
|
||||||
|
|
||||||
|
北京交通大学课程平台功能增强脚本,实现信息聚合,附件上传,让你高效处理课程信息。
|
||||||
|
|
||||||
|
[源代码](https://github.com/ZiuChen/NO-FLASH-Upload)
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
### uTools超级粘贴
|
||||||
|
|
||||||
|
uTools插件,将剪切板内容直接粘贴为文件
|
||||||
|
|
||||||
|
[源代码](https://github.com/ZiuChen/FileSaver-uTools)
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
### PopNotify
|
||||||
|
|
||||||
|
仿 Element UI 的通知卡片。
|
||||||
|
|
||||||
|
[源代码](https://github.com/ZiuChen/PopNotify)
|
||||||
|
[Demo](https://ziuchen.github.io/PopNotify/demo/Demo.html)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### UserScripts
|
||||||
|
|
||||||
|
用户脚本合集,生产力工具、效率工具、自动化脚本
|
||||||
|
|
||||||
|
[源代码](https://github.com/ZiuChen/userscript)
|
||||||
|
|
||||||
|
## 开源贡献
|
||||||
|
|
||||||
|
### 稀土掘金助手
|
||||||
|
|
||||||
|
稀土掘金助手: 腾讯云函数部署
|
||||||
|
|
||||||
|
[源代码](https://github.com/ZiuChen/juejin-helper-SCF)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### B站粉丝牌助手文档
|
||||||
|
|
||||||
|
B站粉丝牌助手文档
|
||||||
|
|
||||||
|
[源代码](https://github.com/ZiuChen/fansMedalHelperVersion)
|
||||||
|
[Demo](https://ziuchen.github.io/fansMedalHelperVersion/)
|
||||||
|
|
||||||
|

|
||||||
|

|
BIN
docs/project/img/A-Soul-Browser-Pet/1.png
Normal file
After Width: | Height: | Size: 842 KiB |
BIN
docs/project/img/A-Soul-Browser-Pet/2.png
Normal file
After Width: | Height: | Size: 5.9 MiB |
BIN
docs/project/img/A-Soul-Browser-Pet/3.png
Normal file
After Width: | Height: | Size: 1.7 MiB |
BIN
docs/project/img/FileSaver-uTools/1.png
Normal file
After Width: | Height: | Size: 2.3 MiB |
BIN
docs/project/img/FileSaver-uTools/2.png
Normal file
After Width: | Height: | Size: 2.2 MiB |
BIN
docs/project/img/FileSaver-uTools/3.png
Normal file
After Width: | Height: | Size: 2.2 MiB |
BIN
docs/project/img/FileSaver-uTools/4.png
Normal file
After Width: | Height: | Size: 2.2 MiB |
BIN
docs/project/img/FileSaver-uTools/5.png
Normal file
After Width: | Height: | Size: 2.2 MiB |
BIN
docs/project/img/NO-FLASH-Upload/1.png
Normal file
After Width: | Height: | Size: 5.5 MiB |
BIN
docs/project/img/NO-FLASH-Upload/2.png
Normal file
After Width: | Height: | Size: 5.5 MiB |
BIN
docs/project/img/NO-FLASH-Upload/3.png
Normal file
After Width: | Height: | Size: 5.5 MiB |
BIN
docs/project/img/NO-FLASH-Upload/4.png
Normal file
After Width: | Height: | Size: 5.5 MiB |
BIN
docs/project/img/PopNotify/1.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
docs/project/img/fansMedalHelperVersion/1.png
Normal file
After Width: | Height: | Size: 5.5 MiB |
BIN
docs/project/img/fansMedalHelperVersion/2.png
Normal file
After Width: | Height: | Size: 5.5 MiB |
BIN
docs/project/img/juejin-helper-SCF/1.png
Normal file
After Width: | Height: | Size: 3.9 MiB |
BIN
docs/project/img/vue3-ts-cms/1.png
Normal file
After Width: | Height: | Size: 5.5 MiB |
BIN
docs/project/img/vue3-ts-cms/2.png
Normal file
After Width: | Height: | Size: 5.5 MiB |
BIN
docs/project/img/vue3-ts-cms/3.png
Normal file
After Width: | Height: | Size: 5.5 MiB |
BIN
docs/project/img/vue3-ts-cms/4.png
Normal file
After Width: | Height: | Size: 5.5 MiB |
BIN
docs/project/img/vue3-ts-cms/5.png
Normal file
After Width: | Height: | Size: 5.5 MiB |
BIN
docs/project/img/vue3-ts-cms/6.png
Normal file
After Width: | Height: | Size: 5.5 MiB |
95
docs/self/README.md
Normal file
@ -0,0 +1,95 @@
|
|||||||
|
---
|
||||||
|
sidebarDepth: 2
|
||||||
|
---
|
||||||
|
|
||||||
|
# 个人介绍
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
北京交通大学(BeijingJiaoTong University)电子信息工程学院本科在读
|
||||||
|
|
||||||
|
* 擅长前端工程化开发
|
||||||
|
* 掌握`JS` `TS` `HTML` `CSS`, 熟悉`DOM` `HTTP`协议等前端领域知识, 能够熟练运用`ES6` `HTML5` `CSS3`等新标准进行开发
|
||||||
|
* 熟练使用`Vue` `React`框架及相关工具开发应用, 能够用`Bootstrap` `TailwindCSS`框架快速开发应用
|
||||||
|
* 熟悉`NodeJS`, 熟练使用 `Webpack`, `Vite` 等构建工具, 了解`Express.js`基本使用, 了解前端打包基本原理, 能够将项目部署至`Nginx`
|
||||||
|
* 正在学习嵌入式技术
|
||||||
|
|
||||||
|
## 技术栈
|
||||||
|
|
||||||
|
### 前端技术
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
`Vue Router` `Vuex` `Pinia` `Element Plus` `Echart` `WangEditor`
|
||||||
|
|
||||||
|
`Sass/Less` `Axios` `Ajax` `...`
|
||||||
|
|
||||||
|
### 后端技术
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
### 相关技能
|
||||||
|
|
||||||
|
文档处理:
|
||||||
|
|
||||||
|
`Microsoft Word` `Microsoft PowerPoint` `Microsoft Excel`
|
||||||
|
|
||||||
|
平面设计:
|
||||||
|
|
||||||
|
`Adobe PhotoShop` `Adobe Lightroom`
|
||||||
|
|
||||||
|
影音制作:
|
||||||
|
|
||||||
|
`DaVinci Resolve Studio` `Adobe Premiere` `Adobe After Effects`
|
||||||
|
|
||||||
|
专业软件:
|
||||||
|
|
||||||
|
`MATLAB` `ICEDA` `Multisim` `Keil uVision5`
|
||||||
|
|
||||||
|
## 获得奖项
|
||||||
|
|
||||||
|
### 稀土掘金2022编程挑战赛 三等奖
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### 入选“扬帆计划·中央和国家机关大学生实习”
|
||||||
|
|
||||||
|
### 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
After Width: | Height: | Size: 814 KiB |
19
package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|