Skip to content

Commit 06b641e

Browse files
authored
修改API地址
1 parent 658468d commit 06b641e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

page-steam.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@
157157
}
158158
}
159159

160-
/* 清除浮动 */
161160
#steam-game-div::after {
162161
content: "";
163162
display: block;
@@ -195,7 +194,7 @@
195194
<?php the_content(); ?>
196195
<?php
197196
$id = "76561198849944519"; // 你的SteamID,可以在这里获取 https://steamsignature.com/
198-
$steamAPI = "https://api.miao33.top/SteamAPI.php"; // SteamAPI,我提供了两个API(在我博客获取),更推荐你自建。境外服务器推荐走本地,$steamAPI = "https://你的域名/json/SteamAPI.php"
197+
$steamAPI = "https://api.fogmoe.com/SteamAPI.php"; // SteamAPI,我提供了两个API(在我博客获取),更推荐你自建。境外服务器推荐走本地,$steamAPI = "https://你的域名/json/SteamAPI.php"
199198
require_once("json/classSteamCard.php");
200199
$steam = new SteamCard($id, $steamAPI, 3); // PS: 个人信息图片是实时更新的,有三种样式,默认为Profile,1为"Lite Status",2为"Card"
201200
?>

0 commit comments

Comments
 (0)