-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest
More file actions
38 lines (38 loc) · 2.44 KB
/
manifest
File metadata and controls
38 lines (38 loc) · 2.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
appname = note
version = 1.1.2
display_name = 便签
desc = """
<p>一款功能丰富的 <b><i>便签</i></b> 应用。自适应网页,支持导入导出,历史记录,从 NAS 添加文件,外部 HTTPS 10029 端口访问,多用户登录,数据备份恢复,文件管理。</p>
<p>支持多类型便签:</p>
<p><font color="green">1.常规:</font><br/>可记录文字、表格、图片、涂鸦、Markdown、LaTeX 公式、Emoji 表情等内容</p>
<p><font color="green">2.绘图:</font><br/>自由的绘画板</p>
<p><font color="green">3.思维导图:</font><br/>设计你的思维导图</p>
<p><font color="green">4.拍照:</font><br/>存你的图片</p>
<p><font color="green">5.录音:</font><br/>存你的录音</p>
<p><font color="green">6.附件:</font><br/>存你的附件文件</p>
<p><font color="green">7.位置:</font><br/>记录你的路线规划</p>
<p><font color="green">8.密码本:</font><br/>存你的密码,使用 AES-256-GCM 算法加密全部密码本内容</p>
<p><font color="blue">默认账号:<b>admin</b> 密码:<b>123456</b></font>。</p>
<p><img width="100%" height="auto" src="https://club.fnnas.com/data/attachment/forum/202511/28/042051izupqmsfwl0l4d0e.png"/></p>
<p><img width="100%" height="auto" src="https://club.fnnas.com/data/attachment/forum/202602/03/053354oq44mjqnqjp24zll.png"/></p>
<p><img width="100%" height="auto" src="https://club.fnnas.com/data/attachment/forum/202511/28/042209d5olba5x42jk1ub1.png"/></p>
<p><img width="100%" height="auto" src="https://club.fnnas.com/data/attachment/forum/202603/24/172204f1ffbsz989ti6f1n.png"/></p>
<p><img width="100%" height="auto" src="https://club.fnnas.com/data/attachment/forum/202603/24/172204q3r38nd3e6oa88aa.png"/></p>
"""
platform = arm
source = thirdparty
maintainer = 左平
maintainer_url = https://club.fnnas.com/forum.php?mod=viewthread&tid=45704
distributor = 左平
distributor_url = https://club.fnnas.com/forum.php?mod=viewthread&tid=45704
os_min_version = 1.1.8
ctl_stop = true
desktop_uidir = ui
desktop_applaunchname = note.Application
service_port = 10030
checkport = true
disable_authorization_path = false
changelog = """
1.修复常规便签从网页中复制粘贴内容不显示问题。<br/>
2.常规便签支持粘贴图片。
"""