nc-photos/app/lib/help_utils.dart
2022-05-21 19:39:13 +08:00

16 lines
888 B
Dart

const mainUrl = "https://gitlab.com/nkming2/nc-photos/-/wikis/home";
const peopleUrl = "https://gitlab.com/nkming2/nc-photos/-/wikis/help/people";
const sharedAlbumLimitationsUrl =
"https://gitlab.com/nkming2/nc-photos/-/wikis/help/shared-album#limitations";
const twoFactorAuthUrl =
"https://gitlab.com/nkming2/nc-photos/-/wikis/help/two-factor-authentication";
const homeFolderNotFoundUrl =
"https://gitlab.com/nkming2/nc-photos/-/wikis/help/home-folder-not-found";
const enhanceUrl =
"https://gitlab.com/nkming2/nc-photos/-/wikis/help/enhance";
const enhanceZeroDceUrl =
"https://gitlab.com/nkming2/nc-photos/-/wikis/help/enhance/zero-dce";
const enhanceDeepLabPortraitBlurUrl =
"https://gitlab.com/nkming2/nc-photos/-/wikis/help/enhance/portrait-blur-(deeplab)";
const enhanceEsrganUrl =
"https://gitlab.com/nkming2/nc-photos/-/wikis/help/enhance/esrgan";