fix: 补全修复阅读界面缺失的一些功能和同步问题

This commit is contained in:
HapeLee
2026-06-12 03:26:36 +08:00
parent 5ff9f3145a
commit 35875f7dd3
62 changed files with 1496 additions and 680 deletions
+2 -1
View File
@@ -113,7 +113,8 @@
"Bash(dir /s /b \"%USERPROFILE%\\\\.gradle\\\\caches\\\\*kyant*\")",
"Bash(Select-String -Pattern \"\\(BUILD|error:|FAILED\\)\")",
"PowerShell(grep *)",
"Bash(powershell -Command \"./gradlew.bat :app:compileAppDebugKotlin 2>&1 | Select-Object -Last 30\")"
"Bash(powershell -Command \"./gradlew.bat :app:compileAppDebugKotlin 2>&1 | Select-Object -Last 30\")",
"Bash(git revert *)"
]
}
}