Skip to content

Commit

Permalink
2025年假期
Browse files Browse the repository at this point in the history
  • Loading branch information
xueshaoyu committed Nov 12, 2024
1 parent 9c5b7de commit 9cda0b9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions NewLife.Holiday/China/2025.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Name,Date,Days,Status
元旦,2025/1/1,1,1
春节,2025/1/28,8,1
春节,2025/1/26,1,2
春节,2025/2/8,1,2
清明节,2025/4/4,3,1
劳动节,2025/5/1,5,1
劳动节,2025/4/27,1,2
端午节,2025/5/31,3,1
国庆节,2025/10/1,8,1
国庆节,2025/9/28,1,2
国庆节,2025/10/11,1,2
1 change: 1 addition & 0 deletions NewLife.Holiday/NewLife.Holiday.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@

<ItemGroup>
<None Remove="China\2024.csv" />
<None Remove="China\2025.csv" />
<None Remove="Guangxi\2024.csv" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Test/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ private static void Main(String[] args)

private static void Test1()
{
//var ch = new ChinaHoliday();
var ch = new GuangxiHoliday();
var ch = new ChinaHoliday();
//var ch = new GuangxiHoliday();
foreach (var item in ch.Infos)
{
XTrace.WriteLine("{0} {1} {2} {3}", item.Name, item.Date, item.Days, item.Status.GetDescription());
Expand Down

0 comments on commit 9cda0b9

Please sign in to comment.