claude-opencode-viewer 2.6.41 → 2.6.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index-pc.html +3 -0
- package/index.html +3 -0
- package/package.json +1 -1
package/index-pc.html
CHANGED
|
@@ -1637,6 +1637,9 @@
|
|
|
1637
1637
|
modeSelect.value = msg.mode;
|
|
1638
1638
|
document.getElementById('mode-label').textContent = '';
|
|
1639
1639
|
}
|
|
1640
|
+
if (msg.running) {
|
|
1641
|
+
preloadData();
|
|
1642
|
+
}
|
|
1640
1643
|
// 服务端无运行进程,显示启动对话框
|
|
1641
1644
|
if (!msg.running && !startupDialogShown) {
|
|
1642
1645
|
startupDialogShown = true;
|
package/index.html
CHANGED