Skip to content

Commit

Permalink
feat: 更新忽略文件、链接地址
Browse files Browse the repository at this point in the history
  • Loading branch information
142vip.cn committed Nov 18, 2023
1 parent 4885a8c commit 82053f2
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 35 deletions.
17 changes: 0 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,37 +1,20 @@
# Logs
logs
*.log
.vscode
.vscode/*
*/.DS_Store
.DS_Store
.idea
# Coverage directory used by tools like istanbul
coverage
*.lcov
# nyc test coverage
.nyc_output
# Dependency directories
node_modules/
jspm_packages/
# TypeScript v1 declaration files
typings/
# Optional npm cache directory
.npm
# Output of 'npm pack'
*.tgz
# parcel-bundler cache (https://parceljs.org/)
.cache
# Next.js build output
.next
.nuxt
dist
# Gatsby files
.cache/
# vuepress build output
# .vuepress/dist
docs/.vuepress/.cache/
docs/.vuepress/.temp/
docs/.vuepress/dist/
# TernJS port file
.tern-port
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

- 稳定版:<https://code.142vip.cn>

> 网站无法访问时,合理使用魔法通过科学上网访问第三方托管平台
> 网站无法访问时,合理使用魔法、通过科学上网访问第三方托管平台
- Github:<https://142vip.github.io/JavaScriptCollection>
- Netlify: <https://js-collection.netlify.app>
Expand Down Expand Up @@ -474,14 +474,14 @@ Nuxt.js是在vue框架上进行封装的,主要是用来解决单体页面的

<div style="text-align: center;margin: 10px" id="we-media-container">
<div align="center" >
<img src="https://cdn.statically.io/gh/142vip/cdn_service@main/media/fairy-sister-450x450.jpg"
<img src="https://cdn.statically.io/gh/142vip/cdn_service@main/media/chu-fan-code-450x450.png"
width="200px"
style="margin:5px"
title="欢迎关注公众号:Rong姐姐好可爱" alt="关注公众号"/>
title="欢迎关注微信公众号:储凡" alt="关注微信公众号:储凡"/>
<img src="https://cdn.statically.io/gh/142vip/cdn_service@main/media/chu-fan-443-650x650.jpg"
width="200px"
style="margin:5px"
title="欢迎添加微信:chufan443 " alt="联系作者"/>
title="欢迎添加微信:chufan443 " alt="添加微信:chufan443,联系作者"/>
</div>
<div style="text-align: center;padding: 5px" align="center">
<a
Expand Down
32 changes: 20 additions & 12 deletions docs/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,30 @@ actions:
# type: secondary

features:
- title: 前端
details: 熟练前端基础知识、常用框架,总结提炼前端部署方案
- title: 后端&微服务
details: 基础扎实、熟练使用框架,有一定的封装能力。造轮子、定制化插件功能,保姆级前后端开发部署流程
- title: SOLO算法
details: 习题整理,代码通过记录,个人实际解题思路,助力刷题通关
link: /manuscripts/solo-algorithm
- title: Battle面试官
details: 校招社招八股文集合,分享面经与常见面试题,总结面试套路经验,对线、Battle面试官丝毫不慌
link: /manuscripts/battle-interview
- title: 前端
details: 熟练前端基础知识、常用框架,总结、提炼前端部署方案
link: /manuscripts/front-end
- title: 后端
details: 夯实基础、熟练使用框架,有一定封装能力。造轮子、定制化插件功能,保姆级开发、部署流程
link: /manuscripts/server-end
- title: 微服务
details: 网关、服务间调用、ELK、消息中间件等对开发有更高要求,技术永无止境
link: /manuscripts/microservice
- title: 开发技巧
details: 习题整理,代码通过记录,总结刷题、解题思路,助力算法能力Up
- title: 面试求职
details: 校招社招八股文集合,分享面经与常见面试题,总结面试套路经验,对线Battle面试官有条不紊
details: 知识很重要,技巧不可缺。汇总日常软件安装、基础编译、代码管理等琐碎小技巧
link: /manuscripts/develop-skill
- title: 读书写作
details: 代码虽好但读书提升更为重要,不可偏执一端。人文社科生活百态提升职场人生软技能
- title: 心路历程
details: 从小白一路磕磕绊绊,自认并无天赋,个中辛酸、冷暖自知; 做好当下,便是对自己的不辜负
details: 代码虽好,读书提升更为重要,不可偏执一端。人文社科、生活百态都是职场、人生的软技能
link: /manuscripts/read-books
- title: 自媒体
details: 尝试尝试再尝试,等等我呀...
details: 尝试尝试再尝试,等等我呀。一路磕磕绊绊,自认并无天赋,辛酸、冷暖自知。 做好当下,便是不辜负自己
link: /manuscripts/wechat-list.html
---

[//]: # (<BiliBili bvid="BV1rd4y1V7tB" />)
Expand Down Expand Up @@ -110,7 +118,7 @@ yarn run dev

- 稳定版:<https://code.142vip.cn>

> 网站无法访问时,合理使用魔法通过科学上网访问第三方托管平台
> 网站无法访问时,合理使用魔法、通过科学上网访问第三方托管平台
- Github:<https://142vip.github.io/JavaScriptCollection>
- Netlify: <https://js-collection.netlify.app>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/manuscripts/microservice/dockerfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ FROM node:12.6.0-alpine
LABEL version="Beta1.0"
LABEL description="基于egg框架实现的Oauth2统一认证登录"
# 作者
LABEL author="【Github&公众号】:Rong姐姐好可爱"
LABEL author="微信公众号:储凡"
LABEL email="mmdapl@163.com"
# 创建项目空间
RUN mkdir -p /web-project/node/oauth2-service
Expand Down
2 changes: 1 addition & 1 deletion docs/manuscripts/server-end/framework/egg/最佳实践.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ FROM node:10
LABEL version="Beta1.0"
LABEL description="【哔哩哔哩:Rong姐姐好可爱】基于egg框架短链功能、接口代理等接口服务"
# 作者
LABEL Author="哔哩哔哩&&Github:Rong姐姐好可爱"
LABEL Author="哔哩哔哩:Rong姐姐好可爱"
## 邮箱
LABEL Email="237221210@qq.com"
# 创建项目空间
Expand Down

0 comments on commit 82053f2

Please sign in to comment.