From 01d3f4ddbcb298dc16d80ccaa420b0f7690a326b Mon Sep 17 00:00:00 2001 From: WaterLemons2k <62788816+WaterLemons2k@users.noreply.github.com> Date: Fri, 12 Jan 2024 12:01:04 +0800 Subject: [PATCH] fix(web): correctly display new logs when the same log appear multiple times (#974) * fix(web): correctly display new logs when old log appear multiple times * style(html): format with Prettier --- web/writing.html | 277 +++++++++++++++++++++++++++-------------------- 1 file changed, 158 insertions(+), 119 deletions(-) diff --git a/web/writing.html b/web/writing.html index c2bffcef4..c888511a9 100755 --- a/web/writing.html +++ b/web/writing.html @@ -1,4 +1,5 @@ + @@ -156,7 +157,8 @@
DNS Provider
- You can modify it if the account supports a smaller TTL. The TTL will only be updated when the IP changes + You can modify it if the account supports a smaller TTL. + The TTL will only be updated when the IP changes @@ -167,7 +169,12 @@
DNS Provider
IPv4
- +
IPv4
-
@@ -285,7 +301,12 @@
IPv4
IPv6
- +
IPv6
-
@@ -421,7 +448,9 @@
IPv6
aria-describedby="ipv6_domains_help" > - One domain per line, you can use colon to separate the root domain (example.cn.eu.org) and the subdomain (www), fill in as: www:example.cn.eu.org + One domain per line, you can use colon to separate the + root domain (example.cn.eu.org) and the subdomain (www), + fill in as: www:example.cn.eu.org
@@ -452,7 +481,8 @@
Others
Default enabled, can prohibit access to this page from the public networkDefault enabled, can prohibit access to this page from + the public network
@@ -523,7 +553,8 @@
Webhook
href="https://github.com/jeessy2/ddns-go/blob/master/README_EN.md#webhook" >Click to get more info
- Support variables #{ipv4Addr}, #{ipv4Result}, #{ipv4Domains}, #{ipv6Addr}, #{ipv6Result}, #{ipv6Domains} + Support variables #{ipv4Addr}, #{ipv4Result}, + #{ipv4Domains}, #{ipv6Addr}, #{ipv6Result}, #{ipv6Domains} @@ -546,7 +577,9 @@
Webhook
id="WebhookRequestBody_help" class="form-text text-muted" > - If RequestBody is empty, it is a GET request, otherwise it is a POST request. Supported variables are the same as above + If RequestBody is empty, it is a GET request, otherwise it + is a POST request. Supported variables are the same as + above @@ -567,7 +600,8 @@
Webhook
id="WebhookHeaders_help" class="form-text text-muted" > - One header per line, such as: Authorization: Bearer API_KEY + One header per line, such as: Authorization: Bearer + API_KEY @@ -617,29 +651,27 @@
Webhook