From 1a525c763e7c8642011767b059a014aa0e692033 Mon Sep 17 00:00:00 2001 From: fish Date: Fri, 17 Jul 2026 22:33:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=92=E6=A1=A3=E7=AC=94=E8=AE=B0=E4=BF=9D?= =?UTF-8?q?=E7=95=99=20Note=20=E6=A0=BC=E5=BC=8F=E5=8C=96=E6=93=8D?= =?UTF-8?q?=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- Note/FormatNoteViewController.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Note/FormatNoteViewController.swift b/Note/FormatNoteViewController.swift index b4af1c1..9445d50 100644 --- a/Note/FormatNoteViewController.swift +++ b/Note/FormatNoteViewController.swift @@ -35,10 +35,6 @@ class FormatNoteViewController: UIViewController { setupUI() if let initialText = initialText { textView.text = initialText - isNoteFormatted = true - noteButton.setTitle("复制并打开备忘录", for: .normal) - rightBarButtonMode = .reset - updateRightBarButtonItem() } setupKeyboardObservers() }