@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.
- package/dist/cjs/constants/navigation-url/01.commonly-used.cjs +1 -0
- package/dist/cjs/constants/navigation-url/03.official-film.cjs +1 -0
- package/dist/cjs/constants/navigation-url/04.interview.cjs +1 -0
- package/dist/cjs/constants/navigation-url/20.blog.cjs +1 -0
- package/dist/cjs/constants/navigation-url/23.image.cjs +1 -0
- package/dist/cjs/constants/navigation-url/33.amusement.cjs +1 -0
- package/dist/cjs/constants/navigation-url/50.babel.cjs +1 -0
- package/dist/cjs/constants/navigation-url/999.download.cjs +1 -0
- package/dist/cjs/constants/navigation-url/css.cjs +1 -0
- package/dist/cjs/constants/navigation-url/everest.cjs +1 -0
- package/dist/cjs/constants/navigation-url/index.cjs +1 -0
- package/dist/cjs/constants/navigation-url/mac.cjs +1 -0
- package/dist/cjs/constants/navigation-url/me.cjs +2 -0
- package/dist/cjs/constants/navigation-url/node.cjs +1 -0
- package/dist/cjs/constants/navigation-url/other.cjs +1 -0
- package/dist/cjs/constants/navigation-url/pnpm.cjs +1 -0
- package/dist/cjs/constants/navigation-url/pwa.cjs +1 -0
- package/dist/cjs/constants/navigation-url/react.cjs +1 -0
- package/dist/cjs/constants/navigation-url/typescript.cjs +1 -0
- package/dist/cjs/constants/navigation-url/uniapp.cjs +1 -0
- package/dist/cjs/constants/navigation-url/utility.cjs +1 -0
- package/dist/cjs/constants/navigation-url/utils.cjs +1 -0
- package/dist/cjs/constants/navigation-url/vite.cjs +1 -0
- package/dist/cjs/constants/navigation-url/vue.cjs +1 -0
- package/dist/cjs/constants/navigation-url/webpack.cjs +1 -0
- package/dist/cjs/constants/third-party-search.cjs +1 -0
- package/dist/cjs/index.cjs +1 -0
- package/dist/cjs/utils/helper.cjs +1 -0
- package/dist/cjs/utils/rsa.cjs +32 -0
- package/dist/constants/navigation-url/index.d.ts +4 -0
- package/dist/constants/navigation-url/types.d.ts +18 -0
- package/dist/constants/navigation-url/utils.d.ts +8 -0
- package/dist/constants/third-party-search.d.ts +4 -0
- package/dist/es/constants/navigation-url/01.commonly-used.js +27 -0
- package/dist/es/constants/navigation-url/03.official-film.js +20 -0
- package/dist/es/constants/navigation-url/04.interview.js +49 -0
- package/dist/es/constants/navigation-url/20.blog.js +64 -0
- package/dist/es/constants/navigation-url/23.image.js +22 -0
- package/dist/es/constants/navigation-url/33.amusement.js +32 -0
- package/{src/constants/navigation-url/50.babel.ts → dist/es/constants/navigation-url/50.babel.js} +14 -13
- package/dist/es/constants/navigation-url/999.download.js +20 -0
- package/dist/es/constants/navigation-url/css.js +25 -0
- package/dist/es/constants/navigation-url/everest.js +27 -0
- package/dist/es/constants/navigation-url/index.js +56 -0
- package/dist/es/constants/navigation-url/mac.js +22 -0
- package/dist/es/constants/navigation-url/me.js +34 -0
- package/dist/es/constants/navigation-url/node.js +12 -0
- package/dist/es/constants/navigation-url/other.js +60 -0
- package/{src/constants/navigation-url/pnpm.ts → dist/es/constants/navigation-url/pnpm.js} +15 -14
- package/dist/es/constants/navigation-url/pwa.js +45 -0
- package/dist/es/constants/navigation-url/react.js +16 -0
- package/dist/es/constants/navigation-url/typescript.js +19 -0
- package/dist/es/constants/navigation-url/uniapp.js +65 -0
- package/dist/es/constants/navigation-url/utility.js +67 -0
- package/dist/es/constants/navigation-url/utils.js +27 -0
- package/dist/es/constants/navigation-url/vite.js +24 -0
- package/dist/es/constants/navigation-url/vue.js +64 -0
- package/dist/es/constants/navigation-url/webpack.js +14 -0
- package/dist/es/constants/third-party-search.js +22 -0
- package/dist/es/index.js +15 -0
- package/dist/es/utils/helper.js +11 -0
- package/dist/es/utils/rsa.js +62 -0
- package/dist/index.d.ts +2 -0
- package/dist/utils/helper.d.ts +3 -0
- package/dist/utils/rsa.d.ts +14 -0
- package/package.json +21 -6
- 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/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/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/utils/helper.ts +0 -9
- package/src/utils/rsa.ts +0 -62
- package/tsconfig.json +0 -9
- /package/{src → dist}/components/iky-icon/index.vue +0 -0
- /package/{src/constants/index.ts → dist/constants/index.d.ts} +0 -0
- /package/{src → dist}/styles/index.css +0 -0
- /package/{src → dist}/styles/main.scss +0 -0
- /package/{src/utils/index.ts → dist/utils/index.d.ts} +0 -0
|
@@ -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/utils/helper.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
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|