@lark-apaas/client-toolkit 1.2.71-alpha.20260917141341 → 1.2.71

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.
@@ -308,7 +308,12 @@ const MobileWatermark = ({ onDontShow })=>{
308
308
  const [open, setOpen] = useState(false);
309
309
  const config = VARIANT_CONFIG[VARIANT];
310
310
  const items = [];
311
- if ('miaoda' === VARIANT) items.push({
311
+ if ('doubao' === VARIANT) items.push({
312
+ icon: 'download',
313
+ label: '下载豆包工作',
314
+ onClick: ()=>window.open(VARIANT_CONFIG.doubao.downloadUrl, '_blank', 'noopener,noreferrer')
315
+ });
316
+ else items.push({
312
317
  icon: 'efficiency',
313
318
  label: '了解妙搭',
314
319
  onClick: ()=>window.open(VARIANT_CONFIG.miaoda.landingUrl, '_blank', 'noopener,noreferrer')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/client-toolkit",
3
- "version": "1.2.71-alpha.20260917141341",
3
+ "version": "1.2.71",
4
4
  "types": "./lib/index.d.ts",
5
5
  "main": "./lib/index.js",
6
6
  "files": [
@@ -102,7 +102,7 @@
102
102
  "@lark-apaas/aily-web-sdk": "^0.0.12",
103
103
  "@lark-apaas/auth-sdk": "^0.1.5",
104
104
  "@lark-apaas/client-capability": "^0.1.7",
105
- "@lark-apaas/dataloom": "^0.1.4",
105
+ "@lark-apaas/dataloom": "^0.1.5",
106
106
  "@lark-apaas/internal-slardar": "^0.0.3",
107
107
  "@lark-apaas/miaoda-inspector": "^1.0.24",
108
108
  "@lark-apaas/observable-web": "^1.0.6",