@lark-apaas/client-toolkit 1.2.71 → 1.2.72-alpha.20260918073934

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,12 +308,7 @@ const MobileWatermark = ({ onDontShow })=>{
308
308
  const [open, setOpen] = useState(false);
309
309
  const config = VARIANT_CONFIG[VARIANT];
310
310
  const items = [];
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({
311
+ if ('miaoda' === VARIANT) items.push({
317
312
  icon: 'efficiency',
318
313
  label: '了解妙搭',
319
314
  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",
3
+ "version": "1.2.72-alpha.20260918073934",
4
4
  "types": "./lib/index.d.ts",
5
5
  "main": "./lib/index.js",
6
6
  "files": [