[优化] 性能优化

This commit is contained in:
HapeLee
2026-04-30 12:39:21 +08:00
parent bab3faedef
commit f6b4ecbe88
4 changed files with 75 additions and 6 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"permissions": {
"allow": [
"Bash(./gradlew compileAppDebugKotlin)",
"Bash(./gradlew test *)",
"Bash(./gradlew :app:compileAppDebugUnitTestKotlin)",
"Bash(head -n 508 \"app/src/main/java/io/legado/app/model/CacheBook.kt\")",
"Bash(mv /tmp/cachebook_tmp.kt \"app/src/main/java/io/legado/app/model/CacheBook.kt\")",
"Bash(./gradlew :app:cleanCompileAppDebugKotlin)",
"Bash(./gradlew :app:compileAppDebugKotlin --rerun-tasks)",
"Bash(./gradlew :app:compileAppDebugKotlin)",
"Bash(./gradlew :app:cleanCompileAppDebugKotlin :app:compileAppDebugKotlin)"
]
}
}