D0n9X1n / hexo-blog-encrypt

Yet, just another hexo plugin for security.
https://www.npmjs.com/package/hexo-blog-encrypt
MIT License
970 stars 101 forks source link

使用之后hexo gallery显示错误 #220

Open nellojh opened 2 months ago

nellojh commented 2 months ago

Issue

Expected Behavior

在不设置密码时,会显示类似瀑布流的图片布局

Actual Behavior

设置密码后布局丢失

Steps to Reproduce the Problem

  1. _ 正常情况下: image

  2. _ 设置密码后,图片item丢失fj-gallery-item的属性 image

Specifications

hexo: 7.1.1 hexo-cli: 4.3.1 os: linux 6.5.0-26-generic Ubuntu 22.04.4 LTS 22.04.4 LTS (Jammy Jellyfish) node: 20.11.1 acorn: 8.11.2 ada: 2.7.4 ares: 1.20.1 base64: 0.5.1 brotli: 1.0.9 cjs_module_lexer: 1.2.2 cldr: 43.1 icu: 73.2 llhttp: 8.1.1 modules: 115 napi: 9 nghttp2: 1.58.0 nghttp3: 0.7.0 ngtcp2: 0.8.1 openssl: 3.0.13+quic simdutf: 4.0.4 tz: 2023c undici: 5.28.3 unicode: 15.0 uv: 1.46.0 uvwasi: 0.0.19 v8: 11.3.244.8-node.17 zlib: 1.2.13.1-motley-5daffc7

主题:Hexo-Theme-Async

CX330Blake commented 3 weeks ago

目前遇到一樣的問題,問題點在於如果圖片使用的是外部鏈結,加密的時候會擋住加載,輸入密碼成功後還需要重新刷新才會顯示。我目前的解決方法就是不加密了XD 希望早日解決