We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
加密的博客,输入密码后按回车键就可以查看
加密的博客,输入密码后按回车键页面没反应,控制台报错
Uncaught (in promise) TypeError: Cannot read property 'importKey' of undefined at getKeyMaterial (hbe.js:98) at HTMLDivElement. (hbe.js:267)
"dependencies": { "hexo": "^5.0.0", "hexo-blog-encrypt": "^3.1.4", "hexo-generator-archive": "^1.0.0", "hexo-generator-category": "^1.0.0", "hexo-generator-index": "^2.0.0", "hexo-generator-searchdb": "^1.3.3", "hexo-generator-tag": "^1.0.0", "hexo-renderer-ejs": "^1.0.0", "hexo-renderer-marked": "^3.0.0", "hexo-renderer-stylus": "^2.0.0", "hexo-server": "^2.0.0", "hexo-theme-landscape": "^0.0.3" }
(The version of the project, operating system, hardware etc.)
The text was updated successfully, but these errors were encountered:
#129 #114
Sorry, something went wrong.
No branches or pull requests
Issue
Expected Behavior
加密的博客,输入密码后按回车键就可以查看
Actual Behavior
加密的博客,输入密码后按回车键页面没反应,控制台报错
控制台报错信息
Uncaught (in promise) TypeError: Cannot read property 'importKey' of undefined
at getKeyMaterial (hbe.js:98)
at HTMLDivElement. (hbe.js:267)
Steps to Reproduce the Problem
Specifications
"dependencies": {
"hexo": "^5.0.0",
"hexo-blog-encrypt": "^3.1.4",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-index": "^2.0.0",
"hexo-generator-searchdb": "^1.3.3",
"hexo-generator-tag": "^1.0.0",
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-marked": "^3.0.0",
"hexo-renderer-stylus": "^2.0.0",
"hexo-server": "^2.0.0",
"hexo-theme-landscape": "^0.0.3"
}
(The version of the project, operating system, hardware etc.)
The text was updated successfully, but these errors were encountered: