mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 15:41:19 +00:00
6 lines
80 B
JavaScript
6 lines
80 B
JavaScript
var db = require('db');
|
|
// 笔记本服务
|
|
var Tag = {
|
|
|
|
};
|
|
module.exports = Tag; |