refactor: remove legacy standalone review editor

This commit is contained in:
akai
2026-07-10 10:29:33 +08:00
parent 2c4085815e
commit 47130f4fe3
28 changed files with 186 additions and 8576 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
param(
[string]$Remote = "akai-tools",
[string]$Branch = "codex/desktop-review-editor-blocks",
[string]$Remote = "origin",
[string]$Branch = "codex/readest-inline-review-mode",
[switch]$SkipPull,
[switch]$CheckOnly,
[switch]$KeepRunning
@@ -57,7 +57,7 @@ function Stop-OldReadestDev {
$_.ProcessId -ne $currentPid -and
$_.CommandLine -and
$_.CommandLine.ToLowerInvariant().Contains($repoLower) -and
($_.CommandLine -match "tauri\s+dev|next\s+dev|@readest/readest-app|epub-reviewer:dev")
($_.CommandLine -match "tauri\s+dev|next\s+dev|@readest/readest-app")
} |
ForEach-Object {
Stop-Process -Id $_.ProcessId -Force -ErrorAction SilentlyContinue