style: simplify button labels (drop emoji, keep text)
- 🪄 AI 智能编辑 → AI - 🚀 发送 → 发送 - ✕ 取消 → 取消 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
b6c0273ee0
commit
df2f3dff95
@@ -88,7 +88,7 @@ export class OpenCodeCellActions extends Widget {
|
||||
|
||||
const btn = document.createElement('button');
|
||||
btn.className = 'opencode-btn opencode-btn-ai';
|
||||
btn.textContent = '🪄 AI 智能编辑';
|
||||
btn.textContent = 'AI';
|
||||
btn.disabled = baseDisabled;
|
||||
btn.title = baseDisabled
|
||||
? 'OpenCode: 等待 cell 上下文…'
|
||||
|
||||
Reference in New Issue
Block a user