本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
kj
/
kxip-app
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Production build fix
master
kj1352
4 年之前
父節點
4921f81b76
當前提交
007c77c87d
共有
2 個檔案被更改
,包括
1539 行新增
和
1536 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1538
-1535
.firebase/hosting.d3d3.cache
+1
-1
src/app/quiz/mcq/mcq.component.ts
+ 1538
- 1535
.firebase/hosting.d3d3.cache
文件差異過大導致無法顯示
查看文件
+ 1
- 1
src/app/quiz/mcq/mcq.component.ts
查看文件
@@ -11,7 +11,7 @@ export class McqComponent implements OnInit {
value: string,
text: string,
}>;
@Input() correctAnswer:
number
;
@Input() correctAnswer:
string
;
selectedChoice: string = '';
Write
Preview
Loading…
取消
儲存