This website requires JavaScript.
Explore
Help
Sign In
caojiezi2003
/
Stackedit
Watch
1
Star
0
Fork
0
You've already forked Stackedit
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
0280df2bbb
Stackedit
/
src
/
data
/
emptyFile.js
7 lines
86 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Store things in localDb
2017-07-27 20:19:52 +00:00
export
default
(
)
=>
(
{
Added explorer
2017-07-31 09:04:01 +00:00
id
:
null
,
Added syncSvc
2017-07-28 07:40:24 +00:00
type
:
'file'
,
Store things in localDb
2017-07-27 20:19:52 +00:00
name
:
''
,
Added explorer
2017-07-31 09:04:01 +00:00
parentId
:
null
,
Store things in localDb
2017-07-27 20:19:52 +00:00
}
)
;
Reference in New Issue
Copy Permalink