Install
openclaw skills install @cnoder-wgh/thinkphp-ui-restorationGenerate and restore ThinkPHP UI components using this project's existing conventions. Use when the user asks to create or restore .tpl components, adapt screenshots/designs into existing ThinkPHP pages, or add matching CSS/mock data/controller bindings for this codebase.
openclaw skills install @cnoder-wgh/thinkphp-ui-restoration.tpl component or page section.View::assign structure.view/@components, view/@pages, public/__base/css/common.css, and current class naming patterns.{$e.xxx|default=''} and isset(...) checks, to avoid undefined index errors.xqbj- components over creating a new pattern when the UI is only a variation of an existing block.public/__base/css/common.css; only use page-level CSS when the style is truly page-specific.app/BaseController.php or the relevant controller..tpl first, then matching CSS, then any mock/controller data needed.view/@components/ and are included from page templates.view/@pages/.public/__base/css/common.css.app/BaseController.php.xqbj-component-, xqbj-list-, and page-level wrappers already present nearby..tpl structure matches nearby component style.default or conditional rendering.View::assign data is updated.xqbj- / page-level patterns.