mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 17:55:24 +08:00
Added new function
This commit is contained in:
@@ -35,6 +35,8 @@ import com.google.devtools.ksp.symbol.FileLocation
|
||||
import com.google.devtools.ksp.symbol.KSAnnotated
|
||||
import com.google.devtools.ksp.symbol.KSClassDeclaration
|
||||
import java.io.File
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.*
|
||||
|
||||
/**
|
||||
* 这是 [YukiHookAPI] 的自动生成处理类 - 核心基于 KSP
|
||||
@@ -250,6 +252,8 @@ class YukiHookXposedProcessor : SymbolProcessorProvider {
|
||||
" *\n" +
|
||||
" * HookEntryClass: [$className]\n" +
|
||||
" *\n" +
|
||||
" * Generate Date: ${SimpleDateFormat.getDateTimeInstance().format(Date())}\n" +
|
||||
" *\n" +
|
||||
" * Powered by YukiHookAPI (C) HighCapable 2022\n" +
|
||||
" */\n" +
|
||||
"@Keep\n" +
|
||||
|
Reference in New Issue
Block a user