公告板
版本库
filestore
活动
搜索
登录
Android
/
Security_indoor_dual_tps650
室内机双屏tps650
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
a
554325746@qq.com
2019-12-25
603cb36a5123e46656b06a5deb8d7ac7ff81307f
[Android/Security_indoor_dual_tps650.git]
/
app
/
src
/
main
/
assets
/
erlang
/
syncDB.app.src
1
2
3
4
5
6
7
8
9
%% ex: ts=4 sw=4 noexpandtab syntax=erlang
{application, syncDB, [
{description, "syncDB"},
{vsn, "0.0.1"},
{modules, [syncDB]},
{registered, []},
{applications, [kernel, stdlib, crypto, uuid]},
{env, []}
]}.