Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
json links update
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmr-bot committed Nov 24, 2022
1 parent 38200cb commit f16e161
Show file tree
Hide file tree
Showing 2 changed files with 444 additions and 334 deletions.
4 changes: 2 additions & 2 deletions src/components/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: ahmr-bot [email protected]
* @Date: 2022-11-24 12:54:06
* @LastEditors: ahmr-bot [email protected]
* @LastEditTime: 2022-11-24 16:18:07
* @LastEditTime: 2022-11-24 20:25:43
* @FilePath: \Friends\Friends\src\components\HelloWorld.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
Expand Down Expand Up @@ -53,7 +53,7 @@ import axios from 'axios'
const links = ref([])
axios({
method:'get',
url:'https://cdn.jsdelivr.net/gh/China-Frp-Union/cfu-list/list.json'
url:'https://raw.cdn.mcserverx.com/China-Frp-Union/cfu-list/main/list.json'
}).then((res)=>{
console.log(res.data.links)
links.value = res.data
Expand Down
Loading

0 comments on commit f16e161

Please sign in to comment.