Skip to content

Commit

Permalink
feat: switch to the new repo
Browse files Browse the repository at this point in the history
网页商店切换到新的stable商店

Log:
  • Loading branch information
myml authored and dengbo11 committed Jun 3, 2024
1 parent c141903 commit 694fb3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ export default defineComponent({
params: {
page: pageIndex,
size: pageSize,
repo: 'stable',
channel: 'main',
},
})
.then(async (response) => {
Expand All @@ -93,6 +95,8 @@ export default defineComponent({
params: {
page: randomPage,
size: pageSize,
repo: 'stable',
channel: 'main',
},
})
list.push(...resp.data.data.list.filter(app => !app.icon.endsWith("application-x-executable.svg")))
Expand Down

0 comments on commit 694fb3c

Please sign in to comment.