1
0
This commit is contained in:
syui 2024-04-05 19:47:02 +09:00
parent 9e779126e8
commit c568f353a5
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -1,7 +1,7 @@
<template> <template>
<div id="app"> <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/node_modules/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/font-awesome/css/all.min.css" />
<hooper :settings="hooperSettings"> <hooper :settings="hooperSettings">
<slide v-for="(n,index) of products" :key="n"> <slide v-for="(n,index) of products" :key="n">
<div v-if="loading" class="loading"> <div v-if="loading" class="loading">
@ -191,13 +191,6 @@ export default {
} }
this.api_url = "https://api.syui.ai"; 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"; let url = this.api_url + "/users/2/ma?itemsPerPage=4000";
axios axios
.get(url,{ crossdomain: true }) .get(url,{ crossdomain: true })