@satorijs/adapter-kook
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -891,3 +891,3 @@ var __create = Object.create; | ||
theme, | ||
value: attrs.id, | ||
value: attrs.type === "link" ? attrs.href : attrs.id, | ||
click: attrs.type === "link" ? "link" : "return-val", | ||
@@ -894,0 +894,0 @@ text: { |
{ | ||
"name": "@satorijs/adapter-kook", | ||
"description": "KOOK (开黑啦) Adapter for Satorijs", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "typings": "lib/index.d.ts", |
@@ -272,3 +272,3 @@ import { Context, h, MessageEncoder, Schema } from '@satorijs/satori' | ||
theme, | ||
value: attrs.id, | ||
value: attrs.type === 'link' ? attrs.href : attrs.id, | ||
click: attrs.type === 'link' ? 'link' : 'return-val', | ||
@@ -275,0 +275,0 @@ text: { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
150453