From cf51f3c5c1d19533b4f390439e81c800f520956b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= Date: Tue, 11 Jun 2024 03:32:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/theme/system/custom_fields_diy.htm | 4 +--- src/theme/system/info_link.htm | 12 ++---------- src/theme/system/list_fulllist.htm | 10 ++++------ src/theme/system/list_sglist.htm | 8 +++----- src/theme/system/spec_list.htm | 13 +++++-------- src/theme/system/userinfo.htm | 10 ++++------ 6 files changed, 19 insertions(+), 38 deletions(-) diff --git a/src/theme/system/custom_fields_diy.htm b/src/theme/system/custom_fields_diy.htm index 60f5c8d6..9c24a059 100644 --- a/src/theme/system/custom_fields_diy.htm +++ b/src/theme/system/custom_fields_diy.htm @@ -1,6 +1,4 @@ ~name~ - - - ~form~ + ~form~ \ No newline at end of file diff --git a/src/theme/system/info_link.htm b/src/theme/system/info_link.htm index 83a7dffd..d5f5bd58 100644 --- a/src/theme/system/info_link.htm +++ b/src/theme/system/info_link.htm @@ -1,10 +1,2 @@ -

- 地区: - [field:linkallplace/] - [field:nativeplace/] -

-

- 类型: - [field:linkalltype/] - [field:infotype/] -

\ No newline at end of file +

[field:linkallplace/]-[field:nativeplace/]

+

[field:linkalltype/]-[field:infotype/]

\ No newline at end of file diff --git a/src/theme/system/list_fulllist.htm b/src/theme/system/list_fulllist.htm index 865874d9..eaf1bbff 100644 --- a/src/theme/system/list_fulllist.htm +++ b/src/theme/system/list_fulllist.htm @@ -1,7 +1,5 @@ -

[field:title/]

-

- 日期:[field:pubdate function="GetDateTimeMK(@me)"/] - 浏览:[field:click/] - 前往踩踩 -

+
[field:title/]
+

日期:[field:pubdate function="GetDateTimeMK(@me)"/]

+

浏览:[field:click/]

+

前往踩踩

[field:description/]

\ No newline at end of file diff --git a/src/theme/system/list_sglist.htm b/src/theme/system/list_sglist.htm index 6bbec48e..47f44fca 100644 --- a/src/theme/system/list_sglist.htm +++ b/src/theme/system/list_sglist.htm @@ -1,5 +1,3 @@ -

[field:title/]

-

- 日期:[field:senddate function="GetDateMK(@me)"/] - 浏览:[field:click/] -

\ No newline at end of file +
[field:title/]
+

日期:[field:pubdate function="GetDateTimeMK(@me)"/]

+

浏览:[field:click/]

\ No newline at end of file diff --git a/src/theme/system/spec_list.htm b/src/theme/system/spec_list.htm index 7e4f36d0..550e2d51 100644 --- a/src/theme/system/spec_list.htm +++ b/src/theme/system/spec_list.htm @@ -1,8 +1,5 @@ -

- [field:imglink/] - [field:typelink/] - [field:textlink/] - [field:click/]点击 - ([field:stime/]) -

-

[field:description/]

\ No newline at end of file +

[field:imglink/]

+

[field:typelink/]

+

[field:textlink/]

+

[field:click/]点击

+

[field:description/]([field:stime/])

\ No newline at end of file diff --git a/src/theme/system/userinfo.htm b/src/theme/system/userinfo.htm index 930cd6ed..8e057ba1 100644 --- a/src/theme/system/userinfo.htm +++ b/src/theme/system/userinfo.htm @@ -1,6 +1,4 @@ -

- 用户名:[field:uname/] - 用户等级:[field:rankname /] - 注册时间:[field:jointime function="MyDate('Y-m-d H:m',@me)"/] - 登录时间:[field:logintime function="MyDate('Y-m-d H:m',@me)"/] -

\ No newline at end of file +

用户名:[field:uname/]

+

用户等级:[field:rankname /]

+

注册时间:[field:jointime function="MyDate('Y-m-d H:m',@me)"/]

+

登录时间:[field:logintime function="MyDate('Y-m-d H:m',@me)"/]

\ No newline at end of file