16 Star 118 Fork 23

Hamm/Svg Badge Tool

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
index.php 258 Bytes
Copy Edit Raw Blame History
Hamm authored 2020-04-27 22:58 . 修改curl为直接请求API
<?php
if(empty($_GET['key']) || empty($_GET['value'])){
header('Location: https://gitee.com/hamm/svg_badge_tool');
return;
}
$key = $_GET['key'];
$value = $_GET['value'];
header("Location: https://svg.hamm.cn/badge.svg?key={$key}&value={$value}");
?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/hamm/svg_badge_tool.git
git@gitee.com:hamm/svg_badge_tool.git
hamm
svg_badge_tool
Svg Badge Tool
master

Search

D67c1975 1850385 1daf7b77 1850385