fix: 补丁版本总是显示下载完整包按钮
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -151,7 +151,8 @@ export function getColumns(options: ColumnOptions, t: (key: string) => string):
|
|||||||
]),
|
]),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
if (row.original.full_package_path && options.onDownloadFullPackage) {
|
// 补丁版本总是显示下载完整包按钮
|
||||||
|
if (options.onDownloadFullPackage) {
|
||||||
buttons.push(
|
buttons.push(
|
||||||
h(Button, {
|
h(Button, {
|
||||||
variant: 'ghost',
|
variant: 'ghost',
|
||||||
|
|||||||
Reference in New Issue
Block a user