mirror of
https://github.com/teverse/teverse
synced 2025-11-06 18:34:46 +01:00
Compare commits
3 Commits
16266ee0b9
...
740580e6a1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
740580e6a1 | ||
|
|
262651e631 | ||
|
|
f2bd275687 |
@ -43,11 +43,19 @@ return {
|
|||||||
backgroundAlpha = 0
|
backgroundAlpha = 0
|
||||||
})
|
})
|
||||||
|
|
||||||
teverse.guiHelper
|
if _DEVICE:sub(0, 6) == "iPhone" then
|
||||||
.gridConstraint(appsContainer, {
|
teverse.guiHelper
|
||||||
cellSize = guiCoord(0, 150, 0, 80),
|
.gridConstraint(appsContainer, {
|
||||||
cellMargin = guiCoord(0, 15, 0, 25)
|
cellSize = guiCoord(0, page.absoluteSize.x - 20, 0, 80),
|
||||||
})
|
cellMargin = guiCoord(0, 15, 0, 25)
|
||||||
|
})
|
||||||
|
else
|
||||||
|
teverse.guiHelper
|
||||||
|
.gridConstraint(appsContainer, {
|
||||||
|
cellSize = guiCoord(0, 160, 0, 80),
|
||||||
|
cellMargin = guiCoord(0, 15, 0, 25)
|
||||||
|
})
|
||||||
|
end
|
||||||
|
|
||||||
teverse.http:get("https://teverse.com/api/apps", {
|
teverse.http:get("https://teverse.com/api/apps", {
|
||||||
["Authorization"] = "BEARER " .. teverse.userToken
|
["Authorization"] = "BEARER " .. teverse.userToken
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user