From 1f316c2f610a65f8575963961c57a869a4aebd82 Mon Sep 17 00:00:00 2001 From: zetaloop Date: Fri, 20 Feb 2026 20:43:32 +0800 Subject: [PATCH] chore: revert font change, gitignore agent workspace --- .gitignore | 3 +++ app/globals.css | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c9a99da..8645e08 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,6 @@ next-env.d.ts # typescript *.tsbuildinfo + +# agent workspace +.sisyphus/ diff --git a/app/globals.css b/app/globals.css index 156fa1e..d767ad6 100644 --- a/app/globals.css +++ b/app/globals.css @@ -122,7 +122,5 @@ } body { @apply bg-background text-foreground; - font-family: - var(--font-geist-sans), "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif; } }