添加格式化日志页面跳转

This commit is contained in:
2026-07-12 20:50:00 +08:00
parent 849a5e40e4
commit 677b860395
5 changed files with 32 additions and 9 deletions
+17
View File
@@ -0,0 +1,17 @@
//
// FormatLogViewController.swift
// Note
//
// Created by fish on 2026/7/12.
//
import UIKit
class FormatLogViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
title = "格式化日志"
view.backgroundColor = .systemBackground
}
}