File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 174174 box-shadow : 0 3px 10px rgba (0 , 0 , 0 , 0.2 );
175175 }
176176
177+ .btn-primary {
178+ background : # 667eea !important ;
179+ color : white !important ;
180+ padding : 12px 24px !important ;
181+ font-size : 1rem !important ;
182+ transition : all 0.3s ease;
183+ }
184+
185+ .btn-primary : hover {
186+ background : # 5a67d8 !important ;
187+ transform : translateY (-2px );
188+ box-shadow : 0 5px 15px rgba (102 , 126 , 234 , 0.4 );
189+ }
190+
177191 .quick-start {
178192 background : # e8f5e8 ;
179193 padding : 25px ;
@@ -406,6 +420,11 @@ <h3>🚀 快速開始</h3>
406420 2. 登入 GitHub 帳號並選擇適合的訂閱方案< br >
407421 3. 設定繁體中文語言環境< br >
408422 4. 開始第一個場景的學習</ p >
423+ < div style ="text-align: center; margin-top: 20px; ">
424+ < a href ="# " onclick ="loadMarkdown('./README.md', 'GitHub Copilot 教學專案 - 完整指南'); return false; " class ="btn btn-doc btn-primary ">
425+ 📖 查看完整教學指南
426+ </ a >
427+ </ div >
409428 </ div >
410429
411430 < div class ="scenarios ">
You can’t perform that action at this time.
0 commit comments