@vft/business 0.0.14 → 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.
Files changed (99) hide show
  1. package/dist/cjs/constants/navigation-url/01.commonly-used.cjs +1 -0
  2. package/dist/cjs/constants/navigation-url/03.official-film.cjs +1 -0
  3. package/dist/cjs/constants/navigation-url/04.interview.cjs +1 -0
  4. package/dist/cjs/constants/navigation-url/20.blog.cjs +1 -0
  5. package/dist/cjs/constants/navigation-url/23.image.cjs +1 -0
  6. package/dist/cjs/constants/navigation-url/33.amusement.cjs +1 -0
  7. package/dist/cjs/constants/navigation-url/50.babel.cjs +1 -0
  8. package/dist/cjs/constants/navigation-url/999.download.cjs +1 -0
  9. package/dist/cjs/constants/navigation-url/css.cjs +1 -0
  10. package/dist/cjs/constants/navigation-url/everest.cjs +1 -0
  11. package/dist/cjs/constants/navigation-url/index.cjs +1 -0
  12. package/dist/cjs/constants/navigation-url/mac.cjs +1 -0
  13. package/dist/cjs/constants/navigation-url/me.cjs +2 -0
  14. package/dist/cjs/constants/navigation-url/node.cjs +1 -0
  15. package/dist/cjs/constants/navigation-url/other.cjs +1 -0
  16. package/dist/cjs/constants/navigation-url/pnpm.cjs +1 -0
  17. package/dist/cjs/constants/navigation-url/pwa.cjs +1 -0
  18. package/dist/cjs/constants/navigation-url/react.cjs +1 -0
  19. package/dist/cjs/constants/navigation-url/typescript.cjs +1 -0
  20. package/dist/cjs/constants/navigation-url/uniapp.cjs +1 -0
  21. package/dist/cjs/constants/navigation-url/utility.cjs +1 -0
  22. package/dist/cjs/constants/navigation-url/utils.cjs +1 -0
  23. package/dist/cjs/constants/navigation-url/vite.cjs +1 -0
  24. package/dist/cjs/constants/navigation-url/vue.cjs +1 -0
  25. package/dist/cjs/constants/navigation-url/webpack.cjs +1 -0
  26. package/dist/cjs/constants/third-party-search.cjs +1 -0
  27. package/dist/cjs/index.cjs +1 -0
  28. package/dist/cjs/utils/helper.cjs +1 -0
  29. package/dist/cjs/utils/rsa.cjs +32 -0
  30. package/dist/constants/navigation-url/index.d.ts +4 -0
  31. package/dist/constants/navigation-url/types.d.ts +18 -0
  32. package/dist/constants/navigation-url/utils.d.ts +8 -0
  33. package/dist/constants/third-party-search.d.ts +4 -0
  34. package/dist/es/constants/navigation-url/01.commonly-used.js +27 -0
  35. package/dist/es/constants/navigation-url/03.official-film.js +20 -0
  36. package/dist/es/constants/navigation-url/04.interview.js +49 -0
  37. package/dist/es/constants/navigation-url/20.blog.js +64 -0
  38. package/dist/es/constants/navigation-url/23.image.js +22 -0
  39. package/dist/es/constants/navigation-url/33.amusement.js +32 -0
  40. package/{src/constants/navigation-url/50.babel.ts → dist/es/constants/navigation-url/50.babel.js} +14 -13
  41. package/dist/es/constants/navigation-url/999.download.js +20 -0
  42. package/dist/es/constants/navigation-url/css.js +25 -0
  43. package/dist/es/constants/navigation-url/everest.js +27 -0
  44. package/dist/es/constants/navigation-url/index.js +56 -0
  45. package/dist/es/constants/navigation-url/mac.js +22 -0
  46. package/dist/es/constants/navigation-url/me.js +34 -0
  47. package/dist/es/constants/navigation-url/node.js +12 -0
  48. package/dist/es/constants/navigation-url/other.js +60 -0
  49. package/{src/constants/navigation-url/pnpm.ts → dist/es/constants/navigation-url/pnpm.js} +15 -14
  50. package/dist/es/constants/navigation-url/pwa.js +45 -0
  51. package/dist/es/constants/navigation-url/react.js +16 -0
  52. package/dist/es/constants/navigation-url/typescript.js +19 -0
  53. package/dist/es/constants/navigation-url/uniapp.js +65 -0
  54. package/dist/es/constants/navigation-url/utility.js +67 -0
  55. package/dist/es/constants/navigation-url/utils.js +27 -0
  56. package/dist/es/constants/navigation-url/vite.js +24 -0
  57. package/dist/es/constants/navigation-url/vue.js +64 -0
  58. package/dist/es/constants/navigation-url/webpack.js +14 -0
  59. package/dist/es/constants/third-party-search.js +22 -0
  60. package/dist/es/index.js +15 -0
  61. package/dist/es/utils/helper.js +11 -0
  62. package/dist/es/utils/rsa.js +62 -0
  63. package/dist/index.d.ts +2 -0
  64. package/dist/utils/helper.d.ts +3 -0
  65. package/dist/utils/rsa.d.ts +14 -0
  66. package/package.json +21 -6
  67. package/src/constants/navigation-url/01.commonly-used.ts +0 -26
  68. package/src/constants/navigation-url/03.official-film.ts +0 -19
  69. package/src/constants/navigation-url/04.interview.ts +0 -48
  70. package/src/constants/navigation-url/20.blog.ts +0 -63
  71. package/src/constants/navigation-url/23.image.ts +0 -21
  72. package/src/constants/navigation-url/33.amusement.ts +0 -31
  73. package/src/constants/navigation-url/999.download.ts +0 -19
  74. package/src/constants/navigation-url/css.ts +0 -24
  75. package/src/constants/navigation-url/everest.ts +0 -26
  76. package/src/constants/navigation-url/index.ts +0 -12
  77. package/src/constants/navigation-url/mac.ts +0 -21
  78. package/src/constants/navigation-url/me.ts +0 -32
  79. package/src/constants/navigation-url/node.ts +0 -11
  80. package/src/constants/navigation-url/other.ts +0 -59
  81. package/src/constants/navigation-url/pwa.ts +0 -44
  82. package/src/constants/navigation-url/react.ts +0 -15
  83. package/src/constants/navigation-url/types.ts +0 -22
  84. package/src/constants/navigation-url/typescript.ts +0 -18
  85. package/src/constants/navigation-url/uniapp.ts +0 -64
  86. package/src/constants/navigation-url/utility.ts +0 -73
  87. package/src/constants/navigation-url/utils.ts +0 -46
  88. package/src/constants/navigation-url/vite.ts +0 -23
  89. package/src/constants/navigation-url/vue.ts +0 -63
  90. package/src/constants/navigation-url/webpack.ts +0 -13
  91. package/src/constants/third-party-search.ts +0 -18
  92. package/src/utils/helper.ts +0 -9
  93. package/src/utils/rsa.ts +0 -62
  94. package/tsconfig.json +0 -9
  95. /package/{src → dist}/components/iky-icon/index.vue +0 -0
  96. /package/{src/constants/index.ts → dist/constants/index.d.ts} +0 -0
  97. /package/{src → dist}/styles/index.css +0 -0
  98. /package/{src → dist}/styles/main.scss +0 -0
  99. /package/{src/utils/index.ts → dist/utils/index.d.ts} +0 -0
