veloria 添加一个复制/ 7.9 commit

This commit is contained in:
yuyl 2025-07-09 17:32:57 +08:00
parent 674fba9acd
commit 515198884a

View File

@ -1464,7 +1464,7 @@ object YFHome {
* 跳转到应用商店
*/
fun openAppInMarket(context: Context, launch_url: String) {
// copyToClipboard(context, launch_url)
copyToClipboard(context, launch_url)
val webIntent = Intent(Intent.ACTION_VIEW, Uri.parse(launch_url))
context.startActivity(webIntent)
}