mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-28 11:49:46 +02:00
Bug fix + improvement:
- About dialog now can display package README file - Fix: double click handling on grid view - add README to packages - support source map in release version
This commit is contained in:
@ -4,7 +4,7 @@ libfiles =
|
||||
|
||||
cssfiles = main.css
|
||||
|
||||
copyfiles = package.json scheme.html
|
||||
copyfiles = package.json scheme.html README.md
|
||||
|
||||
|
||||
PKG_NAME=Syslog
|
||||
|
6
src/packages/Syslog/README.md
Normal file
6
src/packages/Syslog/README.md
Normal file
@ -0,0 +1,6 @@
|
||||
# Syslog: System notification management and service
|
||||
|
||||
Provide system wise notification service (Push Notification)
|
||||
|
||||
## Change logs
|
||||
-v0.1.2-b: add README
|
@ -13,7 +13,7 @@
|
||||
"credit": "dedicated to some one here",
|
||||
"licences": "GPLv3"
|
||||
},
|
||||
"version": "0.1.1-a",
|
||||
"version": "0.1.2-b",
|
||||
"category": "System",
|
||||
"iconclass": "fa fa-bug",
|
||||
"mimes": []
|
||||
|
Reference in New Issue
Block a user