Commit 90123b99 authored by dsq's avatar dsq

添加注释

parent 519c2244
......@@ -95,6 +95,7 @@ internal fun HomeScreen(
modifier = Modifier.fillMaxWidth(),
verticalArrangement = Arrangement.spacedBy(8.dp)
) {
Text("日志打印")
Button(
onClick = {
try {
......@@ -149,6 +150,7 @@ internal fun HomeScreen(
modifier = Modifier.fillMaxWidth(),
verticalArrangement = Arrangement.spacedBy(8.dp)
) {
Text("无限递归 - 栈溢出(延迟崩溃)")
Button(
onClick = {
// 无限递归 - 栈溢出
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment