@vft/business 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/constants/index.ts +2 -0
- package/constants/navigation-url/01.commonly-used.ts +24 -0
- package/constants/navigation-url/03.official-film.ts +19 -0
- package/constants/navigation-url/04.interview.ts +48 -0
- package/constants/navigation-url/20.blog.ts +58 -0
- package/constants/navigation-url/23.image.ts +22 -0
- package/constants/navigation-url/33.amusement.ts +31 -0
- package/constants/navigation-url/50.babel.ts +19 -0
- package/constants/navigation-url/999.download.ts +13 -0
- package/constants/navigation-url/css.ts +24 -0
- package/constants/navigation-url/everest.ts +26 -0
- package/constants/navigation-url/index.ts +9 -0
- package/constants/navigation-url/mac.ts +23 -0
- package/constants/navigation-url/me.ts +21 -0
- package/constants/navigation-url/node.ts +11 -0
- package/constants/navigation-url/other.ts +55 -0
- package/constants/navigation-url/pnpm.ts +20 -0
- package/constants/navigation-url/pwa.ts +44 -0
- package/constants/navigation-url/react.ts +15 -0
- package/constants/navigation-url/types.ts +21 -0
- package/constants/navigation-url/typescript.ts +18 -0
- package/constants/navigation-url/uniapp.ts +64 -0
- package/constants/navigation-url/utility.ts +45 -0
- package/constants/navigation-url/utils.ts +41 -0
- package/constants/navigation-url/vite.ts +23 -0
- package/constants/navigation-url/vue.ts +47 -0
- package/constants/navigation-url/webpack.ts +13 -0
- package/constants/third-party-search.ts +18 -0
- package/index.ts +1 -0
- package/package.json +10 -0
- package/utils/index.ts +1 -0
- package/utils/rsa.ts +62 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const list = [
|
|
2
|
+
['github', 'https://github.com/Miofly?tab=repositories'],
|
|
3
|
+
['gitee', 'https://gitee.com/miofly'],
|
|
4
|
+
['npm', 'https://www.npmjs.com/~vft'],
|
|
5
|
+
['微信公众号平台', 'https://mp.weixin.qq.com'],
|
|
6
|
+
['影视工厂', 'https://www.ysgc.fun'],
|
|
7
|
+
['影视工厂备用', 'https://www.ysgc.vip'],
|
|
8
|
+
['影视', 'https://zhenfanjixie.com/'],
|
|
9
|
+
['app-movie', 'https://www.appmovie.cc/'],
|
|
10
|
+
['vercel', 'https://vercel.com/miofly/wfly'],
|
|
11
|
+
['机场', 'https://xn--4gq62f52gdss.com/#/dashboard'],
|
|
12
|
+
['谷歌浏览器https问题', 'chrome://net-internals/#hsts'],
|
|
13
|
+
['leetcode', 'https://leetcode.cn/problemset/all/'],
|
|
14
|
+
['webstorm', 'https://youtrack.jetbrains.com/issues/WEB'],
|
|
15
|
+
['npm淘宝源同步', 'https://npmmirror.com/sync/@vft/pkg'],
|
|
16
|
+
['课程', 'https://600xue.com/'],
|
|
17
|
+
['帖子', 'https://996.baduhefei.com/index.html'],
|
|
18
|
+
];
|
|
19
|
+
|
|
20
|
+
export default {
|
|
21
|
+
category: '常用',
|
|
22
|
+
order: 1,
|
|
23
|
+
list,
|
|
24
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const list = [
|
|
2
|
+
['虎牙', 'https://www.huya.com/333003'],
|
|
3
|
+
['斗鱼', 'https://www.douyu.com/topic/Doinblplcjs?rid=252140'],
|
|
4
|
+
['哔哩哔哩', 'https://www.bilibili.com/'],
|
|
5
|
+
['腾讯视频', 'https://v.qq.com/channel/tv'],
|
|
6
|
+
['爱奇艺', 'https://www.iqiyi.com/dianshiju/'],
|
|
7
|
+
['优酷', 'https://www.youku.com/channel/webtv'],
|
|
8
|
+
['芒果TV', 'https://www.mgtv.com/tv/'],
|
|
9
|
+
['搜狐视频', 'https://tv.sohu.com/drama/'],
|
|
10
|
+
['cctv5', 'https://tv.cctv.com/live/cctv5/'],
|
|
11
|
+
['nba', 'https://ddkanqiu.net/zhibo/'],
|
|
12
|
+
];
|
|
13
|
+
|
|
14
|
+
export default {
|
|
15
|
+
category: '官方影视快捷链接',
|
|
16
|
+
order: 1,
|
|
17
|
+
// roles: ['super'],
|
|
18
|
+
list,
|
|
19
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
const list = [
|
|
2
|
+
[
|
|
3
|
+
'面试题-精选',
|
|
4
|
+
'https://interview.poetries.top/docs/excellent-docs/1-HTML%E6%A8%A1%E5%9D%97.html',
|
|
5
|
+
],
|
|
6
|
+
['web全栈体系', 'https://senior-frontend.pages.dev/guide'],
|
|
7
|
+
['木易杨前端进阶', 'https://muyiy.cn/question/js/2.html'],
|
|
8
|
+
[
|
|
9
|
+
'如何写出一个惊艳面试官的深拷贝?',
|
|
10
|
+
'https://segmentfault.com/a/1190000020255831',
|
|
11
|
+
],
|
|
12
|
+
[
|
|
13
|
+
'前端最强面经汇总',
|
|
14
|
+
'https://segmentfault.com/a/1190000020028294?utm_source=sf-related',
|
|
15
|
+
],
|
|
16
|
+
['面试题汇总', 'https://github.com/Geekhyt/front-end-canteen/'],
|
|
17
|
+
['大厂面试题每日一题', 'https://q.shanyue.tech/fe/html/127.html'],
|
|
18
|
+
['web前端面试 - 面试官系列', 'https://vue3js.cn/interview/'],
|
|
19
|
+
['面试汇总', 'https://juejin.cn/post/7064740689178787871'],
|
|
20
|
+
['50+Vue经典面试题源码级详解', 'https://juejin.cn/post/7097067108663558151'],
|
|
21
|
+
['[面经] 5年前端', 'https://juejin.cn/post/7142690757722243102'],
|
|
22
|
+
['JS基础知识', 'https://zh.javascript.info/object-basics'],
|
|
23
|
+
['别再使用fastclick了', 'https://juejin.cn/post/6844904168092614670'],
|
|
24
|
+
[
|
|
25
|
+
'你不知道的 「 import type 」',
|
|
26
|
+
'https://segmentfault.com/a/1190000039800522',
|
|
27
|
+
],
|
|
28
|
+
['JavaScript常用八种继承方案', 'https://juejin.cn/post/6844903696111763470'],
|
|
29
|
+
['前端知识题汇总', 'http://www.h-camel.com/show/1.html'],
|
|
30
|
+
[
|
|
31
|
+
'搞定大厂算法面试之leetcode精讲',
|
|
32
|
+
'https://xiaochen1024.com/series/6196129fc1553b002e57bef5',
|
|
33
|
+
],
|
|
34
|
+
[
|
|
35
|
+
'链表有环是什么意思',
|
|
36
|
+
'https://blog.csdn.net/weixin_31569663/article/details/112710466',
|
|
37
|
+
],
|
|
38
|
+
[
|
|
39
|
+
'算法复杂度中的O(logN)底数是多少',
|
|
40
|
+
'https://www.cnblogs.com/lulin1/p/9516132.html',
|
|
41
|
+
],
|
|
42
|
+
];
|
|
43
|
+
|
|
44
|
+
export default {
|
|
45
|
+
category: '面试',
|
|
46
|
+
order: 4,
|
|
47
|
+
list,
|
|
48
|
+
};
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
const list = [
|
|
2
|
+
['CSDN', 'https://blog.csdn.net/weixin_40013817'],
|
|
3
|
+
['掘金', 'https://juejin.cn/frontend'],
|
|
4
|
+
['简书', 'https://www.jianshu.com/'],
|
|
5
|
+
['博客园', 'https://www.cnblogs.com/'],
|
|
6
|
+
['思否', 'https://segmentfault.com/'],
|
|
7
|
+
['美团技术团队', 'https://toutiao.io/u/240597?f=new'],
|
|
8
|
+
[
|
|
9
|
+
'黑客资讯',
|
|
10
|
+
'https://hackernews.cc/archives/category/%E9%BB%91%E5%AE%A2%E4%BA%8B%E4%BB%B6',
|
|
11
|
+
],
|
|
12
|
+
['infoq', 'https://www.infoq.cn/topic/Front-end'],
|
|
13
|
+
['牛客网', 'https://www.nowcoder.com/'],
|
|
14
|
+
['鱼塘', 'https://mo.fish/'],
|
|
15
|
+
['36氪', 'https://36kr.com/'],
|
|
16
|
+
['知乎-尤雨溪', 'https://www.zhihu.com/people/evanyou/answers'],
|
|
17
|
+
['微博-尤雨溪', 'https://weibo.com/arttechdesign'],
|
|
18
|
+
['v2ex', 'https://www.v2ex.com/?tab=all'],
|
|
19
|
+
['腾讯云', 'https://cloud.tencent.com/developer/information/'],
|
|
20
|
+
['开发者头条', 'https://toutiao.io/'],
|
|
21
|
+
['开源中国', 'https://www.oschina.net/'],
|
|
22
|
+
['web前端导航', 'http://www.alloyteam.com/nav/'],
|
|
23
|
+
['theme-hope', 'https://theme-hope.vuejs.press/zh/'],
|
|
24
|
+
[
|
|
25
|
+
'theme-hope自定义容器',
|
|
26
|
+
'https://plugin-md-enhance.vuejs.press/zh/guide/container.html',
|
|
27
|
+
],
|
|
28
|
+
['theme-hope案例', 'https://theme-hope.vuejs.press/zh/demo.html'],
|
|
29
|
+
['vuepress-theme-reco', 'https://vuepress-theme-reco.recoluan.com/'],
|
|
30
|
+
['博客案例', 'https://www.weigao.cc/?page=2'],
|
|
31
|
+
['antfu-blog', 'https://antfu.me/posts'],
|
|
32
|
+
['李伟', 'https://www.leevii.com/page/1'],
|
|
33
|
+
['openwrite', 'http://admin.openwrite.cn/#/diffusion/article'],
|
|
34
|
+
['xugaoyi', 'https://xugaoyi.com/pages/dcebaf/'],
|
|
35
|
+
[
|
|
36
|
+
'如何自动提交站点地图给谷歌',
|
|
37
|
+
'https://taixingyiji.com/search/google/sitemap/#%E5%89%8D%E8%A8%80',
|
|
38
|
+
],
|
|
39
|
+
[
|
|
40
|
+
'谷歌站点',
|
|
41
|
+
'https://search.google.com/search-console?resource_id=https%3A%2F%2Fwflynn.cn%2F&hl=zh-CN',
|
|
42
|
+
],
|
|
43
|
+
['Markdown同步微信', 'https://www.wechatsync.com/md/?utm_source=homebtn#/'],
|
|
44
|
+
[
|
|
45
|
+
'waline',
|
|
46
|
+
'https://waline.js.org/guide/get-started/#vercel-%E9%83%A8%E7%BD%B2-%E6%9C%8D%E5%8A%A1%E7%AB%AF',
|
|
47
|
+
],
|
|
48
|
+
[
|
|
49
|
+
'leancloud',
|
|
50
|
+
'https://console.leancloud.app/apps/Bntkn01CEGDIzypQnPaNGV4B-MdYXbMMI/',
|
|
51
|
+
],
|
|
52
|
+
];
|
|
53
|
+
|
|
54
|
+
export default {
|
|
55
|
+
category: '技术博客网站',
|
|
56
|
+
order: 20,
|
|
57
|
+
list,
|
|
58
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const list = [
|
|
2
|
+
['Icônes', 'https://icones.netlify.app/collection/uil'],
|
|
3
|
+
['iconify', 'https://icon-sets.iconify.design/'],
|
|
4
|
+
[
|
|
5
|
+
'iconfont',
|
|
6
|
+
'https://www.iconfont.cn/manage/index?spm=a313x.7781069.1998910419.12&manage_type=myprojects&projectId=2250128',
|
|
7
|
+
],
|
|
8
|
+
['图片资源', 'https://pixabay.com/zh/photos/'],
|
|
9
|
+
['图片资源', 'https://pixabay.com/zh/photos/'],
|
|
10
|
+
['图片资源', 'https://www.hippopx.com/zh'],
|
|
11
|
+
['图片资源', 'https://unsplash.com/'],
|
|
12
|
+
['图片资源', 'https://www.pexels.com/zh-cn'],
|
|
13
|
+
['图片转文字在线', 'https://web.baimiaoapp.com/'],
|
|
14
|
+
['路过图床', 'https://imgse.com/'],
|
|
15
|
+
['聚合图床', 'https://www.superbed.cn/'],
|
|
16
|
+
];
|
|
17
|
+
|
|
18
|
+
export default {
|
|
19
|
+
category: '图片/图标',
|
|
20
|
+
order: 23,
|
|
21
|
+
list,
|
|
22
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
const list = [
|
|
2
|
+
['jrs', 'https://www.jrszhiboba.net/'],
|
|
3
|
+
['nba', 'http://uuqtv.com/#/listLive?%E7%AF%AE%E7%90%83'],
|
|
4
|
+
['电影天堂', 'https://www.u-q.net.cn/?btwaf=25659096'],
|
|
5
|
+
['漫画', 'https://cn.baozimh.com/'],
|
|
6
|
+
[
|
|
7
|
+
'樱花资源',
|
|
8
|
+
'https://yhzy.men/index.php/vod/search.html?wd=yinghuazy&submit=search',
|
|
9
|
+
],
|
|
10
|
+
['樱花资源', 'https://yhzy.cc/'],
|
|
11
|
+
['快车资源', 'https://www.kuaichezy.com/index.php/vod/detail/id/44236.html'],
|
|
12
|
+
['闪电资源', 'https://www.nbwz.com/show-5466.html'],
|
|
13
|
+
['6U资源', 'http://www.6uzy.cc/detail/80392.html'],
|
|
14
|
+
[
|
|
15
|
+
'百度云资源',
|
|
16
|
+
'http://www.bdzy.com/index.php/vod/play/id/68447/sid/2/nid/12.html',
|
|
17
|
+
],
|
|
18
|
+
[
|
|
19
|
+
'红牛资源',
|
|
20
|
+
'https://www.hongniuziyuan.com/index.php/vod/detail/id/OOZCCS.html?ac=detail',
|
|
21
|
+
],
|
|
22
|
+
['网址库 ', 'https://www.wangzhiku.com/'],
|
|
23
|
+
['阿汤哥最新地址 ', 'https://listed.to/authors/26602/posts/36259?201222'],
|
|
24
|
+
['可搜索-百度网盘-影视-其他网盘', 'https://www.nmme.cc/'],
|
|
25
|
+
];
|
|
26
|
+
|
|
27
|
+
export default {
|
|
28
|
+
category: '其他备用影视网站',
|
|
29
|
+
order: 33,
|
|
30
|
+
list,
|
|
31
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const list = [
|
|
2
|
+
['Babel中文网', 'https://www.babeljs.cn/'],
|
|
3
|
+
[
|
|
4
|
+
'Babel代码测试',
|
|
5
|
+
'https://www.babeljs.cn/repl#?browsers=defaults%2C%20not%20ie%2011%2C%20not%20ie_mob%2011&build=&builtIns=false&corejs=3.6&spec=false&loose=false&code_lz=KYDwDg9gTgLgBDAnmYcAKAbAhojBLAZ3gF44BvAKDjjwBMAuOIqPAOwHMBuKuVrAW2CNmbLjxhQsAYwDWASVoFhE0QG0AutwC-3CqEiwEyVABVJsuKUrU6ylh27U-gu6MdwssQjFcOetAFdJGDwIVkZWAP4AI2AobV0AekS4fGiAWgFovHYAiACCdKhgdP1oGAA6GAI9cHLydGxcbwAaODNpGTgtOAAzKAh-OAAiCsSkFAJh7jLDMjgAYWKsGGBMHHwiACVgAEcA4CI0TwECNqll1fXmom6-gaHRxKwwPGmgA&debug=false&forceAllTransforms=false&shippedProposals=false&circleciRepo=&evaluate=false&fileSize=false&timeTravel=false&sourceType=module&lineWrap=true&presets=env%2Cstage-2%2Ctypescript&prettier=false&targets=&version=7.16.3&externalPlugins=&assumptions=%7B%7D',
|
|
6
|
+
],
|
|
7
|
+
['Babel学习系列', 'https://zhuanlan.zhihu.com/p/58624930'],
|
|
8
|
+
[
|
|
9
|
+
'babel源码解析之(@babel/preset-env)',
|
|
10
|
+
'https://blog.csdn.net/vv_bug/article/details/107052867',
|
|
11
|
+
],
|
|
12
|
+
['babel源码解析一', 'https://vvbug.blog.csdn.net/article/details/103823257'],
|
|
13
|
+
];
|
|
14
|
+
|
|
15
|
+
export default {
|
|
16
|
+
category: 'babel',
|
|
17
|
+
order: 50,
|
|
18
|
+
list,
|
|
19
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
const list = [
|
|
2
|
+
['nginx下载地址', 'http://nginx.org/en/download.html'],
|
|
3
|
+
['solr下载地址', 'http://archive.apache.org/dist/lucene/solr/'],
|
|
4
|
+
['tomcat', 'http://archive.apache.org/dist/tomcat/'],
|
|
5
|
+
['redius', 'http://download.redis.io/releases/'],
|
|
6
|
+
['maven', 'https://mvnrepository.com'],
|
|
7
|
+
['mac抓包工具wireshark', 'https://www.wireshark.org/download.html'],
|
|
8
|
+
];
|
|
9
|
+
|
|
10
|
+
export default {
|
|
11
|
+
category: '下载',
|
|
12
|
+
list,
|
|
13
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const list = [
|
|
2
|
+
['css属性兼容性查询', 'https://caniuse.com/'],
|
|
3
|
+
['CSS-Tricks', 'https://css-tricks.com/'],
|
|
4
|
+
['less', 'https://lesscss.com.cn/features/#import-atrules-feature'],
|
|
5
|
+
['Windi CSS 中文文档', 'https://cn.windicss.org/'],
|
|
6
|
+
['Tailwind CSS 中文文档', 'https://www.tailwindcss.cn/docs'],
|
|
7
|
+
['Css渐变色', 'http://color.oulu.me/'],
|
|
8
|
+
['Css loading动画', 'https://loading.io/'],
|
|
9
|
+
['十个推荐的CSS动画库', 'https://zhuanlan.zhihu.com/p/101563245'],
|
|
10
|
+
['最强大的 CSS 布局 —— Grid 布局', 'https://zhuanlan.zhihu.com/p/256353171'],
|
|
11
|
+
['less在线转css', 'https://www.w3cschool.cn/tools/index?name=LESS'],
|
|
12
|
+
['Sass: Dart Sass | Sass 中文网', 'https://www.sasscss.com/dart-sass'],
|
|
13
|
+
['sass学习', 'https://juejin.cn/post/7130472496242884645#heading-13'],
|
|
14
|
+
[
|
|
15
|
+
'sass学习-1',
|
|
16
|
+
'https://drylint.com/CSS/Sass-SCSS/06_Sass%E4%B8%AD%E7%9A%84%E5%87%BD%E6%95%B0.html#%E9%BB%98%E8%AE%A4%E5%8F%82%E6%95%B0',
|
|
17
|
+
],
|
|
18
|
+
];
|
|
19
|
+
|
|
20
|
+
export default {
|
|
21
|
+
category: 'CSS',
|
|
22
|
+
order: 10,
|
|
23
|
+
list,
|
|
24
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const list = [
|
|
2
|
+
['进阶类地址', 'http://www.zhufengpeixun.com/strong/index.html'],
|
|
3
|
+
[
|
|
4
|
+
'新版Vue3教学地址',
|
|
5
|
+
'http://www.zhufengpeixun.com/advance/z-ui/component-1.html',
|
|
6
|
+
],
|
|
7
|
+
[
|
|
8
|
+
'旧版Vue3教学地址',
|
|
9
|
+
'http://www.zhufengpeixun.com/jg-vue/guide/00.think.html',
|
|
10
|
+
],
|
|
11
|
+
[
|
|
12
|
+
'专题课-计算机原理',
|
|
13
|
+
'http://www.zhufengpeixun.com/strong/html/67-1-network.html',
|
|
14
|
+
],
|
|
15
|
+
[
|
|
16
|
+
'专题课-编译器专题',
|
|
17
|
+
'http://www.zhufengpeixun.com/strong/html/103.13.webpack-compiler.html',
|
|
18
|
+
],
|
|
19
|
+
['珠峰-pwa', 'http://www.zhufengpeixun.com/jg-vue/vue-analyse/pwa.html'],
|
|
20
|
+
];
|
|
21
|
+
|
|
22
|
+
export default {
|
|
23
|
+
category: '珠峰课程',
|
|
24
|
+
order: 10,
|
|
25
|
+
list,
|
|
26
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type UrlListProps } from './types';
|
|
2
|
+
import { getList } from './utils';
|
|
3
|
+
|
|
4
|
+
const list = import.meta.glob(
|
|
5
|
+
['!./index.ts', '!./types.ts', '!./utils.ts', './**/*.ts'],
|
|
6
|
+
{ eager: true },
|
|
7
|
+
);
|
|
8
|
+
|
|
9
|
+
export const NAVIGATION_URLS = getList(list) as UrlListProps[];
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const list = [
|
|
2
|
+
['macxf软件下载', 'https://mac.macxf.com/'],
|
|
3
|
+
['老吴黑苹果工作室', 'https://hpglw.com'],
|
|
4
|
+
[
|
|
5
|
+
'黑果小兵的部落阁',
|
|
6
|
+
'https://blog.daliansky.net/Add-the-CLOVER-boot-to-the-correct-posture-of-the-UEFI-Boot-Option-Menu.html',
|
|
7
|
+
],
|
|
8
|
+
['黑苹果驱动优化教程', 'https://www.lucktang.com/3023.html'],
|
|
9
|
+
['黑苹果安装-1', 'https://post.smzdm.com/p/andro340/'],
|
|
10
|
+
['黑苹果安装-2', 'https://www.jianshu.com/p/d71ae0a8e052'],
|
|
11
|
+
[
|
|
12
|
+
'黑苹果 macOS Mojave 10.14.6 18G87',
|
|
13
|
+
'https://hpglw.com/macOS-Mojave-10.14.6-18G87-Restore.html',
|
|
14
|
+
],
|
|
15
|
+
['vercel', 'https://vercel.com/miofly/wfly'],
|
|
16
|
+
['微信公众号平台', 'https://mp.weixin.qq.com'],
|
|
17
|
+
];
|
|
18
|
+
|
|
19
|
+
export default {
|
|
20
|
+
category: 'mac',
|
|
21
|
+
order: 95,
|
|
22
|
+
list,
|
|
23
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const list = [
|
|
2
|
+
['小米账号登录', 'https://account.xiaomi.com/fe/service/login/password'],
|
|
3
|
+
[
|
|
4
|
+
'谷歌广告',
|
|
5
|
+
'https://www.google.com/adsense/new/u/0/pub-4046301015031382/onboarding',
|
|
6
|
+
],
|
|
7
|
+
['百度站长', 'https://ziyuan.baidu.com/linksubmit/index'],
|
|
8
|
+
[
|
|
9
|
+
'百度联盟',
|
|
10
|
+
'https://union.baidu.com/bqt/#/?fromPage=%2Fbqt%2Fmodules.html#/account/info?mioflyFx',
|
|
11
|
+
],
|
|
12
|
+
['阿里云服务器', 'https://account.aliyun.com/login/login.htm'],
|
|
13
|
+
['中小学教师资格考试', 'https://ntce.neea.edu.cn/'],
|
|
14
|
+
['腾讯云域名', 'https://console.cloud.tencent.com/domain'],
|
|
15
|
+
];
|
|
16
|
+
|
|
17
|
+
export default {
|
|
18
|
+
category: '我的',
|
|
19
|
+
order: 2,
|
|
20
|
+
list,
|
|
21
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const list = [
|
|
2
|
+
['NodeJs英文官网', 'https://nodejs.org/en/'],
|
|
3
|
+
['NodeJs中文官网', 'http://nodejs.cn/api/process.html#process_process'],
|
|
4
|
+
['NodeJs各个版本下载', 'https://nodejs.org/download/release/latest-v10.x/'],
|
|
5
|
+
];
|
|
6
|
+
|
|
7
|
+
export default {
|
|
8
|
+
category: 'NodeJS',
|
|
9
|
+
order: 10,
|
|
10
|
+
list,
|
|
11
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
const list = [
|
|
2
|
+
[
|
|
3
|
+
'MDN',
|
|
4
|
+
'https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Object/toString',
|
|
5
|
+
],
|
|
6
|
+
['阮一峰ES6教学', 'https://es6.ruanyifeng.com/#docs/module'],
|
|
7
|
+
['阮一峰ES5教学', 'https://wangdoc.com/javascript/'],
|
|
8
|
+
['Web前端导航', 'https://no.buging.cn/'],
|
|
9
|
+
['Web前端导航2', 'https://drylint.com/'],
|
|
10
|
+
['eslint官方地址', 'https://eslint.bootcss.com/'],
|
|
11
|
+
['Eslint中文开发手册', 'https://cloud.tencent.com/developer/section/1135613'],
|
|
12
|
+
[
|
|
13
|
+
'hammer.js中文文档',
|
|
14
|
+
'https://www.cnblogs.com/qianduanjingying/p/5812139.html',
|
|
15
|
+
],
|
|
16
|
+
['TinyMCE中文文档', 'http://tinymce.ax-z.cn/'],
|
|
17
|
+
['BootCDN', 'https://www.bootcdn.cn/'],
|
|
18
|
+
[
|
|
19
|
+
'维基百科',
|
|
20
|
+
'https://zh.wikipedia.org/wiki/%E6%8A%BD%E8%B1%A1%E8%AA%9E%E6%B3%95%E6%A8%B9',
|
|
21
|
+
],
|
|
22
|
+
['stylelint', 'http://stylelint.docschina.org/user-guide/rules/'],
|
|
23
|
+
['stylelint-1', 'http://stylelint.cn/user-guide/'],
|
|
24
|
+
['dplayer', 'https://dplayer.diygod.dev/'],
|
|
25
|
+
['Day.js中文网', 'https://dayjs.fenxianglu.cn/category/'],
|
|
26
|
+
['chrome调试技巧', 'https://www.frontendwingman.com/'],
|
|
27
|
+
['技术开发分享导航站', 'https://www.fenxianglu.cn//'],
|
|
28
|
+
['现代 JavaScript 教程', 'https://zh.javascript.info//'],
|
|
29
|
+
['husky', 'https://typicode.github.io/husky/#/?id=migrate-from-v4-to-v6'],
|
|
30
|
+
['rollup中文', 'https://www.rollupjs.com/guide/tutorial'],
|
|
31
|
+
['rollup文档', 'https://rollupjs.org/'],
|
|
32
|
+
['husky使用总结', 'https://zhuanlan.zhihu.com/p/366786798'],
|
|
33
|
+
[
|
|
34
|
+
'前端开发者需要知道的 package.json',
|
|
35
|
+
'https://juejin.cn/post/6969454249411837965',
|
|
36
|
+
],
|
|
37
|
+
['inquirer.js', 'https://blog.csdn.net/qq_26733915/article/details/80461257'],
|
|
38
|
+
['purgecss中文文档', 'https://www.purgecss.cn/'],
|
|
39
|
+
['axios中文网', 'http://www.axios-js.com/'],
|
|
40
|
+
['lottie-web', 'https://www.yuque.com/lottie/document/web'],
|
|
41
|
+
['UglifyJS中文文档', 'https://segmentfault.com/a/1190000008995453'],
|
|
42
|
+
['gulpjs', 'https://www.gulpjs.com.cn/docs/api/task/'],
|
|
43
|
+
['Prettier 中文网', 'https://www.prettier.cn/docs/index.html'],
|
|
44
|
+
['AST编译转换', 'https://astexplorer.net/'],
|
|
45
|
+
['mongodb', 'https://www.mongodb.org.cn/'],
|
|
46
|
+
['netlify', 'https://app.netlify.com/teams/miofly/overview'],
|
|
47
|
+
['gitlab', 'https://gitlab.com/Miofly/mio-blog'],
|
|
48
|
+
['周报生成器', 'https://weeklyreport.avemaria.fun/zh'],
|
|
49
|
+
];
|
|
50
|
+
|
|
51
|
+
export default {
|
|
52
|
+
category: '技术文档地址',
|
|
53
|
+
order: 1,
|
|
54
|
+
list,
|
|
55
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const list = [
|
|
2
|
+
['pnpm中文官网', 'https://pnpm.io/zh/motivation'],
|
|
3
|
+
[
|
|
4
|
+
'包管理器 pnpm 中的软链与硬链',
|
|
5
|
+
'https://juejin.cn/post/7044807973868142622',
|
|
6
|
+
],
|
|
7
|
+
[
|
|
8
|
+
'精读《pnpm》',
|
|
9
|
+
'https://www.codetd.com/article/14481731#:~:text=%E6%89%80%E6%9C%89%20npm%20%E5%8C%85%E9%83%BD%E5%AE%89%E8%A3%85%E5%9C%A8%E5%85%A8%E5%B1%80%E7%9B%AE%E5%BD%95%20~%2F.pnpm-store%2Fv3%2Ffiles%20%E4%B8%8B%EF%BC%8C%E5%90%8C%E4%B8%80%E7%89%88%E6%9C%AC%E7%9A%84%E5%8C%85%E4%BB%85%E5%AD%98%E5%82%A8%E4%B8%80%E4%BB%BD%E5%86%85%E5%AE%B9%EF%BC%8C%E7%94%9A%E8%87%B3%E4%B8%8D%E5%90%8C%E7%89%88%E6%9C%AC%E7%9A%84%E5%8C%85%E4%B9%9F%E4%BB%85%E5%AD%98%E5%82%A8%20diff,%E5%86%85%E5%AE%B9%E3%80%82%20%E6%AF%8F%E4%B8%AA%E9%A1%B9%E7%9B%AE%E7%9A%84%20node_modules%20%E4%B8%8B%E6%9C%89.pnpm%20%E7%9B%AE%E5%BD%95%E4%BB%A5%E6%89%93%E5%B9%B3%E7%BB%93%E6%9E%84%E7%AE%A1%E7%90%86%E6%AF%8F%E4%B8%AA%E7%89%88%E6%9C%AC%E5%8C%85%E7%9A%84%E6%BA%90%E7%A0%81%E5%86%85%E5%AE%B9%EF%BC%8C%E4%BB%A5%E7%A1%AC%E9%93%BE%E6%8E%A5%E6%96%B9%E5%BC%8F%E6%8C%87%E5%90%91%20pnpm-store%20%E4%B8%AD%E7%9A%84%E6%96%87%E4%BB%B6%E5%9C%B0%E5%9D%80%E3%80%82',
|
|
10
|
+
],
|
|
11
|
+
['你需要知道的几类npm依赖包管理', 'https://zhuanlan.zhihu.com/p/29855253'],
|
|
12
|
+
['Pnpm: 最先进的包管理工具', 'https://juejin.cn/post/7001794162970361892'],
|
|
13
|
+
['pnpm切换指南', 'https://juejin.cn/post/7063740466738511879'],
|
|
14
|
+
];
|
|
15
|
+
|
|
16
|
+
export default {
|
|
17
|
+
category: 'Pnpm',
|
|
18
|
+
order: 1,
|
|
19
|
+
list,
|
|
20
|
+
};
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
const list = [
|
|
2
|
+
['vite pwa项目使用', 'https://juejin.cn/post/7039258299086143524'],
|
|
3
|
+
['Vite Plugin PWA 的用法和配置', 'https://kwaa.dev/vite-plugin-pwa'],
|
|
4
|
+
['通过vite-plugin-pwa配置了解pwa', 'https://www.jianshu.com/p/0a07bd528e08'],
|
|
5
|
+
[
|
|
6
|
+
'使用Service Worker做一个PWA离线网页应用',
|
|
7
|
+
'https://www.rrfed.com/2017/10/04/service-worker/',
|
|
8
|
+
],
|
|
9
|
+
[
|
|
10
|
+
'网易云课堂 Service Worker 运用与实践',
|
|
11
|
+
'https://mp.weixin.qq.com/s/3Ep5pJULvP7WHJvVJNDV-g',
|
|
12
|
+
],
|
|
13
|
+
['一文搞懂前端service-worker 技术', 'https://www.lmcc.top/articles/73.html'],
|
|
14
|
+
[
|
|
15
|
+
'阮一峰 service-worker',
|
|
16
|
+
'https://www.bookstack.cn/read/webapi-tutorial/docs-service-worker.md',
|
|
17
|
+
],
|
|
18
|
+
[
|
|
19
|
+
'PWA系列 - 我所知道的 Service Worker',
|
|
20
|
+
'https://juejin.cn/post/7102769213147709477',
|
|
21
|
+
],
|
|
22
|
+
[
|
|
23
|
+
'PWA系列 - Workbox插件InjectManifest',
|
|
24
|
+
'https://juejin.cn/post/7103493657092685832',
|
|
25
|
+
],
|
|
26
|
+
[
|
|
27
|
+
'Service Worker 工作原理',
|
|
28
|
+
'https://lavas-project.github.io/pwa-book/chapter04/3-service-worker-dive.html',
|
|
29
|
+
],
|
|
30
|
+
[
|
|
31
|
+
'pwa点击按钮安装,检测是否安装',
|
|
32
|
+
'https://www.csdcb.cn/article/pwaInstall.html',
|
|
33
|
+
],
|
|
34
|
+
[
|
|
35
|
+
'PWA(Progressive Web App)入门系列:安装 Web 应用',
|
|
36
|
+
'https://juejin.cn/post/6844903879683866632',
|
|
37
|
+
],
|
|
38
|
+
];
|
|
39
|
+
|
|
40
|
+
export default {
|
|
41
|
+
category: 'pwa学习地址',
|
|
42
|
+
order: 1,
|
|
43
|
+
list,
|
|
44
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const list = [
|
|
2
|
+
['antd-design', 'https://ant.design/docs/react/introduce-cn'],
|
|
3
|
+
['antd-design-gitee', 'https://ant-design.gitee.io/components/overview-cn'],
|
|
4
|
+
[
|
|
5
|
+
'React技术揭秘',
|
|
6
|
+
'https://react.iamkasong.com/preparation/idea.html#io%E7%9A%84%E7%93%B6%E9%A2%88',
|
|
7
|
+
],
|
|
8
|
+
['ahooks', 'https://ahooks-next.surge.sh/zh-CN/'],
|
|
9
|
+
];
|
|
10
|
+
|
|
11
|
+
export default {
|
|
12
|
+
category: 'React',
|
|
13
|
+
order: 1,
|
|
14
|
+
list,
|
|
15
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export interface UrlListProps {
|
|
2
|
+
category: string;
|
|
3
|
+
order?: number;
|
|
4
|
+
roles: string[];
|
|
5
|
+
list: TITLE_PATH_TYPE[];
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export type TITLE_PATH_TYPE = {
|
|
9
|
+
path: string;
|
|
10
|
+
title: string;
|
|
11
|
+
category?: string;
|
|
12
|
+
roles?: string[];
|
|
13
|
+
};
|
|
14
|
+
export type All_URL_LIST_TYPE = Partial<
|
|
15
|
+
Omit<TITLE_PATH_TYPE, 'category'> & {
|
|
16
|
+
category: string[];
|
|
17
|
+
sourceType: sourceType;
|
|
18
|
+
}
|
|
19
|
+
>[];
|
|
20
|
+
|
|
21
|
+
export type sourceType = 'blog' | 'url';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const list = [
|
|
2
|
+
['typescript入门教程', 'https://ts.xcatliu.com/basics/declaration-files'],
|
|
3
|
+
[
|
|
4
|
+
'深入理解 TypeScript',
|
|
5
|
+
'https://jkchao.github.io/typescript-book-chinese/error/common.html#ts2304',
|
|
6
|
+
],
|
|
7
|
+
['TypeScript 高级用法', 'https://www.cnblogs.com/cczlovexw/p/14389259.html'],
|
|
8
|
+
[
|
|
9
|
+
'TypeScript Handbook(中文版)',
|
|
10
|
+
'https://zhongsp.gitbooks.io/typescript-handbook/content/',
|
|
11
|
+
],
|
|
12
|
+
];
|
|
13
|
+
|
|
14
|
+
export default {
|
|
15
|
+
category: 'Typescript',
|
|
16
|
+
order: 10,
|
|
17
|
+
list,
|
|
18
|
+
};
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
const list = [
|
|
2
|
+
['uniapp官网', 'https://uniapp.dcloud.net.cn/component/'],
|
|
3
|
+
['应用市场', 'https://ext.dcloud.net.cn/'],
|
|
4
|
+
['uView', 'https://v1.uviewui.com/'],
|
|
5
|
+
['uni-simple-router', 'https://www.hhyang.cn/'],
|
|
6
|
+
[
|
|
7
|
+
'微信小程序开发资源汇总',
|
|
8
|
+
'https://github.com/justjavac/awesome-wechat-weapp?utm_source=gold_browser_extension',
|
|
9
|
+
],
|
|
10
|
+
[
|
|
11
|
+
'小程序跳转',
|
|
12
|
+
'https://uniapp.dcloud.net.cn/api/other/open-miniprogram.html#navigatetominiprogram',
|
|
13
|
+
],
|
|
14
|
+
[
|
|
15
|
+
'uniapp-vue模版手动下载地址',
|
|
16
|
+
'https://gitee.com/dcloud/uni-preset-vue/repository/archive/vite-ts.zip',
|
|
17
|
+
],
|
|
18
|
+
[
|
|
19
|
+
'微信小程序-组件样式隔离',
|
|
20
|
+
'https://developers.weixin.qq.com/miniprogram/dev/framework/custom-component/wxml-wxss.html#%E7%BB%84%E4%BB%B6%E6%A0%B7%E5%BC%8F%E9%9A%94%E7%A6%BB',
|
|
21
|
+
],
|
|
22
|
+
[
|
|
23
|
+
'微信小程序-开放数据加密解密',
|
|
24
|
+
'https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/signature.html',
|
|
25
|
+
],
|
|
26
|
+
[
|
|
27
|
+
'微信小程序-获取用户信息',
|
|
28
|
+
'https://developers.weixin.qq.com/miniprogram/dev/api/open-api/user-info/wx.getUserInfo.html',
|
|
29
|
+
],
|
|
30
|
+
[
|
|
31
|
+
'微信小程序-登录-1',
|
|
32
|
+
'https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/login.html',
|
|
33
|
+
],
|
|
34
|
+
[
|
|
35
|
+
'微信小程序-登录-2',
|
|
36
|
+
'https://developers.weixin.qq.com/miniprogram/dev/api/open-api/login/wx.login.html',
|
|
37
|
+
],
|
|
38
|
+
[
|
|
39
|
+
'微信小程序-用户授权',
|
|
40
|
+
'https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/authorize.html',
|
|
41
|
+
],
|
|
42
|
+
[
|
|
43
|
+
'微信小程序-客服消息',
|
|
44
|
+
'https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/customer-message/customer-message.html',
|
|
45
|
+
],
|
|
46
|
+
[
|
|
47
|
+
'access_token是否过期验证',
|
|
48
|
+
'https://api.weixin.qq.com/cgi-bin/ticket/getticket?access_token=31_voA3FIb5tPTP1_KKKz2u7lp9rM6j4WVP8zwW9x-HqfboNIjGmqQomNptLnF-X5qPoiKBoYj4z0eHmEtRvHO_c02SjTZzWWcsJAzTTj_CMWowLeESzmhv0g8HsdYwj2MAPRYFT3wW0AS2JEXeXQNfAIABUR&type=jsapi',
|
|
49
|
+
],
|
|
50
|
+
[
|
|
51
|
+
'微信小程序-订阅消息',
|
|
52
|
+
'https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/subscribe-message.html',
|
|
53
|
+
],
|
|
54
|
+
[
|
|
55
|
+
'微信小程序-检查登录是否过期',
|
|
56
|
+
'https://developers.weixin.qq.com/miniprogram/dev/api/open-api/login/wx.checkSession.html',
|
|
57
|
+
],
|
|
58
|
+
];
|
|
59
|
+
|
|
60
|
+
export default {
|
|
61
|
+
category: '小程序+Uniapp',
|
|
62
|
+
order: 13,
|
|
63
|
+
list,
|
|
64
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
const list = [
|
|
2
|
+
['Dns检测|Dns查询 - 站长工具', 'https://tool.chinaz.com/dns'],
|
|
3
|
+
['json在线解析', 'https://www.json.cn/'],
|
|
4
|
+
['图片转base64', 'https://www.css-js.com/tools/base64.html'],
|
|
5
|
+
['视频转gif', 'https://www.shipinyasuo.com/videoToGif'],
|
|
6
|
+
['音频格式转换', 'https://ncm.worthsee.com/'],
|
|
7
|
+
['音频格式转换', 'https://audiotrimmer.com/cn'],
|
|
8
|
+
['网页PS', 'https://ps.gaoding.com/#/'],
|
|
9
|
+
['tinypng图片压缩', 'https://tinypng.com/'],
|
|
10
|
+
['网站导航', 'http://sakura.ysepan.com/'],
|
|
11
|
+
['PDF转换器1', 'http://www.pdfdo.com/doc-to-pdf.aspx'],
|
|
12
|
+
['PDF转换器2', 'https://www.alltoall.net/'],
|
|
13
|
+
['图片修复', 'https://zh.pixfix.com/'],
|
|
14
|
+
['PDF合成', 'https://www.zhihuilib.com/pdf/image-merge-pdf'],
|
|
15
|
+
['favicon图标在线生成', 'http://favicon.madjs.com/'],
|
|
16
|
+
['JS加密混淆', 'https://tool.chinaz.com/Tools/CssFormat.aspx'],
|
|
17
|
+
['图片压缩改大小', 'https://www.yasuotu.com/gif/'],
|
|
18
|
+
['logo制作地址', 'https://app.logo.com/business-name'],
|
|
19
|
+
['颜色汇集地址', 'https://www.5tu.cn/colors/yansebiao.html'],
|
|
20
|
+
['echarts示例1', 'https://www.makeapie.cn/echarts'],
|
|
21
|
+
['echarts示例2', 'https://madeapie.com/#/'],
|
|
22
|
+
['echarts示例3', 'http://ppchart.com/#/'],
|
|
23
|
+
['数据转typescript类型', 'https://transform.tools/json-to-typescript'],
|
|
24
|
+
['webstorm激活网站', 'https://3.jetbra.in/'],
|
|
25
|
+
['前端书籍收集', 'https://www.bookstack.cn/'],
|
|
26
|
+
['磁力链接搜索', 'https://1ci.li/'],
|
|
27
|
+
['公钥私钥转换', 'http://web.chacuo.net/netrsakeypair'],
|
|
28
|
+
['福利吧', 'https://fuliba2023.net/'],
|
|
29
|
+
[
|
|
30
|
+
'谷歌应用商店',
|
|
31
|
+
'https://chrome.google.com/webstore/category/extensions?hl=zh-CN',
|
|
32
|
+
],
|
|
33
|
+
['免费资源导航', 'https://www.thosefree.com/'],
|
|
34
|
+
['公众号音频提取', 'https://tool.wpjam.com/mp_audio/'],
|
|
35
|
+
[
|
|
36
|
+
'模拟api接口',
|
|
37
|
+
'https://api.apiopen.top/swagger/index.html#/%E5%BC%80%E6%94%BE%E6%8E%A5%E5%8F%A3/get_getImages',
|
|
38
|
+
],
|
|
39
|
+
];
|
|
40
|
+
|
|
41
|
+
export default {
|
|
42
|
+
category: '实用',
|
|
43
|
+
order: 15,
|
|
44
|
+
list,
|
|
45
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { arrSort, cloneDeep, getModulesDefaultContent } from '@vft/utils';
|
|
2
|
+
import { NAVIGATION_URLS } from './index';
|
|
3
|
+
import type { All_URL_LIST_TYPE, TITLE_PATH_TYPE, UrlListProps } from './types';
|
|
4
|
+
|
|
5
|
+
export function addPathTitle(list: TITLE_PATH_TYPE[]) {
|
|
6
|
+
const _list: TITLE_PATH_TYPE[] = [];
|
|
7
|
+
if (list?.length) {
|
|
8
|
+
for (const item of list) {
|
|
9
|
+
const infos = { title: item[0]!, path: item[1]! };
|
|
10
|
+
if (item[2]) {
|
|
11
|
+
Object.assign(infos, { roles: item[2] });
|
|
12
|
+
}
|
|
13
|
+
_list.push(infos);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
return _list;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export function getList(list) {
|
|
20
|
+
const _list = getModulesDefaultContent(list) as UrlListProps[];
|
|
21
|
+
|
|
22
|
+
_list.forEach(item => {
|
|
23
|
+
item.list = addPathTitle(item.list);
|
|
24
|
+
return item;
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
return arrSort(_list, 'order');
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export const getAllUrlList = () => {
|
|
31
|
+
const allList: All_URL_LIST_TYPE = [];
|
|
32
|
+
const _list = cloneDeep(NAVIGATION_URLS);
|
|
33
|
+
for (const item of _list) {
|
|
34
|
+
for (const sub_item of item.list as All_URL_LIST_TYPE) {
|
|
35
|
+
sub_item.category = [item.category];
|
|
36
|
+
allList.push({ ...sub_item, sourceType: 'url' });
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
return allList;
|
|
41
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const list = [
|
|
2
|
+
['vite官网', 'https://cn.vitejs.dev/config/'],
|
|
3
|
+
[
|
|
4
|
+
'最新vite源码分析,vite到底为什么比webpack快',
|
|
5
|
+
'https://segmentfault.com/a/1190000038324271',
|
|
6
|
+
],
|
|
7
|
+
[
|
|
8
|
+
'Vite 和Webpack 的核心差异',
|
|
9
|
+
'https://blog.csdn.net/weixin_40906515/article/details/114313102',
|
|
10
|
+
],
|
|
11
|
+
[
|
|
12
|
+
'webpack和vite的比较',
|
|
13
|
+
'https://blog.csdn.net/weixin_42991716/article/details/115803348',
|
|
14
|
+
],
|
|
15
|
+
['vite为什么快', 'https://juejin.cn/post/6969364344018567182'],
|
|
16
|
+
['Rollup打包项目教程', 'https://juejin.cn/post/7145090564801691684'],
|
|
17
|
+
];
|
|
18
|
+
|
|
19
|
+
export default {
|
|
20
|
+
category: 'Vite',
|
|
21
|
+
order: 10,
|
|
22
|
+
list,
|
|
23
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
const list = [
|
|
2
|
+
['vue官方中文地址', 'https://cn.vuejs.org/guide/introduction.html'],
|
|
3
|
+
['vue-route官方中文地址', 'https://router.vuejs.org/zh/introduction.html'],
|
|
4
|
+
['vueuse中文地址', 'http://www.vueusejs.com/functions.html'],
|
|
5
|
+
['vueuse官方地址', 'https://vueuse.org/functions.html'],
|
|
6
|
+
['pinia官方地址', 'https://pinia.vuejs.org/introduction.html'],
|
|
7
|
+
['Vue SFC Playground', 'https://sfc.vuejs.org'],
|
|
8
|
+
['Vue Use Playground', 'https://play.vueuse.org/'],
|
|
9
|
+
[
|
|
10
|
+
'Vue源码解析',
|
|
11
|
+
'https://ustbhuangyi.github.io/vue-analysis/v2/prepare/flow.html#%E4%B8%BA%E4%BB%80%E4%B9%88%E7%94%A8-flow',
|
|
12
|
+
],
|
|
13
|
+
['vant4', 'https://vant-contrib.gitee.io/vant/#/zh-CN/checkbox'],
|
|
14
|
+
['腾讯首页', 'https://tdesign.tencent.com/'],
|
|
15
|
+
[
|
|
16
|
+
'iview Admin Pro 后台',
|
|
17
|
+
'https://adminpro.iviewui.com/login?redirect=%2Fdashboard%2Fconsole',
|
|
18
|
+
],
|
|
19
|
+
[
|
|
20
|
+
'material 后台',
|
|
21
|
+
'https://demos.creative-tim.com/material-dashboard/examples/dashboard.html',
|
|
22
|
+
],
|
|
23
|
+
['VARLET', 'https://varlet.gitee.io/varlet-ui/#/zh-CN/index'],
|
|
24
|
+
['quasar', 'https://quasar.dev/vue-components/table'],
|
|
25
|
+
['vueadminwork', 'http://a.vueadminwork.com/#/login?redirect=/index/home'],
|
|
26
|
+
['soybean', 'https://soybean.pro/#/login?redirect=/component/table'],
|
|
27
|
+
['vue-pure-admin', 'https://yiming_chang.gitee.io/vue-pure-admin/#/login'],
|
|
28
|
+
['vite-vue3-lowcode', 'https://github.com/buqiyuan/vite-vue3-lowcode'],
|
|
29
|
+
['vuetify', 'https://vuetify.cn/zh-Hans/components/treeview/'],
|
|
30
|
+
['quasar', 'https://quasar.dev/'],
|
|
31
|
+
['ionic', 'https://ionicframework.com/docs/api/item'],
|
|
32
|
+
['primevue', 'https://primevue.org/dataview'],
|
|
33
|
+
['vuestic', 'https://vuestic.dev/zh/ui-elements/data-table'],
|
|
34
|
+
['cube-ui', 'https://didi.github.io/cube-ui/#/zh-CN/docs/scroll'],
|
|
35
|
+
['vux', 'https://doc.vux.li/zh-CN/components/x-table.html'],
|
|
36
|
+
['arco.design', 'https://arco.design/vue/component/table#scroll'],
|
|
37
|
+
['element-plus', 'https://element-plus.org/zh-CN/component/button.html'],
|
|
38
|
+
['antdv', 'https://www.antdv.com/docs/vue/customize-theme-cn/'],
|
|
39
|
+
['naiveui', 'https://www.naiveui.com/zh-CN/light/docs/installation'],
|
|
40
|
+
['vben', 'https://vben.vvbin.cn/#/login?redirect=/dashboard'],
|
|
41
|
+
];
|
|
42
|
+
|
|
43
|
+
export default {
|
|
44
|
+
category: 'Vue',
|
|
45
|
+
order: 1,
|
|
46
|
+
list,
|
|
47
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export const THRID_PARTY_SEARCH_LIST = [
|
|
2
|
+
{
|
|
3
|
+
label: 'Bing',
|
|
4
|
+
value: 'https://cn.bing.com/search?q=',
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
label: 'Google',
|
|
8
|
+
value: 'https://www.google.com/search?q=',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
label: 'Baidu',
|
|
12
|
+
value: 'https://www.baidu.com/s?wd=',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
label: 'MDN',
|
|
16
|
+
value: 'https://developer.mozilla.org/zh-CN/search?q=', // 搜索链接的前面部分
|
|
17
|
+
},
|
|
18
|
+
];
|
package/index.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './constants';
|
package/package.json
ADDED
package/utils/index.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './rsa';
|
package/utils/rsa.ts
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import JSEncrypt from 'jsencrypt';
|
|
2
|
+
|
|
3
|
+
// rsa 加密
|
|
4
|
+
export class RsaEncrypt {
|
|
5
|
+
/** 密钥 */
|
|
6
|
+
private jsencrypt = new JSEncrypt();
|
|
7
|
+
|
|
8
|
+
constructor(key, privateKey?) {
|
|
9
|
+
key && this.jsencrypt.setPublicKey(key);
|
|
10
|
+
privateKey && this.jsencrypt.setPrivateKey(privateKey);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* @description 加密
|
|
15
|
+
*/
|
|
16
|
+
encrypt(cipherText: string): string {
|
|
17
|
+
return this.jsencrypt.encrypt(cipherText) as string;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* @description 解密
|
|
22
|
+
*/
|
|
23
|
+
decrypt(cipherText: string) {
|
|
24
|
+
return this.jsencrypt.decrypt(cipherText) as string;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export const rsa = new RsaEncrypt(
|
|
29
|
+
'MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqOY53npyQNsDeXaAhgzI\n' +
|
|
30
|
+
'bHL5Abw+onQ/PlZT2Scb9Xjj6Vfpe3COd28Rp4lIa5Ay4nPuCm9KkjylbAqBT74+\n' +
|
|
31
|
+
'rFYr9ehujM3pb+oVfsMmVUrMELPV15iSWosaiGM8Alat+xwZfDuLKP5pCCSaeuT1\n' +
|
|
32
|
+
'DvkIeBB3sOo21YozpJZLq5fA7Vp9vDgfS5G6kc8u+X/wJ/knkBOU0a7VpSN8pv4k\n' +
|
|
33
|
+
'YB9ibU1zvbUCwWbE/itlR42fuvwVW0S6v6EbBDVdsKIZKYVVLJD6shc8dKFsgA66\n' +
|
|
34
|
+
'lPKb2ZEQwLFpdHoC+3au3nvb55rFHeEBQuBW9UVy+cMUMaShDH/p6TRF9/fwupVx\n' +
|
|
35
|
+
'hQIDAQAB',
|
|
36
|
+
'MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCo5jneenJA2wN5\n' +
|
|
37
|
+
'doCGDMhscvkBvD6idD8+VlPZJxv1eOPpV+l7cI53bxGniUhrkDLic+4Kb0qSPKVs\n' +
|
|
38
|
+
'CoFPvj6sViv16G6Mzelv6hV+wyZVSswQs9XXmJJaixqIYzwCVq37HBl8O4so/mkI\n' +
|
|
39
|
+
'JJp65PUO+Qh4EHew6jbVijOklkurl8DtWn28OB9LkbqRzy75f/An+SeQE5TRrtWl\n' +
|
|
40
|
+
'I3ym/iRgH2JtTXO9tQLBZsT+K2VHjZ+6/BVbRLq/oRsENV2wohkphVUskPqyFzx0\n' +
|
|
41
|
+
'oWyADrqU8pvZkRDAsWl0egL7dq7ee9vnmsUd4QFC4Fb1RXL5wxQxpKEMf+npNEX3\n' +
|
|
42
|
+
'9/C6lXGFAgMBAAECggEBAIuum31bVtI8TwtM7c3vFHJcQ4Mj48kGyqcLThzxMzY3\n' +
|
|
43
|
+
'3IVGp1nnJGux96/O4Y3Tm8GcjukiUVHPxh8sMPV6KOrt+T1OFN9uC/j6ZvyG+FTh\n' +
|
|
44
|
+
'nxLRJ7E+BQvMrwzMxPxKI2jhPFJ6DATDIqoRW5D3eZQAcPia5eHyUZcYzMz5X2tw\n' +
|
|
45
|
+
'pLmgO3Cw1cRtmP2FpDRJPtaPo6CztNfK4hjm3ldmyS26QSiEynmzTJ0qbRhD/J94\n' +
|
|
46
|
+
'aUp6rSDsbE7zFA3+JyolF9p2QA10MUOuDSF1FgHf7ctbajPdCMfBtEfaT16p3txR\n' +
|
|
47
|
+
'bwiZmgMl0EEjRDAYoG44wjXyZETXrJsaBfHE649yxgECgYEA4EB6VRPd0CAiuBtM\n' +
|
|
48
|
+
'Yx1bibKaMZXEyQFx2ETKSVc2Z5aLt3TPH/Bvn2NWyTLKSLWnDTu4VM5oD2sTwayH\n' +
|
|
49
|
+
'VuLapOioSOcS88xo4hv1yAhpSWpeG58rhFNnulgFPXnXxwyT8b9Dg8aE4PM9VLXT\n' +
|
|
50
|
+
'n4JLKyLSm43t666s/iLzYKgQGpECgYEAwM+dhKmBAmbHjeqO4TMs4ycy7gqFaJIo\n' +
|
|
51
|
+
'PH+0zBapUSbQ//Aws2hRQssxYC3YMJ4x86GX50OMw9ZjPcDw69K/K2dzsFIXvxEQ\n' +
|
|
52
|
+
'Bp1uNHmB7L+thtgUxylWP2iQUjd6kS9swRzGfB0h63QVZkoKLTa8Q19bvaq5NUUK\n' +
|
|
53
|
+
'FzivBycymbUCgYAaJwrdPyrgKc9Cv1RCPts9DMo0vC2t73Ayc5tPwE8E96alp4a8\n' +
|
|
54
|
+
'R9MMuI4XesfigOTRg0R1B3lVSvyL2q4R8PTkxIlTrzcjnZQhwncAdBKrUC9Xc1Gk\n' +
|
|
55
|
+
'5gEz1y4NRFdozEu4psCd7pnyjgt6BJaAhLZ1emMrZvr3QHDGVpchj5gJMQKBgBdJ\n' +
|
|
56
|
+
'/JDFmJudpoTxzAhPkiBt36z5AFw9KzcDhecQ5aqzsZL4hClndElJGdGwN+jHcukm\n' +
|
|
57
|
+
'n56DfkE5aAtRfsg9UHIBsOufPtcJTJI/+cvE0XizPlaHSxszVwOZsbT8loVq4QwC\n' +
|
|
58
|
+
'WccsDajPALa2QrxrXBoXLpGeSXixuiJL6nhGt8nxAoGBANWoi9+OHehDJja64kN0\n' +
|
|
59
|
+
'5sjwFMGg8vHDyH+NHVPe3zEFDqVLBxBy7/YHMd+BBrUtcz9MBP3auQJ4WeSvKH4C\n' +
|
|
60
|
+
'65RWyQ1RtbdKEDr7uU+G26za+p+REeXeTxuCBIduF8uN4D59lws1IosiSRnq/kVz\n' +
|
|
61
|
+
'IQD4FLAOKE5MtguRZxnGLTkT',
|
|
62
|
+
);
|