列舉的種類基本上是生產力、健康相關,或是好用的工程師潮流精品(?)
這些是我偏好或想要的裝備,歡迎留言提供其他推薦裝備、發問為何要用或不用某個裝備、品牌。
免費的工具軟體雖然也很重要,但不在這邊討論,有興趣請查看 personal-settings: mac。
我寫了一本效率技巧集合的電子書,比這篇詳細,且有有生活方面的 tips,歡迎參考 超效率!生活習慣
| 寫下三到五個簡短列點,告訴我這篇文章在說什麼,請使用繁體中文,遇到專有名詞、人名請保持原狀。如果內容涵蓋過多,可以允許超過五個列點,但句子就需要更加簡潔。 | |
| """ | |
| Title: {{ document.title }} | |
| Author: {{ document.author }} | |
| Domain: {{ document.domain}} | |
| {% if (document.content | count_tokens) > 2000 %} | |
| {{ document.content | central_sentences | join('\n\n') }} | |
| {% else %} | |
| {{ document.content }} |
列舉的種類基本上是生產力、健康相關,或是好用的工程師潮流精品(?)
這些是我偏好或想要的裝備,歡迎留言提供其他推薦裝備、發問為何要用或不用某個裝備、品牌。
免費的工具軟體雖然也很重要,但不在這邊討論,有興趣請查看 personal-settings: mac。
我寫了一本效率技巧集合的電子書,比這篇詳細,且有有生活方面的 tips,歡迎參考 超效率!生活習慣
| // ==UserScript== | |
| // @name ezcard-helper | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2024.06.02 | |
| // @description 懂的都懂 | |
| // @author Oschangkai | |
| // @match https://ezweb.easycard.com.tw/Event01/JCBLoginServlet | |
| // @match https://ezweb.easycard.com.tw/Event01/JCBLoginRecordServlet | |
| // @grant none | |
| // ==/UserScript== |