fix(platform-test): replace emoji icons with SVG icon key

- plugin.json: all emoji icons replaced with "flask" (matches Icon.svelte name)
- statusBar label: "🧪 All Tests Pass" → "[OK] All Tests Pass"
- frontend/src/index.js: emoji in header replaced with '◉' circle
This commit is contained in:
2026-06-17 19:02:58 +08:00
parent 3751f52055
commit 0cc4552506
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
/* ── Header ─────────────────────────────────────────────────── */
var header = div('pt-header', [
span('pt-icon', '🧪'),
span('pt-icon', ''),
div('pt-title-group', [
el('h2', { className: 'pt-plugin-name' }, ['Platform Diagnostics']),
el('p', { className: 'pt-plugin-id' }, [api.pluginId]),
+1 -1
View File
@@ -66,7 +66,7 @@
/* ── Header ─────────────────────────────────────────────────── */
var header = div('pt-header', [
span('pt-icon', '🧪'),
span('pt-icon', ''),
div('pt-title-group', [
el('h2', { className: 'pt-plugin-name' }, ['Platform Diagnostics']),
el('p', { className: 'pt-plugin-id' }, [api.pluginId]),