

功能说明
便笺显示:默认设置便签按创建日期倒序显示(最新的便签在最前面)
主题选择:支持消息通知(toast 通知)
红色主题 – 激情、活力,适合需要强调重要事项的场景
青色主题 – 清新、科技感,适合程序员和技术工作者
琥珀色主题 – 温暖、明亮,适合创意工作者
靛蓝色主题 – 专业、深邃,适合商务用途
玫瑰色主题 – 温柔、浪漫,适合个人笔记
青绿色主题 – 时尚、潮流,年轻化设计
导入数据:粘贴 json 数据
导出数据:json 数据格式
完成操作:作为工作任务时,可进行完成操作,或一键所有任务完成。
// 加载保存的主题
function loadTheme() {const savedTheme = localStorage.getItem(THEME_KEY);
if (savedTheme) {
currentTheme = savedTheme;
document.body.className = savedTheme;
document.getElementById('theme-select').value = savedTheme;
}
}
// 切换主题
function switchTheme(theme) {
document.body.className = theme;
currentTheme = theme;
localStorage.setItem(THEME_KEY, theme);
document.getElementById('theme-select').value = theme;
showToast('主题已切换!');
}
...
// 从本地存储获取便签数据
function getNotesFromStorage() {const notesJSON = localStorage.getItem(STORAGE_KEY);
const notes = notesJSON ? JSON.parse(notesJSON) : [];
// 确保每个便签都有 completed 属性
return notes.map(note => ({
...note,
completed: note.completed || false
}));
}
// 保存便签到本地存储
function saveNotesToStorage(notes) {localStorage.setItem(STORAGE_KEY, JSON.stringify(notes));
}
...
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END

![更新[日式ACT/像素动态] 蓝色皮肤的森林 Forest of the Blue Skin v25.12.30 生肉版 [620M]-神游资源网](https://pan3.649408.xyz/p/shengyou/2026-01-05/6380c3d6d447017fda244d80da86df2a.jpg)
![更新[亚洲风SLG/真人/动态] 遗产 逆袭 D’Legacy v0.14.5.0 汉化版 [1.30G]-神游资源网](https://picture2.649408.xyz/image/2026-03-10/e092c59a4c4c88e13ad5dfd7cf4d5eb5.png)

![新作[修仙SLG/NTR/玄幻] 九界之上 Above The Immortality Realm v0.1.5 Demo 官中版 [670M]-神游资源网](https://picture2.649408.xyz/image/2026-01-30/a1e523df1613efa15f213bec00ed78c5.jpg)

![更新【爆款FTG/3D作品/全动态】隆隆燃烧(RUMBLE BLAZING v3020 正式版 [10.10G]-神游资源网](https://picture2.649408.xyz/image/2026-01-24/811c86f95a8ac4f9e96752a9b8823b37.jpg)







暂无评论内容