|
|
@@ -78,8 +78,8 @@
|
|
|
th.c-dir,td.dir{min-width:230px;max-width:330px;white-space:pre-wrap;word-break:break-word;background:#ecfeff}
|
|
|
th.c-out,td.out{min-width:160px;max-width:240px;white-space:pre-wrap;background:#ecfeff}
|
|
|
th.c-scope,td.scope{width:92px;min-width:92px;max-width:92px;word-break:break-word}
|
|
|
- th.g-frame{background:#0e7490;color:#fff;cursor:pointer}th.g-frame:hover{background:#155e75}
|
|
|
- th.g-scope{background:#7c3aed;color:#fff;cursor:pointer}th.g-scope:hover{background:#6d28d9}
|
|
|
+ th.g-frame{background:#0e7490;color:#fff}
|
|
|
+ th.g-scope{background:#7c3aed;color:#fff}
|
|
|
th.c-idx{background:#475569;color:#fff;vertical-align:middle}
|
|
|
thead tr:nth-child(2) th.c-intent,thead tr:nth-child(2) th.c-cstage,thead tr:nth-child(2) th.c-act,thead tr:nth-child(2) th.c-dir,thead tr:nth-child(2) th.c-out{background:#0891b2;color:#fff}
|
|
|
thead tr:nth-child(2) th.s-substance{background:#dc2626;color:#fff}thead tr:nth-child(2) th.s-form{background:#2563eb;color:#fff}
|
|
|
@@ -282,8 +282,8 @@ function HowTable({k,onScope,onPrompt,onSource}){
|
|
|
return <div className="twrap"><table className="proc">
|
|
|
<thead>
|
|
|
<tr><th className="c-idx" rowSpan="2">#</th>
|
|
|
- <th className="g-frame" colSpan="5" onClick={()=>onPrompt("frame")}>② 拆框架 + 轻标签 ▸ 提示词</th>
|
|
|
- <th className="g-scope" colSpan="5" onClick={()=>onPrompt("scope")}>③ 作用域 ▸ 提示词</th></tr>
|
|
|
+ <th className="g-frame" colSpan="5">② 拆框架 + 轻标签</th>
|
|
|
+ <th className="g-scope" colSpan="5">③ 作用域</th></tr>
|
|
|
<tr><th className="c-intent">输入</th><th className="c-cstage">创作<br/>阶段</th><th className="c-act">动作</th><th className="c-dir">方法</th><th className="c-out">产出</th>
|
|
|
{SCOPES.map(([kk,cn])=><th key={kk} className={"c-scope s-"+kk}>{cn}</th>)}</tr>
|
|
|
</thead>
|