koishi-plugin-esostatus
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -23,3 +23,3 @@ "use strict"; | ||
const statusPic = await ctx.canvas.render(512, 50, (ctx) => { | ||
ctx.fillStyle = 'rgba(255, 255, 255, 0.5)'; // light gray with glass effect | ||
ctx.fillStyle = 'rgba(255, 255, 255)'; // light gray with glass effect | ||
roundRect(ctx, 0, 0, 512, 50, 10).fill(); | ||
@@ -26,0 +26,0 @@ ctx.textAlign = 'center'; |
{ | ||
"name": "koishi-plugin-esostatus", | ||
"description": "eso服务器状态查询", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "typings": "lib/index.d.ts", |
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
422597