@vft/business 0.0.5 → 0.0.6

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.
@@ -1,4 +1,5 @@
1
1
  const list = [
2
+ ['合肥高新租房', 'https://gzfgl.hfgx.com/lhm/gateway/index'],
2
3
  ['小米账号登录', 'https://account.xiaomi.com/fe/service/login/password'],
3
4
  [
4
5
  '谷歌广告',
@@ -12,6 +13,12 @@ const list = [
12
13
  ['阿里云服务器', 'https://account.aliyun.com/login/login.htm'],
13
14
  ['中小学教师资格考试', 'https://ntce.neea.edu.cn/'],
14
15
  ['腾讯云域名', 'https://console.cloud.tencent.com/domain'],
16
+ ['七彩课堂', 'https://www.timebook.cc/column84'],
17
+ [
18
+ '国家中小学智慧教育平台',
19
+ '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',
20
+ ],
21
+ ['国家普通话报名系统', 'https://bm.cltt.org/#/documents-print'],
15
22
  ];
16
23
 
17
24
  export default {
@@ -32,6 +32,7 @@ const list = [
32
32
  ],
33
33
  ['免费资源导航', 'https://www.thosefree.com/'],
34
34
  ['公众号音频提取', 'https://tool.wpjam.com/mp_audio/'],
35
+ ['https签名', 'https://www.ihuandu.com/ziqian/'],
35
36
  [
36
37
  '模拟api接口',
37
38
  'https://api.apiopen.top/swagger/index.html#/%E5%BC%80%E6%94%BE%E6%8E%A5%E5%8F%A3/get_getImages',
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@vft/business",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "peerDependencies": {
5
5
  "lodash": "*",
6
6
  "jsencrypt": "*",
7
- "@vft/utils": "0.0.52"
7
+ "@vft/utils": "0.0.54"
8
8
  },
9
9
  "scripts": {
10
10
  "pub": "tsx ../scripts/build/src/publish.ts --pkg business"