From 7d42eec98c3324e5b60d9e2af9fb4d24ad998a32 Mon Sep 17 00:00:00 2001 From: fish Date: Sun, 12 Jul 2026 20:51:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E4=B8=89=E4=B8=AA=E5=85=A5?= =?UTF-8?q?=E5=8F=A3=E5=90=88=E5=B9=B6=E4=B8=BA=E4=B8=80=E4=B8=AA=E9=9D=A2?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Note/ViewController.swift | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Note/ViewController.swift b/Note/ViewController.swift index 7b810df..4862fbb 100644 --- a/Note/ViewController.swift +++ b/Note/ViewController.swift @@ -18,9 +18,11 @@ class ViewController: UIViewController { } private let menuItems: [[MenuItem]] = [ - [MenuItem(icon: "note.text", iconColor: .systemYellow, title: "打开备忘录")], - [MenuItem(icon: "doc.text", iconColor: .systemBlue, title: "格式化日志")], - [MenuItem(icon: "text.alignleft", iconColor: .systemGreen, title: "格式化笔记")] + [ + MenuItem(icon: "note.text", iconColor: .systemYellow, title: "打开备忘录"), + MenuItem(icon: "doc.text", iconColor: .systemBlue, title: "格式化日志"), + MenuItem(icon: "text.alignleft", iconColor: .systemGreen, title: "格式化笔记") + ] ] override func viewDidLoad() {