Conversation
- 升级核心依赖至最新版本 - 添加 Webhook 插件支持评论通知 - 优化代码风格和性能 - 修复多个已知问题 - 改进数据库适配器 - 增强安全性 - 更新 CI/CD 配置
添加GitHub Actions步骤将waline-plugin-webhook复制到Waline目录 修改Dockerfile中webhook插件的安装路径为相对路径 添加webhook插件文件到容器构建流程
移除 waline-plugin-webhook 安装时的 --silent 参数,以便在构建过程中显示更多调试信息
确保每个npm install命令以分号结尾,避免Docker构建时出现语法错误
将 webhook 插件从直接复制改为打包成 tgz 文件后安装,并清理临时文件
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
将 webhook 插件从直接复制改为打包成 tgz 文件后安装,并清理临时文件