From 98f1271cf47c3d224ce9d797ff82c48e5a31aeed Mon Sep 17 00:00:00 2001 From: jasonchenwork Date: Thu, 20 Mar 2025 17:47:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=AA=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E6=AA=94=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- .../PrimaryForm.HotSongTaiwanesePopular.cs | 15 --------------- 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 PrimaryFormParts/HotSong/PrimaryForm.HotSongTaiwanesePopular.cs diff --git a/.gitignore b/.gitignore index af27061..955ac32 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ Superstar_log.ldf .vs build.bat *.exe -themes/superstar/_www/ \ No newline at end of file +themes/superstar/_www/ +bin/logfile.txt \ No newline at end of file diff --git a/PrimaryFormParts/HotSong/PrimaryForm.HotSongTaiwanesePopular.cs b/PrimaryFormParts/HotSong/PrimaryForm.HotSongTaiwanesePopular.cs deleted file mode 100644 index e5857ad..0000000 --- a/PrimaryFormParts/HotSong/PrimaryForm.HotSongTaiwanesePopular.cs +++ /dev/null @@ -1,15 +0,0 @@ -// using System; -// using System.Linq; -// using System.Windows.Forms; -// using System.Drawing; - -// namespace DualScreenDemo -// { -// public partial class PrimaryForm -// { -// private void TaiYuPopularButtonHotSong_Click(object sender, EventArgs e) -// { -// OnHotSongButtonClick(taiYuPopularButtonHotSong, taiYuPopularHotSongActiveBackground, "台語"); -// } -// } -// }