Skip to content

Commit

Permalink
Revert "1.4.1 微调文本描述"
Browse files Browse the repository at this point in the history
This reverts commit d0b6564.
  • Loading branch information
BlueSkyXN committed Mar 28, 2024
1 parent d0b6564 commit 6eb37b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
12 changes: 2 additions & 10 deletions cloudflare-page/Tools-IMGProxy.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IMGURL Proxy Transformer</title>
<!--
本代码完全开源,仅供学习CloudFlare Page和Worker组件编程使用
仓库地址 https://github.com/BlueSkyXN/WorkerJS_CloudFlare_ImageBed
不提供任何免费的技术支持、指导、问题解答,请按GitHub标准用法进行issue等方式交互
请勿滥用本代码,违规使用后果自负,任何操作和后果均与本人无关
API接口均需要使用者自行解决,本人不提供任何API接口服务
不得在中国大陆地区使用本代码
-->
<title>TGPH URL Transformer</title>
<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 @@ -42,7 +34,7 @@
</head>
<body>
<div class="container">
<h2>IMGURL Proxy Transformer</h2>
<h2>TGPH URL 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: 0 additions & 8 deletions cloudflare-page/tgphimgbed.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@
<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 6eb37b6

Please sign in to comment.