Skip to content

Commit

Permalink
1.4.1 微调文本描述
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueSkyXN committed Mar 28, 2024
1 parent 97e19e4 commit d0b6564
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
12 changes: 10 additions & 2 deletions cloudflare-page/Tools-IMGProxy.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TGPH URL Transformer</title>
<title>IMGURL Proxy Transformer</title>
<!--
本代码完全开源,仅供学习CloudFlare Page和Worker组件编程使用
仓库地址 https://github.com/BlueSkyXN/WorkerJS_CloudFlare_ImageBed
不提供任何免费的技术支持、指导、问题解答,请按GitHub标准用法进行issue等方式交互
请勿滥用本代码,违规使用后果自负,任何操作和后果均与本人无关
API接口均需要使用者自行解决,本人不提供任何API接口服务
不得在中国大陆地区使用本代码
-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/css/bootstrap.min.css">
<style>
.container {
Expand Down Expand Up @@ -34,7 +42,7 @@
</head>
<body>
<div class="container">
<h2>TGPH URL Transformer</h2>
<h2>IMGURL Proxy Transformer</h2>
<div class="input-group mb-3">
<div class="input-group-prepend">
<button class="btn btn-outline-secondary" type="button" id="pasteUrl">Paste URL</button>
Expand Down
8 changes: 8 additions & 0 deletions cloudflare-page/tgphimgbed.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TGPH Image Hosting</title>
<!--
本代码完全开源,仅供学习CloudFlare Page和Worker组件编程使用
仓库地址 https://github.com/BlueSkyXN/WorkerJS_CloudFlare_ImageBed
不提供任何免费的技术支持、指导、问题解答,请按GitHub标准用法进行issue等方式交互
请勿滥用本代码,违规使用后果自负,任何操作和后果均与本人无关
API接口均需要使用者自行解决,本人不提供任何API接口服务
不得在中国大陆地区使用本代码
-->
<style>
footer {
font-size: 12px; /* 设置较小的字号 */
Expand Down

0 comments on commit d0b6564

Please sign in to comment.