This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
select_file.js | |
功能: open frequently-used files quickly | |
*/ | |
let quickAddApi; | |
let openMode_ = "preview"; // preview, source or default | |
const today_ = window.moment().format("YYYY-MM-DD_ddd"); | |
const isNewPanel_ = true; // 是否開啟在新面板? | |
const BACK_ = "⬅️ 回上層"; |