@@ -0,0 +1,62 @@
1
+ var B = Object.defineProperty;
2
+ var c = (t, n, s) => n in t ? B(t, n, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[n] = s;
3
+ var A = (t, n, s) => (c(t, typeof n != "symbol" ? n + "" : n, s), s);
4
+ import p from "jsencrypt";
5
+ class y {
6
+ constructor(n, s) {
7
+ /** 密钥 */
8
+ A(this, "jsencrypt", new p());
9
+ n && this.jsencrypt.setPublicKey(n), s && this.jsencrypt.setPrivateKey(s);
10
+ }
11
+ /**
12
+ * @description 加密
13
+ */
14
+ encrypt(n) {
15
+ return this.jsencrypt.encrypt(n);
16
+ }
17
+ /**
18
+ * @description 解密
19
+ */
20
+ decrypt(n) {
21
+ return this.jsencrypt.decrypt(n);
22
+ }
23
+ }
24
+ const r = new y(
25
+ `MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqOY53npyQNsDeXaAhgzI
26
+ bHL5Abw+onQ/PlZT2Scb9Xjj6Vfpe3COd28Rp4lIa5Ay4nPuCm9KkjylbAqBT74+
27
+ rFYr9ehujM3pb+oVfsMmVUrMELPV15iSWosaiGM8Alat+xwZfDuLKP5pCCSaeuT1
28
+ DvkIeBB3sOo21YozpJZLq5fA7Vp9vDgfS5G6kc8u+X/wJ/knkBOU0a7VpSN8pv4k
29
+ YB9ibU1zvbUCwWbE/itlR42fuvwVW0S6v6EbBDVdsKIZKYVVLJD6shc8dKFsgA66
30
+ lPKb2ZEQwLFpdHoC+3au3nvb55rFHeEBQuBW9UVy+cMUMaShDH/p6TRF9/fwupVx
31
+ hQIDAQAB`,
32
+ `MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCo5jneenJA2wN5
33
+ doCGDMhscvkBvD6idD8+VlPZJxv1eOPpV+l7cI53bxGniUhrkDLic+4Kb0qSPKVs
34
+ CoFPvj6sViv16G6Mzelv6hV+wyZVSswQs9XXmJJaixqIYzwCVq37HBl8O4so/mkI
35
+ JJp65PUO+Qh4EHew6jbVijOklkurl8DtWn28OB9LkbqRzy75f/An+SeQE5TRrtWl
36
+ I3ym/iRgH2JtTXO9tQLBZsT+K2VHjZ+6/BVbRLq/oRsENV2wohkphVUskPqyFzx0
37
+ oWyADrqU8pvZkRDAsWl0egL7dq7ee9vnmsUd4QFC4Fb1RXL5wxQxpKEMf+npNEX3
38
+ 9/C6lXGFAgMBAAECggEBAIuum31bVtI8TwtM7c3vFHJcQ4Mj48kGyqcLThzxMzY3
39
+ 3IVGp1nnJGux96/O4Y3Tm8GcjukiUVHPxh8sMPV6KOrt+T1OFN9uC/j6ZvyG+FTh
40
+ nxLRJ7E+BQvMrwzMxPxKI2jhPFJ6DATDIqoRW5D3eZQAcPia5eHyUZcYzMz5X2tw
41
+ pLmgO3Cw1cRtmP2FpDRJPtaPo6CztNfK4hjm3ldmyS26QSiEynmzTJ0qbRhD/J94
42
+ aUp6rSDsbE7zFA3+JyolF9p2QA10MUOuDSF1FgHf7ctbajPdCMfBtEfaT16p3txR
43
+ bwiZmgMl0EEjRDAYoG44wjXyZETXrJsaBfHE649yxgECgYEA4EB6VRPd0CAiuBtM
44
+ Yx1bibKaMZXEyQFx2ETKSVc2Z5aLt3TPH/Bvn2NWyTLKSLWnDTu4VM5oD2sTwayH
45
+ VuLapOioSOcS88xo4hv1yAhpSWpeG58rhFNnulgFPXnXxwyT8b9Dg8aE4PM9VLXT
46
+ n4JLKyLSm43t666s/iLzYKgQGpECgYEAwM+dhKmBAmbHjeqO4TMs4ycy7gqFaJIo
47
+ PH+0zBapUSbQ//Aws2hRQssxYC3YMJ4x86GX50OMw9ZjPcDw69K/K2dzsFIXvxEQ
48
+ Bp1uNHmB7L+thtgUxylWP2iQUjd6kS9swRzGfB0h63QVZkoKLTa8Q19bvaq5NUUK
49
+ FzivBycymbUCgYAaJwrdPyrgKc9Cv1RCPts9DMo0vC2t73Ayc5tPwE8E96alp4a8
50
+ R9MMuI4XesfigOTRg0R1B3lVSvyL2q4R8PTkxIlTrzcjnZQhwncAdBKrUC9Xc1Gk
51
+ 5gEz1y4NRFdozEu4psCd7pnyjgt6BJaAhLZ1emMrZvr3QHDGVpchj5gJMQKBgBdJ
52
+ /JDFmJudpoTxzAhPkiBt36z5AFw9KzcDhecQ5aqzsZL4hClndElJGdGwN+jHcukm
53
+ n56DfkE5aAtRfsg9UHIBsOufPtcJTJI/+cvE0XizPlaHSxszVwOZsbT8loVq4QwC
54
+ WccsDajPALa2QrxrXBoXLpGeSXixuiJL6nhGt8nxAoGBANWoi9+OHehDJja64kN0
55
+ 5sjwFMGg8vHDyH+NHVPe3zEFDqVLBxBy7/YHMd+BBrUtcz9MBP3auQJ4WeSvKH4C
56
+ 65RWyQ1RtbdKEDr7uU+G26za+p+REeXeTxuCBIduF8uN4D59lws1IosiSRnq/kVz
57
+ IQD4FLAOKE5MtguRZxnGLTkT`
58
+ );
59
+ export {
60
+ y as RsaEncrypt,
61
+ r as rsa
62
+ };
@@ -0,0 +1,2 @@
1
+ export * from './constants';
2
+ export * from './utils';
@@ -0,0 +1,3 @@
1
+ export declare const getGlobalConfig: () => {
2
+ apiUrl: any;
3
+ };
@@ -0,0 +1,14 @@
1
+ export declare class RsaEncrypt {
2
+ /** 密钥 */
3
+ private jsencrypt;
4
+ constructor(key: any, privateKey?: any);
5
+ /**
6
+ * @description 加密
7
+ */
8
+ encrypt(cipherText: string): string;
9
+ /**
10
+ * @description 解密
11
+ */
12
+ decrypt(cipherText: string): string;
13
+ }
14
+ export declare const rsa: RsaEncrypt;
package/package.json CHANGED
@@ -1,14 +1,29 @@
1
1
  {
2
2
  "name": "@vft/business",
3
- "version": "0.0.14",
4
- "main": "./src/index.ts",
5
- "module": "./src/index.ts",
3
+ "version": "0.0.16",
4
+ "main": "./dist/cjs/index.cjs",
5
+ "module": "./dist/es/index.js",
6
+ "files": [
7
+ "dist"
8
+ ],
6
9
  "peerDependencies": {
7
- "lodash": "latest",
10
+ "lodash-es": ">=4.17.0",
11
+ "@types/lodash-es": ">=4.17.0",
8
12
  "jsencrypt": "latest",
9
- "@vft/utils": "0.0.62"
13
+ "@vft/utils": "0.0.65"
10
14
  },
11
15
  "scripts": {
12
- "pub": "tsx ../scripts/build/src/publish.ts --pkg business"
16
+ "clean": "pnpm /^clean:/",
17
+ "clean:dist": "rimraf dist",
18
+ "clean:node_modules": "rimraf node_modules",
19
+ "build": "pnpm clean:dist && vite build && cp -r src/styles dist/styles && cp -r src/components dist/components",
20
+ "pub": "pnpm build && tsx ../scripts/build/src/publish.ts --pkg business"
21
+ },
22
+ "types": "./dist/index.d.ts",
23
+ "exports": {
24
+ ".": {
25
+ "require": "./dist/cjs/index.cjs",
26
+ "import": "./dist/es/index.js"
27
+ }
13
28
  }
14
29
  }
@@ -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
- ['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,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';