@vft/business 0.0.15 → 0.0.16
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/package.json +4 -1
- package/src/components/iky-icon/index.vue +0 -3
- package/src/constants/index.ts +0 -2
- package/src/constants/navigation-url/01.commonly-used.ts +0 -26
- package/src/constants/navigation-url/03.official-film.ts +0 -19
- package/src/constants/navigation-url/04.interview.ts +0 -48
- package/src/constants/navigation-url/20.blog.ts +0 -63
- package/src/constants/navigation-url/23.image.ts +0 -21
- package/src/constants/navigation-url/33.amusement.ts +0 -31
- package/src/constants/navigation-url/50.babel.ts +0 -19
- package/src/constants/navigation-url/999.download.ts +0 -19
- package/src/constants/navigation-url/css.ts +0 -24
- package/src/constants/navigation-url/everest.ts +0 -26
- package/src/constants/navigation-url/index.ts +0 -12
- package/src/constants/navigation-url/mac.ts +0 -21
- package/src/constants/navigation-url/me.ts +0 -32
- package/src/constants/navigation-url/node.ts +0 -11
- package/src/constants/navigation-url/other.ts +0 -59
- package/src/constants/navigation-url/pnpm.ts +0 -20
- package/src/constants/navigation-url/pwa.ts +0 -44
- package/src/constants/navigation-url/react.ts +0 -15
- package/src/constants/navigation-url/types.ts +0 -22
- package/src/constants/navigation-url/typescript.ts +0 -18
- package/src/constants/navigation-url/uniapp.ts +0 -64
- package/src/constants/navigation-url/utility.ts +0 -73
- package/src/constants/navigation-url/utils.ts +0 -46
- package/src/constants/navigation-url/vite.ts +0 -23
- package/src/constants/navigation-url/vue.ts +0 -63
- package/src/constants/navigation-url/webpack.ts +0 -13
- package/src/constants/third-party-search.ts +0 -18
- package/src/styles/index.css +0 -3
- package/src/styles/main.scss +0 -3
- package/src/utils/helper.ts +0 -9
- package/src/utils/index.ts +0 -2
- package/src/utils/rsa.ts +0 -62
- package/tsconfig.json +0 -9
- package/vite.config.ts +0 -3
package/package.json
CHANGED
package/src/constants/index.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
const list = [
|
|
2
|
-
['github1', '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
|
-
// www.ysgc1.cc www.3443.tv
|
|
7
|
-
// www.ysgc2.cc www.5445.tv
|
|
8
|
-
['影视工厂', 'https://www.ysgc.fun'],
|
|
9
|
-
['影视工厂备用', 'https://www.ysgc.vip'],
|
|
10
|
-
['影视', 'https://zhenfanjixie.com/'],
|
|
11
|
-
['app-movie', 'https://www.appmovie.cc/'],
|
|
12
|
-
['vercel', 'https://vercel.com/miofly/wfly'],
|
|
13
|
-
['机场', 'https://xn--4gq62f52gdss.com/#/dashboard'],
|
|
14
|
-
['谷歌浏览器https问题', 'chrome://net-internals/#hsts'],
|
|
15
|
-
['leetcode', 'https://leetcode.cn/problemset/all/'],
|
|
16
|
-
['webstorm', 'https://youtrack.jetbrains.com/issues/WEB'],
|
|
17
|
-
['npm淘宝源同步', 'https://npmmirror.com/sync/@vft/pkg'],
|
|
18
|
-
['课程', 'https://600xue.com/'],
|
|
19
|
-
['帖子', 'https://996.baduhefei.com/index.html'],
|
|
20
|
-
];
|
|
21
|
-
|
|
22
|
-
export default {
|
|
23
|
-
category: '常用',
|
|
24
|
-
order: 1,
|
|
25
|
-
list,
|
|
26
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
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
|
-
};
|
|
@@ -1,48 +0,0 @@
|
|
|
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
|
-
};
|
|
@@ -1,63 +0,0 @@
|
|
|
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
|
-
['网站导航', 'http://cxy521.com/'],
|
|
34
|
-
['AI网站导航', 'https://ai-bot.cn/'],
|
|
35
|
-
['AI网站导航', 'https://www.aiyjs.com/'],
|
|
36
|
-
['AI网站导航', 'https://www.aigc.cn/'],
|
|
37
|
-
['AI网站导航', 'https://www.ainav.net/'],
|
|
38
|
-
['openwrite', 'http://admin.openwrite.cn/#/diffusion/article'],
|
|
39
|
-
['xugaoyi', 'https://xugaoyi.com/pages/dcebaf/'],
|
|
40
|
-
[
|
|
41
|
-
'如何自动提交站点地图给谷歌',
|
|
42
|
-
'https://taixingyiji.com/search/google/sitemap/#%E5%89%8D%E8%A8%80',
|
|
43
|
-
],
|
|
44
|
-
[
|
|
45
|
-
'谷歌站点',
|
|
46
|
-
'https://search.google.com/search-console?resource_id=https%3A%2F%2Fwflynn.cn%2F&hl=zh-CN',
|
|
47
|
-
],
|
|
48
|
-
['Markdown同步微信', 'https://www.wechatsync.com/md/?utm_source=homebtn#/'],
|
|
49
|
-
[
|
|
50
|
-
'waline',
|
|
51
|
-
'https://waline.js.org/guide/get-started/#vercel-%E9%83%A8%E7%BD%B2-%E6%9C%8D%E5%8A%A1%E7%AB%AF',
|
|
52
|
-
],
|
|
53
|
-
[
|
|
54
|
-
'leancloud',
|
|
55
|
-
'https://console.leancloud.app/apps/Bntkn01CEGDIzypQnPaNGV4B-MdYXbMMI/',
|
|
56
|
-
],
|
|
57
|
-
];
|
|
58
|
-
|
|
59
|
-
export default {
|
|
60
|
-
category: '技术博客网站',
|
|
61
|
-
order: 20,
|
|
62
|
-
list,
|
|
63
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
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://imgse.com/'],
|
|
14
|
-
['聚合图床', 'https://www.superbed.cn/'],
|
|
15
|
-
];
|
|
16
|
-
|
|
17
|
-
export default {
|
|
18
|
-
category: '图片/图标',
|
|
19
|
-
order: 23,
|
|
20
|
-
list,
|
|
21
|
-
};
|
|
@@ -1,31 +0,0 @@
|
|
|
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
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
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
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
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
|
-
['redis', 'http://download.redis.io/releases/'],
|
|
6
|
-
['mongodb', 'https://www.mongodb.com/download-center/community/releases'],
|
|
7
|
-
['mysql', 'https://dev.mysql.com/downloads/mysql/'],
|
|
8
|
-
['maven', 'https://mvnrepository.com'],
|
|
9
|
-
['mac抓包工具wireshark', 'https://www.wireshark.org/download.html'],
|
|
10
|
-
[
|
|
11
|
-
'chrome旧版本下载',
|
|
12
|
-
'https://vikyd.github.io/download-chromium-history-version/#/',
|
|
13
|
-
],
|
|
14
|
-
];
|
|
15
|
-
|
|
16
|
-
export default {
|
|
17
|
-
category: '下载',
|
|
18
|
-
list,
|
|
19
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
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
|
-
};
|
|
@@ -1,26 +0,0 @@
|
|
|
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
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
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[];
|
|
10
|
-
|
|
11
|
-
export * from './utils';
|
|
12
|
-
export * from './types';
|
|
@@ -1,21 +0,0 @@
|
|
|
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
|
-
];
|
|
16
|
-
|
|
17
|
-
export default {
|
|
18
|
-
category: 'mac',
|
|
19
|
-
order: 95,
|
|
20
|
-
list,
|
|
21
|
-
};
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
const list = [
|
|
2
|
-
['合肥高新租房', 'https://gzfgl.hfgx.com/lhm/gateway/index'],
|
|
3
|
-
['小米账号登录', 'https://account.xiaomi.com/fe/service/login/password'],
|
|
4
|
-
[
|
|
5
|
-
'谷歌广告',
|
|
6
|
-
'https://www.google.com/adsense/new/u/0/pub-4046301015031382/onboarding',
|
|
7
|
-
],
|
|
8
|
-
['百度站长', 'https://ziyuan.baidu.com/linksubmit/index'],
|
|
9
|
-
[
|
|
10
|
-
'百度联盟',
|
|
11
|
-
'https://unionsudo yum -y update\n.baidu.com/bqt/#/?fromPage=%2Fbqt%2Fmodules.html#/account/info?mioflyFx',
|
|
12
|
-
],
|
|
13
|
-
['阿里云服务器', 'https://account.aliyun.com/login/login.htm'],
|
|
14
|
-
['中小学教师资格考试', 'https://ntce.neea.edu.cn/'],
|
|
15
|
-
['腾讯云域名', 'https://console.cloud.tencent.com/domain'],
|
|
16
|
-
[
|
|
17
|
-
'腾讯云轻量云服务器',
|
|
18
|
-
'https://console.cloud.tencent.com/lighthouse/instance/index?rid=4',
|
|
19
|
-
],
|
|
20
|
-
['七彩课堂', 'https://www.timebook.cc/column84'],
|
|
21
|
-
[
|
|
22
|
-
'国家中小学智慧教育平台',
|
|
23
|
-
'https://basic.smartedu.cn/tchMaterial?defaultTag=dfb9da8a-2ae2-4b2e-a733-687e0252443f%2F8c9f2e5c-e403-4f55-812c-289021ac66a0%2F9d7edc22-dfc0-4653-95a5-cbe7e4908755%2F0e4e66fc-ae0b-451e-9a91-9b7d86c0752e',
|
|
24
|
-
],
|
|
25
|
-
['国家普通话报名系统', 'https://bm.cltt.org/#/documents-print'],
|
|
26
|
-
];
|
|
27
|
-
|
|
28
|
-
export default {
|
|
29
|
-
category: '我的',
|
|
30
|
-
order: 2,
|
|
31
|
-
list,
|
|
32
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
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
|
-
};
|
|
@@ -1,59 +0,0 @@
|
|
|
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
|
-
[
|
|
31
|
-
'rollup中文New',
|
|
32
|
-
'https://cn.rollupjs.org/plugin-development/#resolveimportmeta',
|
|
33
|
-
],
|
|
34
|
-
['rollup中文', 'https://www.rollupjs.com/guide/tutorial'],
|
|
35
|
-
['rollup文档', 'https://rollupjs.org/'],
|
|
36
|
-
['husky使用总结', 'https://zhuanlan.zhihu.com/p/366786798'],
|
|
37
|
-
[
|
|
38
|
-
'前端开发者需要知道的 package.json',
|
|
39
|
-
'https://juejin.cn/post/6969454249411837965',
|
|
40
|
-
],
|
|
41
|
-
['inquirer.js', 'https://blog.csdn.net/qq_26733915/article/details/80461257'],
|
|
42
|
-
['purgecss中文文档', 'https://www.purgecss.cn/'],
|
|
43
|
-
['axios中文网', 'http://www.axios-js.com/'],
|
|
44
|
-
['lottie-web', 'https://www.yuque.com/lottie/document/web'],
|
|
45
|
-
['UglifyJS中文文档', 'https://segmentfault.com/a/1190000008995453'],
|
|
46
|
-
['gulpjs', 'https://www.gulpjs.com.cn/docs/api/task/'],
|
|
47
|
-
['Prettier 中文网', 'https://www.prettier.cn/docs/index.html'],
|
|
48
|
-
['AST编译转换', 'https://astexplorer.net/'],
|
|
49
|
-
['mongodb', 'https://www.mongodb.org.cn/'],
|
|
50
|
-
['netlify', 'https://app.netlify.com/teams/miofly/overview'],
|
|
51
|
-
['gitlab', 'https://gitlab.com/Miofly/mio-blog'],
|
|
52
|
-
['周报生成器', 'https://weeklyreport.avemaria.fun/zh'],
|
|
53
|
-
];
|
|
54
|
-
|
|
55
|
-
export default {
|
|
56
|
-
category: '技术文档地址',
|
|
57
|
-
order: 1,
|
|
58
|
-
list,
|
|
59
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
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
|
-
};
|
|
@@ -1,44 +0,0 @@
|
|
|
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
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
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
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
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
|
-
icon?: string;
|
|
12
|
-
category?: string;
|
|
13
|
-
roles?: string[];
|
|
14
|
-
};
|
|
15
|
-
export type All_URL_LIST_TYPE = Partial<
|
|
16
|
-
Omit<TITLE_PATH_TYPE, 'category'> & {
|
|
17
|
-
category: string[];
|
|
18
|
-
sourceType: sourceType;
|
|
19
|
-
}
|
|
20
|
-
>[];
|
|
21
|
-
|
|
22
|
-
export type sourceType = 'blog' | 'url';
|
|
@@ -1,18 +0,0 @@
|
|
|
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
|
-
};
|
|
@@ -1,64 +0,0 @@
|
|
|
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
|
-
};
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
const audioList = [
|
|
2
|
-
['音频格式转换', 'https://ncm.worthsee.com/'],
|
|
3
|
-
['音频剪辑、格式转换', 'https://audiotrimmer.com/cn'],
|
|
4
|
-
['音频拼接', 'https://cdkm.com/cn/merge-audio#google_vignette'],
|
|
5
|
-
];
|
|
6
|
-
|
|
7
|
-
const imgList = [
|
|
8
|
-
['图片修复', 'https://zh.pixfix.com/'],
|
|
9
|
-
['网页PS', 'https://ps.gaoding.com/#/'],
|
|
10
|
-
['tinypng图片压缩', 'https://tinypng.com/'],
|
|
11
|
-
['图片压缩改大小', 'https://www.yasuotu.com/gif/'],
|
|
12
|
-
['logo制作地址', 'https://app.logo.com/business-name'],
|
|
13
|
-
['favicon图标在线生成', 'http://favicon.madjs.com/'],
|
|
14
|
-
['图片转base64', 'https://www.css-js.com/tools/base64.html'],
|
|
15
|
-
['图片文字提取', 'https://web.baimiaoapp.com/'],
|
|
16
|
-
['webp转换相关', 'https://ezgif.com/video-to-webp'],
|
|
17
|
-
];
|
|
18
|
-
|
|
19
|
-
const pdfList = [
|
|
20
|
-
['PDF转换器1', 'http://www.pdfdo.com/doc-to-pdf.aspx'],
|
|
21
|
-
['PDF转换器2', 'https://www.alltoall.net/'],
|
|
22
|
-
['图片合成PDF', 'https://www.zhihuilib.com/pdf/image-merge-pdf'],
|
|
23
|
-
[
|
|
24
|
-
'图片合成PDF(支持超10张图)',
|
|
25
|
-
'https://cdkm.com/cn/merge-jpg-to-pdf#google_vignette',
|
|
26
|
-
],
|
|
27
|
-
['PDF解密', 'https://smallpdf.com/cn/unlock-pdf'],
|
|
28
|
-
];
|
|
29
|
-
|
|
30
|
-
const list = [
|
|
31
|
-
...imgList,
|
|
32
|
-
...pdfList,
|
|
33
|
-
...audioList,
|
|
34
|
-
|
|
35
|
-
['Dns检测|Dns查询 - 站长工具', 'https://tool.chinaz.com/dns'],
|
|
36
|
-
['json在线解析', 'https://www.json.cn/'],
|
|
37
|
-
['视频转gif', 'https://www.shipinyasuo.com/videoToGif'],
|
|
38
|
-
['网站导航', 'http://sakura.ysepan.com/'],
|
|
39
|
-
['JS加密混淆', 'https://tool.chinaz.com/Tools/CssFormat.aspx'],
|
|
40
|
-
['颜色汇集地址', 'https://www.5tu.cn/colors/yansebiao.html'],
|
|
41
|
-
['echarts示例1', 'https://www.makeapie.cn/echarts'],
|
|
42
|
-
['echarts示例2', 'https://madeapie.com/#/'],
|
|
43
|
-
['echarts示例3', 'http://ppchart.com/#/'],
|
|
44
|
-
['数据转typescript类型', 'https://transform.tools/json-to-typescript'],
|
|
45
|
-
['webstorm激活网站', 'https://3.jetbra.in/'],
|
|
46
|
-
['前端书籍收集', 'https://www.bookstack.cn/'],
|
|
47
|
-
['磁力链接搜索', 'https://1ci.li/'],
|
|
48
|
-
['公钥私钥转换', 'http://web.chacuo.net/netrsakeypair'],
|
|
49
|
-
['福利吧', 'https://fuliba2023.net/'],
|
|
50
|
-
['免费资源导航', 'https://www.thosefree.com/'],
|
|
51
|
-
['公众号音频提取', 'https://tool.wpjam.com/mp_audio/'],
|
|
52
|
-
['https签名', 'https://www.ihuandu.com/ziqian/'],
|
|
53
|
-
['autohotkey', 'https://wyagd001.github.io/zh-cn/docs/Hotkeys.htm'],
|
|
54
|
-
[
|
|
55
|
-
'顺丰快递查询',
|
|
56
|
-
'https://www.sf-express.com/we/ow/chn/sc/waybill/waybill-detail',
|
|
57
|
-
],
|
|
58
|
-
[
|
|
59
|
-
'模拟api接口',
|
|
60
|
-
'https://api.apiopen.top/swagger/index.html#/%E5%BC%80%E6%94%BE%E6%8E%A5%E5%8F%A3/get_getImages',
|
|
61
|
-
],
|
|
62
|
-
[
|
|
63
|
-
'gpt注册',
|
|
64
|
-
'https://chatgptzh.github.io/how-to-register-a-chatgpt-account-in-china/#more',
|
|
65
|
-
],
|
|
66
|
-
['gpt短信接收', 'https://sms-activate.org/cn'],
|
|
67
|
-
];
|
|
68
|
-
|
|
69
|
-
export default {
|
|
70
|
-
category: '实用',
|
|
71
|
-
order: 15,
|
|
72
|
-
list,
|
|
73
|
-
};
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { arrSort, cloneDeep, getModulesDefaultContent } from '@vft/utils';
|
|
2
|
-
import { NAVIGATION_URLS } from './index';
|
|
3
|
-
import type { All_URL_LIST_TYPE, TITLE_PATH_TYPE } from './types';
|
|
4
|
-
|
|
5
|
-
export function addPathTitle(list: string[]) {
|
|
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, { icon: item[2] });
|
|
12
|
-
}
|
|
13
|
-
if (item[3]) {
|
|
14
|
-
Object.assign(infos, { roles: item[3] });
|
|
15
|
-
}
|
|
16
|
-
_list.push(infos);
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
return _list;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
type ModulesDefaultType = Record<string, { default: Record<string, any> }>;
|
|
23
|
-
|
|
24
|
-
export function getList(list: ModulesDefaultType) {
|
|
25
|
-
const _list = getModulesDefaultContent(list) as any[];
|
|
26
|
-
|
|
27
|
-
_list.forEach(item => {
|
|
28
|
-
item.list = addPathTitle(item.list);
|
|
29
|
-
return item;
|
|
30
|
-
});
|
|
31
|
-
|
|
32
|
-
return arrSort(_list, 'order');
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
export const getAllUrlList = () => {
|
|
36
|
-
const allList: All_URL_LIST_TYPE = [];
|
|
37
|
-
const _list = cloneDeep(NAVIGATION_URLS);
|
|
38
|
-
for (const item of _list) {
|
|
39
|
-
for (const sub_item of item.list as All_URL_LIST_TYPE) {
|
|
40
|
-
sub_item.category = [item.category];
|
|
41
|
-
allList.push({ ...sub_item, sourceType: 'url' });
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
return allList;
|
|
46
|
-
};
|
|
@@ -1,23 +0,0 @@
|
|
|
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
|
-
};
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
const list = [
|
|
2
|
-
[
|
|
3
|
-
'vue官方中文地址',
|
|
4
|
-
'https://cn.vuejs.org/guide/introduction.html',
|
|
5
|
-
'ico-logos:vue',
|
|
6
|
-
],
|
|
7
|
-
[
|
|
8
|
-
'vue-route官方中文地址',
|
|
9
|
-
'https://router.vuejs.org/zh/introduction.html',
|
|
10
|
-
'ico-logos:vue',
|
|
11
|
-
],
|
|
12
|
-
[
|
|
13
|
-
'vueuse中文地址',
|
|
14
|
-
'http://www.vueusejs.com/functions.html',
|
|
15
|
-
'ico-logos:vueuse',
|
|
16
|
-
],
|
|
17
|
-
['vueuse官方地址', 'https://vueuse.org/functions.html', 'ico-logos:vueuse'],
|
|
18
|
-
[
|
|
19
|
-
'pinia官方地址',
|
|
20
|
-
'https://pinia.vuejs.org/introduction.html',
|
|
21
|
-
'ico-logos:pinia',
|
|
22
|
-
],
|
|
23
|
-
['Vue SFC Playground', 'https://sfc.vuejs.org'],
|
|
24
|
-
['Vue Use Playground', 'https://play.vueuse.org/'],
|
|
25
|
-
[
|
|
26
|
-
'Vue源码解析',
|
|
27
|
-
'https://ustbhuangyi.github.io/vue-analysis/v2/prepare/flow.html#%E4%B8%BA%E4%BB%80%E4%B9%88%E7%94%A8-flow',
|
|
28
|
-
],
|
|
29
|
-
['vant4', 'https://vant-contrib.gitee.io/vant/#/zh-CN/checkbox'],
|
|
30
|
-
['腾讯首页', 'https://tdesign.tencent.com/'],
|
|
31
|
-
[
|
|
32
|
-
'iview Admin Pro 后台',
|
|
33
|
-
'https://adminpro.iviewui.com/login?redirect=%2Fdashboard%2Fconsole',
|
|
34
|
-
],
|
|
35
|
-
[
|
|
36
|
-
'material 后台',
|
|
37
|
-
'https://demos.creative-tim.com/material-dashboard/examples/dashboard.html',
|
|
38
|
-
],
|
|
39
|
-
['VARLET', 'https://varlet.gitee.io/varlet-ui/#/zh-CN/index'],
|
|
40
|
-
['quasar', 'https://quasar.dev/vue-components/table'],
|
|
41
|
-
['vueadminwork', 'http://a.vueadminwork.com/#/login?redirect=/index/home'],
|
|
42
|
-
['soybean', 'https://soybean.pro/#/login?redirect=/component/table'],
|
|
43
|
-
['vue-pure-admin', 'https://yiming_chang.gitee.io/vue-pure-admin/#/login'],
|
|
44
|
-
['vite-vue3-lowcode', 'https://github.com/buqiyuan/vite-vue3-lowcode'],
|
|
45
|
-
['vuetify', 'https://vuetify.cn/zh-Hans/components/treeview/'],
|
|
46
|
-
['quasar', 'https://quasar.dev/'],
|
|
47
|
-
['ionic', 'https://ionicframework.com/docs/api/item'],
|
|
48
|
-
['primevue', 'https://primevue.org/dataview'],
|
|
49
|
-
['vuestic', 'https://vuestic.dev/zh/ui-elements/data-table'],
|
|
50
|
-
['cube-ui', 'https://didi.github.io/cube-ui/#/zh-CN/docs/scroll'],
|
|
51
|
-
['vux', 'https://doc.vux.li/zh-CN/components/x-table.html'],
|
|
52
|
-
['arco.design', 'https://arco.design/vue/component/table#scroll'],
|
|
53
|
-
['element-plus', 'https://element-plus.org/zh-CN/component/button.html'],
|
|
54
|
-
['antdv', 'https://www.antdv.com/docs/vue/customize-theme-cn/'],
|
|
55
|
-
['naiveui', 'https://www.naiveui.com/zh-CN/light/docs/installation'],
|
|
56
|
-
['vben', 'https://vben.vvbin.cn/#/login?redirect=/dashboard'],
|
|
57
|
-
];
|
|
58
|
-
|
|
59
|
-
export default {
|
|
60
|
-
category: 'Vue',
|
|
61
|
-
order: 1,
|
|
62
|
-
list,
|
|
63
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
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/src/styles/index.css
DELETED
package/src/styles/main.scss
DELETED
package/src/utils/helper.ts
DELETED
package/src/utils/index.ts
DELETED
package/src/utils/rsa.ts
DELETED
|
@@ -1,62 +0,0 @@
|
|
|
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
|
-
);
|
package/tsconfig.json
DELETED
package/vite.config.ts
DELETED