mirror of
https://github.com/BlueSkyXN/WorkerJS_CloudFlare_ImageBed.git
synced 2024-11-16 03:32:26 +08:00
0.2.1 微调文本描述
This commit is contained in:
parent
5fba60defb
commit
b635e3e9b7
|
@ -3,7 +3,15 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/css/bootstrap.min.css">
|
||||||
<style>
|
<style>
|
||||||
.container {
|
.container {
|
||||||
|
@ -34,7 +42,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h2>TGPH URL Transformer</h2>
|
<h2>IMGURL Proxy Transformer</h2>
|
||||||
<div class="input-group mb-3">
|
<div class="input-group mb-3">
|
||||||
<div class="input-group-prepend">
|
<div class="input-group-prepend">
|
||||||
<button class="btn btn-outline-secondary" type="button" id="pasteUrl">Paste URL</button>
|
<button class="btn btn-outline-secondary" type="button" id="pasteUrl">Paste URL</button>
|
||||||
|
|
|
@ -4,6 +4,14 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>TGPH Image Hosting</title>
|
<title>TGPH Image Hosting</title>
|
||||||
|
<!--
|
||||||
|
本代码完全开源,仅供学习CloudFlare Page和Worker组件编程使用
|
||||||
|
仓库地址 https://github.com/BlueSkyXN/WorkerJS_CloudFlare_ImageBed
|
||||||
|
不提供任何免费的技术支持、指导、问题解答,请按GitHub标准用法进行issue等方式交互
|
||||||
|
请勿滥用本代码,违规使用后果自负,任何操作和后果均与本人无关
|
||||||
|
API接口均需要使用者自行解决,本人不提供任何API接口服务
|
||||||
|
不得在中国大陆地区使用本代码
|
||||||
|
-->
|
||||||
<style>
|
<style>
|
||||||
footer {
|
footer {
|
||||||
font-size: 12px; /* 设置较小的字号 */
|
font-size: 12px; /* 设置较小的字号 */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user