From 1f9e43b7bbb848c7ee2aaa89ffece17002b2c915 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 16 一月 2026 17:31:08 +0800
Subject: [PATCH] 2026.1.16

---
 miniprogram_npm/tdesign-miniprogram/tabs/type.d.ts |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/miniprogram_npm/tdesign-miniprogram/tabs/type.d.ts b/miniprogram_npm/tdesign-miniprogram/tabs/type.d.ts
index d2c8c05..72440a3 100644
--- a/miniprogram_npm/tdesign-miniprogram/tabs/type.d.ts
+++ b/miniprogram_npm/tdesign-miniprogram/tabs/type.d.ts
@@ -4,9 +4,9 @@
         type: ObjectConstructor;
         value?: TabAnimation;
     };
-    externalClasses?: {
-        type: ArrayConstructor;
-        value?: ['t-class', 't-class-item', 't-class-active', 't-class-track'];
+    bottomLineMode?: {
+        type: StringConstructor;
+        value?: 'fixed' | 'auto' | 'full';
     };
     showBottomLine?: {
         type: BooleanConstructor;
@@ -16,6 +16,10 @@
         type: BooleanConstructor;
         value?: boolean;
     };
+    split?: {
+        type: BooleanConstructor;
+        value?: boolean;
+    };
     sticky?: {
         type: BooleanConstructor;
         value?: boolean;

--
Gitblit v1.9.3