mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-26 01:18:21 +01:00
update default repository
This commit is contained in:
parent
509125d1a3
commit
cd34857753
Binary file not shown.
@ -529,6 +529,16 @@ namespace OS {
|
||||
SCOPES: "https://www.googleapis.com/auth/drive",
|
||||
};
|
||||
}
|
||||
// default repo
|
||||
if(!setting.system.repositories || setting.system.repositories.length === 0)
|
||||
{
|
||||
setting.system.repositories = [
|
||||
{
|
||||
text: "Github",
|
||||
url: "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/packages.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
setting.applications.categories = [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user