Skip to content

Commit b8960b2

Browse files
committed
chore: restore
1 parent 5f9b0b1 commit b8960b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/web/App.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ function Components() {
145145
<td-doc-footer slot="doc-footer" platform="mobile"></td-doc-footer>
146146
</td-doc-content>
147147

148-
<td-theme-generator device="mobile" />
148+
{/* TODO: device 参数传递无效,待 tdesign-theme-generator 修复 */}
149+
{/* <td-theme-generator device="mobile" /> */}
149150
</td-doc-layout>
150151
);
151152
}

0 commit comments

Comments
 (0)