This commit is contained in:
liangjunyu
2025-09-26 10:54:31 +08:00
parent 69446e2dda
commit 1077ad0f74

View File

@@ -85,8 +85,8 @@ namespace aoyuPlugIn
{
DateTime t = Convert.ToDateTime(tm);
string xx = System.Globalization.CultureInfo.CurrentCulture.DateTimeFormat.GetDayName(t.DayOfWeek);
//if (xx == "星期六" || xx == "星期日")
if (xx == "星期日")
if (xx == "星期六" || xx == "星期日")
//if (xx == "星期日")
xx = "休息";
else
{