支持外链接

This commit is contained in:
liqiang
2025-01-30 12:40:30 +08:00
parent 3271f00f87
commit e15a49a2bd
5 changed files with 27 additions and 3 deletions

View File

@@ -56,4 +56,5 @@ declare type ParentViewState<T = any> = {
declare type LinkViewState = {
title: string;
isLink: string;
query: any;
};