From 3282e95db0207ee133d1e98d9771dec9d83b0fc4 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 02 四月 2026 16:24:38 +0800
Subject: [PATCH] 2026.4.2 新增专题管理功能
---
miniprogram_npm/tdesign-miniprogram/cell/type.d.ts | 29 ++++++-----------------------
1 files changed, 6 insertions(+), 23 deletions(-)
diff --git a/miniprogram_npm/tdesign-miniprogram/cell/type.d.ts b/miniprogram_npm/tdesign-miniprogram/cell/type.d.ts
index 4dccb9d..7ba2258 100644
--- a/miniprogram_npm/tdesign-miniprogram/cell/type.d.ts
+++ b/miniprogram_npm/tdesign-miniprogram/cell/type.d.ts
@@ -4,33 +4,16 @@
value?: 'top' | 'middle' | 'bottom';
};
arrow?: {
- type: BooleanConstructor;
- value?: boolean;
+ type: null;
+ value?: boolean | object;
};
bordered?: {
type: BooleanConstructor;
value?: boolean;
};
- style?: {
- type: StringConstructor;
- value?: string;
- };
description?: {
type: StringConstructor;
value?: string;
- };
- externalClasses?: {
- type: ArrayConstructor;
- value?: [
- 't-class',
- 't-class-title',
- 't-class-note',
- 't-class-description',
- 't-class-thumb',
- 't-class-hover',
- 't-class-left',
- 't-class-right'
- ];
};
hover?: {
type: BooleanConstructor;
@@ -45,8 +28,8 @@
value?: 'switchTab' | 'reLaunch' | 'redirectTo' | 'navigateTo';
};
leftIcon?: {
- type: StringConstructor;
- value?: string;
+ type: null;
+ value?: string | object;
};
note?: {
type: StringConstructor;
@@ -57,8 +40,8 @@
value?: boolean;
};
rightIcon?: {
- type: StringConstructor;
- value?: string;
+ type: null;
+ value?: string | object;
};
title?: {
type: StringConstructor;
--
Gitblit v1.9.3