diff --git a/locale/en/LC_MESSAGES/django.po b/locale/en/LC_MESSAGES/django.po index 53425a1..31ea26d 100644 --- a/locale/en/LC_MESSAGES/django.po +++ b/locale/en/LC_MESSAGES/django.po @@ -1669,12 +1669,6 @@ msgstr "" msgid "New Link" msgstr "" -#: links/templates/links/link_form.html:33 -msgid "" -"Link type is used for redirecting to an external URL. Use this when you want " -"to create a short alias for a long URL." -msgstr "" - #: links/templates/links/link_form.html:38 msgid "" "Custom type allows you to create a link with custom HTML content. Use this " diff --git a/locale/zh_Hans/LC_MESSAGES/django.mo b/locale/zh_Hans/LC_MESSAGES/django.mo index 054eee9..8fb704a 100644 Binary files a/locale/zh_Hans/LC_MESSAGES/django.mo and b/locale/zh_Hans/LC_MESSAGES/django.mo differ diff --git a/locale/zh_Hans/LC_MESSAGES/django.po b/locale/zh_Hans/LC_MESSAGES/django.po index 8c11308..9bed1be 100644 --- a/locale/zh_Hans/LC_MESSAGES/django.po +++ b/locale/zh_Hans/LC_MESSAGES/django.po @@ -1568,10 +1568,8 @@ msgstr "" #: links/models.py:10 links/templates/links/link_detail.html:13 #: links/templates/links/link_form.html:22 -#, fuzzy -#| msgid "GoLinks" msgid "Link" -msgstr "GoLinks" +msgstr "URL链接" #: links/models.py:11 links/templates/links/link_detail.html:17 #: links/templates/links/link_form.html:25 @@ -1702,7 +1700,7 @@ msgstr "链接类型用于重定向到外部URL。当您想为长URL创建一个 msgid "" "Custom type allows you to create a link with custom HTML content. Use this " "when you want to display a message or custom content instead of redirecting." -msgstr "" +msgstr "自定义类型允许您创建带有自定义 HTML 内容的链接。当您想要显示消息或自定义内容而不是重定向时,请使用此选项。" #: links/templates/links/link_form.html:77 #, fuzzy diff --git a/new_theme/static/css/dist/styles.css b/new_theme/static/css/dist/styles.css index c54a089..0cef1d7 100644 --- a/new_theme/static/css/dist/styles.css +++ b/new_theme/static/css/dist/styles.css @@ -774,22 +774,6 @@ video { height: 100vh; } -.w-1\/12 { - width: 8.333333%; -} - -.w-1\/3 { - width: 33.333333%; -} - -.w-1\/6 { - width: 16.666667%; -} - -.w-10 { - width: 2.5rem; -} - .w-4 { width: 1rem; } @@ -901,12 +885,6 @@ video { row-gap: 2rem; } -.space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.5rem * var(--tw-space-x-reverse)); - margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); -} - .space-x-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0.75rem * var(--tw-space-x-reverse)); @@ -925,6 +903,12 @@ video { margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)); } +.space-y-2 > :not([hidden]) ~ :not([hidden]) { + --tw-space-y-reverse: 0; + margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); + margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); +} + .space-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); @@ -937,12 +921,6 @@ video { margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)); } -.space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); -} - .divide-y > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0; border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))); @@ -1613,18 +1591,18 @@ video { align-items: center; } - .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0px * var(--tw-space-y-reverse)); - } - .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0.5rem * var(--tw-space-x-reverse)); margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); } + .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) { + --tw-space-y-reverse: 0; + margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); + margin-bottom: calc(0px * var(--tw-space-y-reverse)); + } + .sm\:p-6 { padding: 1.5rem; } @@ -1661,10 +1639,6 @@ video { } @media (min-width: 1024px) { - .lg\:table-cell { - display: table-cell; - } - .lg\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }