{"slug":"hello_world","name":"示例插件 · 问候卡片","version":"1.0.0","author":"辉夜","description":"演示插件平台的全部能力：钩子、过滤器、短代码、API 接口、后台页面、设置项、前台页面。","requires":{"core":">=1.0.0","php":">=7.4"},"capabilities":["admin_ui","front_ui"],"priority":10,"settings":[{"key":"greeting","label":"问候语","type":"text","default":"你好，欢迎来到万能墙！","help":"会显示在前台页面与页面底部注入区"},{"key":"show_footer","label":"在页面底部注入一行提示","type":"switch","default":"1"}],"hooks":["post_card_html","plugin_render_footer","plugin_render_nav_extra"],"admin":{"title":"问候卡片","icon":"fa-hand-sparkles","desc":"设置问候语并预览效果"},"front":{"index":"前台示例页：演示插件独立页面"}}