Skip to content

Commit b8e9d3c

Browse files
author
coderzi
committed
Updates
1 parent e44a6a3 commit b8e9d3c

18 files changed

+231
-0
lines changed

asset-manifest.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"files": {
3+
"main.css": "/static/css/main.64938a4b.css",
4+
"main.js": "/static/js/main.3303f6e8.js",
5+
"static/media/h5-index.png": "/static/media/h5-index.37662d74401d6097304d.png",
6+
"static/media/AndaleMono.otf": "/static/media/AndaleMono.41f364711e7721ea7b63.otf",
7+
"static/media/admin-logo2.png": "/static/media/admin-logo2.5802a79dc458275de132.png",
8+
"static/media/p-1.jpg": "/static/media/p-1.1c3647fa51b4bf87d62d.jpg",
9+
"static/media/ArchivoBlack.woff2": "/static/media/ArchivoBlack.fc847a1f8d3d31390e0a.woff2",
10+
"static/media/p1.md": "/static/media/p1.458b191c722780600ec2.md",
11+
"static/media/m.md": "/static/media/m.ec76f253776dd8635356.md",
12+
"static/media/w.md": "/static/media/w.162bdf02e8f5a0e49a2b.md",
13+
"index.html": "/index.html",
14+
"static/media/p4.md": "/static/media/p4.46bf05c89f6fd99b55f8.md",
15+
"static/media/p3.md": "/static/media/p3.e524241c0492e83cdcbc.md",
16+
"static/media/p2.md": "/static/media/p2.75ca58a737d0d99642c2.md",
17+
"main.64938a4b.css.map": "/static/css/main.64938a4b.css.map",
18+
"main.3303f6e8.js.map": "/static/js/main.3303f6e8.js.map"
19+
},
20+
"entrypoints": [
21+
"static/css/main.64938a4b.css",
22+
"static/js/main.3303f6e8.js"
23+
]
24+
}

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.png" type="image/png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/4.0.0/github-markdown.min.css"><link rel="manifest" href="/manifest.json"/><title>_coderzi</title><script defer="defer" src="/static/js/main.3303f6e8.js"></script><link href="/static/css/main.64938a4b.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

static/css/main.64938a4b.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/main.64938a4b.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/main.3303f6e8.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/*!
8+
* Determine if an object is a Buffer
9+
*
10+
* @author Feross Aboukhadijeh <https://feross.org>
11+
* @license MIT
12+
*/
13+
14+
/**
15+
* React Router DOM v6.2.1
16+
*
17+
* Copyright (c) Remix Software Inc.
18+
*
19+
* This source code is licensed under the MIT license found in the
20+
* LICENSE.md file in the root directory of this source tree.
21+
*
22+
* @license MIT
23+
*/
24+
25+
/**
26+
* React Router v6.2.1
27+
*
28+
* Copyright (c) Remix Software Inc.
29+
*
30+
* This source code is licensed under the MIT license found in the
31+
* LICENSE.md file in the root directory of this source tree.
32+
*
33+
* @license MIT
34+
*/
35+
36+
/** @license React v0.20.2
37+
* scheduler.production.min.js
38+
*
39+
* Copyright (c) Facebook, Inc. and its affiliates.
40+
*
41+
* This source code is licensed under the MIT license found in the
42+
* LICENSE file in the root directory of this source tree.
43+
*/
44+
45+
/** @license React v16.13.1
46+
* react-is.production.min.js
47+
*
48+
* Copyright (c) Facebook, Inc. and its affiliates.
49+
*
50+
* This source code is licensed under the MIT license found in the
51+
* LICENSE file in the root directory of this source tree.
52+
*/
53+
54+
/** @license React v16.14.0
55+
* react.production.min.js
56+
*
57+
* Copyright (c) Facebook, Inc. and its affiliates.
58+
*
59+
* This source code is licensed under the MIT license found in the
60+
* LICENSE file in the root directory of this source tree.
61+
*/
62+
63+
/** @license React v17.0.2
64+
* react-dom.production.min.js
65+
*
66+
* Copyright (c) Facebook, Inc. and its affiliates.
67+
*
68+
* This source code is licensed under the MIT license found in the
69+
* LICENSE file in the root directory of this source tree.
70+
*/
71+
72+
/** @license React v17.0.2
73+
* react-is.production.min.js
74+
*
75+
* Copyright (c) Facebook, Inc. and its affiliates.
76+
*
77+
* This source code is licensed under the MIT license found in the
78+
* LICENSE file in the root directory of this source tree.
79+
*/
80+
81+
/** @license React v17.0.2
82+
* react-jsx-runtime.production.min.js
83+
*
84+
* Copyright (c) Facebook, Inc. and its affiliates.
85+
*
86+
* This source code is licensed under the MIT license found in the
87+
* LICENSE file in the root directory of this source tree.
88+
*/
89+
90+
/** @license React v17.0.2
91+
* react.production.min.js
92+
*
93+
* Copyright (c) Facebook, Inc. and its affiliates.
94+
*
95+
* This source code is licensed under the MIT license found in the
96+
* LICENSE file in the root directory of this source tree.
97+
*/

