|
@@ -8,6 +8,8 @@ interface IWidgetQuoteLinkCtl {
|
|
|
volume: string;
|
|
volume: string;
|
|
|
page: string;
|
|
page: string;
|
|
|
style: TDisplayStyle;
|
|
style: TDisplayStyle;
|
|
|
|
|
+ book: number;
|
|
|
|
|
+ para: number;
|
|
|
}
|
|
}
|
|
|
const QuoteLinkCtl = ({
|
|
const QuoteLinkCtl = ({
|
|
|
type,
|
|
type,
|
|
@@ -16,6 +18,8 @@ const QuoteLinkCtl = ({
|
|
|
volume,
|
|
volume,
|
|
|
page,
|
|
page,
|
|
|
style,
|
|
style,
|
|
|
|
|
+ book,
|
|
|
|
|
+ para,
|
|
|
}: IWidgetQuoteLinkCtl) => {
|
|
}: IWidgetQuoteLinkCtl) => {
|
|
|
const abbr = bookNameLocal
|
|
const abbr = bookNameLocal
|
|
|
? bookNameLocal
|
|
? bookNameLocal
|