@radhost/server-service-config 4.3.0 → 4.3.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@radhost/server-service-config",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "main": "index.js",
5
5
  "scripts": {},
6
6
  "dependencies": {
@@ -9,6 +9,5 @@
9
9
  "publishConfig": {
10
10
  "access": "public",
11
11
  "registry": "https://registry.npmjs.org/"
12
- },
13
- "gitHead": "8789b86c5d7e2b7bc675e89a5c55e33722f6caea"
12
+ }
14
13
  }
@@ -1,6 +1,7 @@
1
1
  exports.getConstConfig = () => {
2
2
  const imConfig = global.QZ_CONFIG.im;
3
3
  return {
4
+ cfTurnstileEnabled: global.QZ_CONFIG?.cfTurnstileEnabled,
4
5
  imgOptions: {
5
6
  localZip: true,
6
7
  minWidth: 480,
@@ -576,5 +577,19 @@ exports.getConstConfig = () => {
576
577
  ],
577
578
  },
578
579
  ],
580
+ approvalSample: [
581
+ {
582
+ user_info_avatar: 'https://static-online.smallwod.com/2026-01-01/1.jpg',
583
+ user_approval_content: '全网500万+粉丝初代日本博主,超懂中国文化,现助力Tiktok直播拓展日本市场。',
584
+ },
585
+ {
586
+ user_info_avatar: 'https://static-online.smallwod.com/2026-01-01/2.jpg',
587
+ user_approval_content: '招商局C-STAR项目操盘手,非洲青年发展领域大咖,帮助大量非洲青年创新创业。',
588
+ },
589
+ {
590
+ user_info_avatar: 'https://static-online.smallwod.com/2026-01-01/3.png',
591
+ user_approval_content: '硅谷资深人力资源解决方案Expert,高共情力的Angel investor。',
592
+ },
593
+ ],
579
594
  };
580
595
  };