Update si_wei_dao_tu_sheng_cheng_qi to v0.0.23 - #3036
Merged
Conversation
crazywoola
approved these changes
Sep 11, 2026
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.
Plugin Submission
Plugin information
Submission type
What changed
This updates the published 0.0.22 plugin to 0.0.23.
The recommended settings for very large text-heavy maps are PNG, render_scale=1.0, and max_blob_mb=4.5. This does not remove pixel, format, or file-size limits.
Risk level
Conservative classification: the renderer processes arbitrary user-supplied text, which can include sensitive information, and creates local temporary image files. It does not expose general-purpose filesystem access, execute user-provided code, or introduce any new sensitive capability in this release.
Required checks
Security and privacy notes
Rendering runs inside the Dify plugin runtime, without an external rendering service, arbitrary URL fetching, SQL, shell execution, browser automation, or a user-supplied network destination. Markdown is treated as text to draw, not as executable code.
Input may contain personal or sensitive information chosen by the user. The plugin uses that input for the requested image, does not maintain its own content database, and removes temporary output files after execution. Dify's own storage and logging remain deployment responsibilities. New resolution diagnostics do not log the Markdown body.
Installation requires the declared Python dependencies. Externally hosted README images are documentation only and are not needed by the renderer.
Local validation
Official packaging tool: Dify Plugin CLI 0.6.10. Local workspace commands:
Results:
These local rendering and startup results are carried forward because the runtime is identical. This release has not been installed and tested end-to-end on a live Dify Community Edition or Dify Cloud deployment during this release-preparation run; no such result is claimed.
Reviewer notes
This PR should add exactly one file:
Previously published packages remain untouched. The manifest author stays zhangyu; the repository account/directory stays zhangyuqz. The filename has no browser-added duplicate suffix.
Bundled binary data consists of the plugin icon and 17 open-source font files required for offline rendering. Font licenses and notices are included; no executables or bundled Python environments are shipped. The SDK requirement remains dify_plugin>=0.9.0 and was actually installed for the Linux check.
No breaking parameter or identity change is intended. Larger retained images can use more time and memory. WebP retains its side limit; GIF retains its existing frame budget. The already-existing very-large-GIF low-resolution/text-fit limitations were not fixed by this PNG-focused release. Use PNG for large text-heavy maps.
Private regression inputs and their generated images are not part of this package or this PR.