{"id":22502,"student_id":888,"content":"{\"html\":\"\u003c!DOCTYPE html\u003e\\n\u003chtml\u003e\\n\u003chead\u003e\\n\\t\u003ctitle\u003eDocument\u003c/title\u003e\\n \u003clink rel=\\\"stylesheet\\\" href=\\\"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css\\\"\u003e\\n \u003cscript src=\\\"https://code.jquery.com/jquery-3.2.1.slim.min.js\\\"\u003e\u003c/script\u003e\\n \u003cscript src=\\\"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js\\\"\u003e\u003c/script\u003e\\n \u003cscript src=\\\"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js\\\"\u003e\u003c/script\u003e\\n\u003c/head\u003e\\n\u003cbody class=\\\"p-3\\\"\u003e\\n \u003cimg src=\\\"tomato.png\\\" class=\\\"tomato-sm\\\"\u003e x\u003cspan class=\\\"js-collect\\\"\u003e0\u003c/span\u003e\\n \u003cdiv class=\\\"center\\\"\u003e\\n \u003cimg src=\\\"tomato.png\\\" class=\\\"tomato-lg js-tomato\\\"\u003e\\n \u003cp class=\\\"timer js-timer\\\"\u003e\u003c/p\u003e\\n \u003cbutton class=\\\"btn btn-danger js-start\\\"\u003erun\u003c/button\u003e\\n \u003c/div\u003e\\n\u003c/body\u003e\\n\u003c/html\u003e\",\"css\":\"body {\\n background-color: #f7df56;\\n font-family: Monaco;\\n}\\n\\n.center {\\n text-align: center;\\n position: absolute;\\n top: 50vh;\\n left: 50vw;\\n color: rgba(255,255,255,.7);\\n transform: translate(-50%, -50%);\\n}\\n\\n.timer {\\n font-size: 5em;\\n font-weight: bold;\\n}\\n\\n.tomato-sm {\\n width: 20px;\\n}\\n\\n.tomato-lg:hover {\\n transform: scale(1.3);\\n}\\n\",\"js\":\"\"}","created_at":"2018-02-22T14:41:59.192+08:00","updated_at":"2019-11-09T17:58:09.266+08:00","name":"番茄時鐘","language":"web","screenshot":{"url":"https://cdn3.koding.school/uploads/project/screenshot/22502/7fb4a86784c45a9eaf47c22768d10758.jpg"},"parent_id":null,"plugin":"var time = 0;\nvar collect = 0;\nvar status = 0; // 0:stop -\u003e 1:working -\u003e 2:stop -\u003e 3:rest\n\ncollect = DB.variables[USER_NAME] || 0;\n$('.js-collect').text(collect);\n\n$(\".js-tomato\").hide();\n\nsetInterval(function () {\n\n if (status == 1 || status == 3) {\n time--;\n }\n if (time == 0) {\n if (status == 1) {\n status = 2;\n alert(\"時間到囉\");\n }\n if (status == 3) {\n status = 0;\n alert(\"時間到囉\");\n $(\".js-tomato\").show();\n }\n }\n var min = Math.floor(time/60);\n var sec = time%60;\n\n // 挑戰1\n if(min \u003c 10) min = '0' + min;\n if(sec \u003c 10) sec = '0' + sec;\n \n $('.js-timer').text(min + ':' + sec);\n\n}, 1000);\n\n$('.js-tomato').on('click', function () {\n $(this).hide();\n collect += 1;\n DB.variables.set(USER_NAME, collect);\n $('.js-collect').text(collect);\n});\n\n$(\".js-start\").on(\"click\", function () {\n if (status == 0) {\n status = 1;\n time = 25;\n }\n if (status == 2) {\n status = 3;\n time = 5;\n }\n});","description":null,"note":null,"status":"public","like_student_ids":[45],"is_featured":false,"views":659,"hashid":"ej9s9qdr","is_content_changed":false,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[{"id":431446,"file_name":"tomato.png","project_id":22502,"asset_id":51614,"created_at":"2018-02-22T14:42:19.284+08:00","updated_at":"2018-02-22T14:42:19.284+08:00"}]
橘蘋學習平台
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
下載 Android APP (APK)
截圖
前往網站頁面
1:1:1
1:1
full
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