KIRAKIRA-DOUGA / KIRAKIRA-Cerasus

KIRAKIRA's frontend powered by Nuxt 3.
https://kirakira.moe
BSD 3-Clause "New" or "Revised" License
113 stars 17 forks source link

500/503错误界面的二维码还是粉色的 #262

Open Cocoa-C opened 2 months ago

Cocoa-C commented 2 months ago

屏幕截图 2024-09-27 114257 屏幕截图 2024-09-27 113956

AkutaZehy commented 2 months ago

这里用的是静态资源,换言之,其实没做吧...

Aira-Sakuranomiya commented 2 months ago

发现这里居然是png,之后想到了换svg吧

cfdxkk commented 3 weeks ago

@Aira-Sakuranomiya is that fixed?

Aira-Sakuranomiya commented 3 weeks ago

no

cfdxkk commented 3 weeks ago

@Aira-Sakuranomiya I added the qrcode.vue component in #274.

We will able to create QR codes dynamically, but it will be style-less (no boder-radios and must specifie the color in JavaScript before created). It will be able to render as a svg image, but I have no idea about it.

Detail: qrcode.vue

otomad commented 3 weeks ago

I added the qrcode.vue component in #274.

We will able to create QR codes dynamically, but it will be style-less (no boder-radios and must specifie the color in JavaScript before created). It will be able to render as a svg image, but I have no idea about it.

Could we put the logo in the center of the QR code?

In addition, maybe we can create QR code by ourselves. We can make the generated QR code more interesting, just like the previous Lu Xun QR code.