chore: 首次簽入 Thinkyu ASP.NET 專案

- 加入 Visual Studio / ASP.NET .gitignore
- 排除建置輸出、IDE 設定、NuGet packages、大型 MSI 安裝檔
This commit is contained in:
2026-09-10 09:42:37 +08:00
commit 577060bc78
2496 changed files with 501389 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<style type='text/css'>
body {
font-family: Arial, Tahoma;
font-size: 12pt;
}
table {
background-color: #D1DDF1;
width: 600px;
}
th {
color: white;
background-color: #507CD1;
width: 100px;
}
</style>
</head>
<body>
<h3>{類別}單抽單通知</h3>
您好!通知您以下人員{類別}單已由申請人抽單。<br><br>
<table border='1' cellpadding='4' cellspacing='0'>
<tr><th>單號</th><td>{單號}</td></tr>
<tr><th>人員</th><td>{差勤人}</td></tr>
<tr><th>事由</th><td>{事由}</td></tr>
<tr><th>起始時間</th><td>{起日} {起時}</td></tr>
<tr><th>結束時間</th><td>{迄日} {迄時}</td></tr>
</table><br>
(本郵件由系統自動發送,請勿直接回覆)
</body>
</html>