fix
This commit is contained in:
parent
9e779126e8
commit
c568f353a5
11
src/App.vue
11
src/App.vue
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div id="app">
|
||||
<link rel="stylesheet" href="https://yui.syui.ai/bower_components/icomoon/css/icomoon.css" />
|
||||
<link rel="stylesheet" href="https://yui.syui.ai/bower_components/font-awesome/css/all.min.css" />
|
||||
<link rel="stylesheet" href="https://yui.syui.ai/node_modules/icomoon/css/icomoon.css" />
|
||||
<link rel="stylesheet" href="https://yui.syui.ai/node_modules/font-awesome/css/all.min.css" />
|
||||
<hooper :settings="hooperSettings">
|
||||
<slide v-for="(n,index) of products" :key="n">
|
||||
<div v-if="loading" class="loading">
|
||||
@ -191,13 +191,6 @@ export default {
|
||||
}
|
||||
this.api_url = "https://api.syui.ai";
|
||||
}
|
||||
// com.atproto.repo.describeRepo
|
||||
// com.atproto.repo.listRecords
|
||||
// com.atproto.repo.getRecord
|
||||
//let url = this.bsky_pds + "/com.atproto.repo.listRecords?repo=" + this.bsky_handle + "&collection=app.bsky.feed.post";
|
||||
//axios
|
||||
// .get(url,{ crossdomain: true })
|
||||
// .then(response => (this.bsky_json = response));
|
||||
let url = this.api_url + "/users/2/ma?itemsPerPage=4000";
|
||||
axios
|
||||
.get(url,{ crossdomain: true })
|
||||
|
Loading…
Reference in New Issue
Block a user