編輯模式:
新增 Mobile Apps section 在這裏可以上傳 android(.apk) 或 iOS(.ipa) 檔案,對外發布以後 可以讓其他使用者透過 QR-Code 下載 APP。
// Types of changes
export enum SectionTypes {
Added = 'Added' , // for new features.
Changed = 'Changed', // for changes in existing functionality.
Deprecated = 'Deprecated', // for soon-to-be removed features.
Removed = 'Removed', // for now removed features.
Fixed = 'Fixed', // for any bug fixes., SemVer's PATCH
BreakingChanges = 'Breaking Changes', // for changes incompatibility with previous version.
Unreleased = 'Unreleased', // what changes they might expect in upcoming releases
// At release time, you can move the Unreleased section changes into a new release version section.
Security = 'Security', // in case of vulnerabilities.
Video = 'Video', // video
MobileApps = 'MobileApps', // MobileApps
Overview = 'Overview', // Overview
}
自動解析 Meta-Data:
上傳 App 時自動解析 META
以上傳 apk 為例
當選擇 .apk 檔案上傳以後,自動解析 Meta-Data 並且可以公開頁面存取下載
設定群組與 Access Permit
如果不想開放所有人皆可存取下載,亦可自行設定群組及其 access permit ,使得特定群組 透過輸入此CODE才可以存取下載該檔案。
- 支援多個群組
- 群組名稱可自行命名方便識別
目前已完成的里程碑
-
操作介面可拖拉
-
可替版本標籤化 (tag)
-
可排序 (sort)
-
可篩選 (filter)
-
可使用者訂閱 (subscription)
-
支援 mobile apps 下載 (android/iOS)