You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Web-Dev-For-Beginners/translations/mo/7-bank-project/1-template-route/assignment.md

26 lines
2.3 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "8223e429218befa731dd5bfd22299520",
"translation_date": "2025-08-26T00:37:54+00:00",
"source_file": "7-bank-project/1-template-route/assignment.md",
"language_code": "mo"
}
-->
# 改進路由
## 說明
目前的路由宣告僅包含要使用的模板 ID但在顯示新頁面時有時需要更多的功能。我們來改進路由的實現新增以下兩個功能
- 為每個模板設定標題,並在模板變更時更新窗口標題為新標題。
- 增加一個選項,在模板變更後執行一些程式碼。我們希望每次顯示儀表板頁面時,在開發者主控台中打印出 `'Dashboard is shown'`
## 評分標準
| 評分項目 | 優秀 | 合格 | 需要改進 |
| -------- | ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- |
| | 兩個功能均已實現並正常運作。新增的路由在 `routes` 宣告中也能正確運作,包括標題和程式碼的新增功能。 | 兩個功能均能運作,但行為是硬編碼的,無法通過 `routes` 宣告進行配置。新增第三個包含標題和程式碼的路由無法正常運作或僅部分運作。 | 缺少其中一個功能或功能未正常運作。 |
**免責聲明**
本文檔使用 AI 翻譯服務 [Co-op Translator](https://github.com/Azure/co-op-translator) 進行翻譯。儘管我們努力確保準確性,但請注意,自動翻譯可能包含錯誤或不準確之處。原始語言的文件應被視為權威來源。對於關鍵信息,建議使用專業人工翻譯。我們對因使用此翻譯而引起的任何誤解或錯誤解釋不承擔責任。