static/js/main.3303f6e8.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Loading
361 KB
Loading
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
- 贺子良/男
2+
- 本科/中南林业科技大学
3+
- 毕业时间:2019
4+
- 工作年限:4 年
5+
6+
- 技术栈:`vue2` `vue3` `react` `angular`
7+
8+
- Github:https://github.com/coderzii
9+
10+
- Tel:17091248698
11+
- 期望职位:Web 前端工程师
12+
- 期望薪资:面谈
13+
14+
- 居住地区:上海市闵行区
15+
16+
- 技能清单:
17+
18+
- 熟练使用 es6 及 es6+语法
19+
- 熟练使用 angular、react、vue2、vue3 等框架,完成项目从 0 到 1 的搭建
20+
- 熟练掌握 sass、less 等预编译语言,开发遵守 BEM 命名规范
21+
- 熟练使用 axios、vue-router、vuex、pinia、react-router、redux-toolkit、styled-components 等库
22+
- 熟练使用 element-ui、element-ui plus、ant-design for vue、vant、ant-design 等 ui 组件库
23+
- 熟练搭建开发 app、h5、pc 、后台管理系统等项目
24+
- 熟悉 webpack、vite 等构建工具; 熟悉 Git 代码管理工具;了解 NodeJS、TypeScript
25+
- 具有完备的 JS 基础,有代码洁癖,开发注重代码质量,提升可维护性
27.1 KB
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### [星潮]运营后台管理系统
2+
3+
- 开发周期: 2022/04 - 2022/12
4+
5+
- 技术栈: `vue3` `vue-router` `pinia` `element-ui` `sass`
6+
7+
- 概览: 此项目供运营团队使用,其中个人中心、商品管理、订单管理和配置管理等模块,提供了基础的电商运营管理功能;除此之外,资料库提供了潮玩商品各维度属性的分类管理。
8+
- 1、基于后端控制的权限模式,实现了页面和按钮层的权限系统,功能上包括菜单、按钮、角色、成员和角色模块的增删改查;
9+
- 2、抽离脚手架、业务、网络请求等各层面的配置,保证项目配置的可维护性及灵活性;
10+
- 3、协同后端设计实现资料库模块(包括属性表、属性值表、分组表、品类表、系列表等),可定制化添加/管理潮玩商品的各维度属性,完成输入框动态渲染和表单动态校验;
11+
- 4、接入七牛云,封装 QiniuUploader 类,实现了 web 端自主上传文件,解决了后端接口层的速率限制;
12+
- 5、配置 CROSS-ENV,实现了针对不同的线上环境(如 DEV、TEST)管理常量;
13+
- 6、接入微信 SDK,实现了微信快捷登录及用户在个人中心内的微信绑定及解绑。
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### [星潮]商家后台管理系统
2+
3+
- 开发周期: 2022/04 - 2023/12
4+
5+
- 技术栈: `vue3` `vue-router` `pinia` `element-ui` `sass`
6+
7+
- 概览:此项目供平台商户使用,其中包含商品管理、订单管理、优惠券管理等模块。
8+
- 1、基于前端控制的权限模式,实现了运营端对商户端的权限控制(页面级);
9+
- 2、二次封装 WEditor 组件,实现了富文本的最大文本长度校验和图片上传尺寸限制提醒。
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### [星潮]APP 分享/活动
2+
3+
- 开发周期: 2022/07 - 2022/12
4+
5+
- 技术栈: `vue3` `vue-router` `VantUi` `sass`
6+
7+
- 概览: 此项目主要为实现 APP 的唤醒链路及活动展示。
8+
- 1、封装 CALL-APP,实现了 Android 和 iOS 两端在不同场景(浏览器不同、有无安装 APP)下的唤醒兼容;
9+
- 2、封转 JS Bridge,实现了客户端与前端 H5 的数据通信;
10+
- 3、接入微信 SDK,实现了二次分享至朋友圈/好友;
11+
- 4、应用 OPEN-TAG 开放标签,实现了微信场景下快捷唤醒。
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
### [星潮]商家助手
2+
3+
- 开发周期: 2022/07 - 2022/12
4+
5+
- 技术栈: `vue3` `vue-router` `VantUi` `sass`
6+
7+
- 概览: 此项目供平台商户使用,其中包含查看订单、筛选查询、拍照发货等模块。技术选型为 Vue3、VantUI、Pinia。
8+
- 1、通过前置路由守卫内的登录逻辑,实现了后台扫码及手机验证码两种登录方式;
9+
- 2、接入微信 SDK,实现了快递面单条形码识别并填充;
10+
- 3、封装 useArea Hooks,解决了由于 APP 端收货地址中省市区字段采用中文值而 UI 组件默认绑定地区数字编码,两者不一致需要相互转换的难题。
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
### [播呗网络科技](https://www.xingchao.com/)
2+
3+
工作时间: 2022/04 - 2023/02
4+
5+
职位: 前端开发工程师
6+
7+
职责:
8+
9+
- 1、独立负责 0-1 搭建星潮电商项目,包括后台管理系统、官网、H5;
10+
- 2、协同客户端,完成 APP 内嵌项目开发;
11+
- 3、负责项目的技术方案选型;
12+
- 4、统筹项目迭代并整体维护、优化。
13+
14+
### [馥润信息科技](https://www.buykop.com/)
15+
16+
工作时间: 2021/03 - 2022/02
17+
18+
职位: 前端开发工程师
19+
20+
职责:
21+
22+
- 1、负责跨境电商自建站项目的后台管理系统的重构及迭代工作;
23+
- 2、负责跨境电商自建站项目的平台商城 H5 端从 0 到 1 的搭建开发;
24+
- 3、负责跨境电商自建站项目的广告平台、运营管理系统等其余项目的协同开发。
25+
26+
### [不凡网络科技](https://www.bufan.com/)
27+
28+
工作时间: 2019/08 - 2020/11
29+
30+
职位: 前端开发工程师
31+
32+
职责:
33+
34+
- 1、负责电商项目的相关开发工作。

0 commit comments

Comments
 (0)