Skip to content

Commit

Permalink
update source/js/weibo.js.
Browse files Browse the repository at this point in the history
fix API for CN

Signed-off-by: David <[email protected]>
  • Loading branch information
DavidDengHui authored and gitee-org committed Feb 11, 2024
1 parent 6faf874 commit 03947b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/js/weibo.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ new Vue({
// 请求开源api,
getWeiboList() {
// fetch("https://tenapi.cn/resou/ ", {
fetch("https://api.hnest.eu.org/get_api?url=https%3A%2F%2Fweibo.com%2Fajax%2Fside%2FhotSearch", {
fetch("https://api2.hnest.eu.org/get_api?url=https%3A%2F%2Fweibo.com%2Fajax%2Fside%2FhotSearch", {
method: "GET", // *GET, POST, PUT, DELETE, etc.
})
.then((res) => {
Expand Down

3 comments on commit 03947b4

@DavidDengHui
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed with

update source/js/weibo.js.
fix API for CN

Signed-off-by: David [email protected]

Following the Pages URL:

https://hnest-hjcowqrlr-daviddenghui.vercel.app

@DavidDengHui
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed with

update source/js/weibo.js.
fix API for CN

Signed-off-by: David [email protected]

Following the Pages URL:

https://hnest.github.io/

@DavidDengHui
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed with

update source/js/weibo.js.
fix API for CN

Signed-off-by: David [email protected]

Following the Pages URL:

https://hnest.eu.org/

Please sign in to comment.