diff --git a/platform/frontend/index.html b/platform/frontend/index.html index c789264..cc4d83d 100644 --- a/platform/frontend/index.html +++ b/platform/frontend/index.html @@ -4,248 +4,190 @@ 宇之然内容创作平台 - -
-
-
-

宇之然内容创作平台

-
{{ loginError }}
- - - - 登 录 - +
-
- + +
+ + +
+ +
+
+

宇之然内容创作平台

+
{{ loginError }}
+ + + + 登 录 +
- -
- -
-
-

📊 系统概览

-
-
{{ status.total_topics || 0 }}
选题总数
-
{{ countByStatus('待处理') }}
待处理
-
{{ countByStatus('待审查') }}
待审查
-
{{ countByStatus('待发布') }}
待发布
-
{{ countByStatus('已发布') }}
已发布
-
{{ status.today_articles || 0 }}
今日新选题
-
-

🔄 流水线状态

-
加载中...
-
-
-
{{ mod.status_text }}{{ mod.module }}
-
最后运行:{{ mod.last_run }}
-
{{ mod.error }}
+ +
+

📊 系统概览

+
+
{{ status.total_topics || 0 }}
选题总数
+
{{ countByStatus('待处理') }}
待处理
+
{{ countByStatus('待审查') }}
待审查
+
{{ countByStatus('待发布') }}
待发布
+
{{ countByStatus('已发布') }}
已发布
+
{{ status.today_articles || 0 }}
今日新选题
+
+
+

🔄 流水线状态

+
加载中...
+
+
+
+ {{ mod.status_text }} + {{ mod.module }}
+
最后运行:{{ mod.last_run }}
-
-
-
-

📋 选题管理

-
-
-
- 🔄 批量刷新 - ▶ 批量创作 - 🔍 批量优化 - 已选 {{ selectedTopicIds.length }} 项 -
-
-
- 全部 ({{ topics.length }}) - 待处理 ({{ countByStatus('待处理') }}) - 待审查 ({{ countByStatus('待审查') }}) - 待发布 ({{ countByStatus('待发布') }}) - 已发布 ({{ countByStatus('已发布') }}) -
-
- - - - - - - - - - - - - - - - - - - - - - -
-
-
- + + + \ No newline at end of file diff --git a/platform/frontend/logs.html b/platform/frontend/logs.html new file mode 100644 index 0000000..91e7cc5 --- /dev/null +++ b/platform/frontend/logs.html @@ -0,0 +1,83 @@ + + + + + + 宇之然内容创作平台 - 系统日志 + + + + + +
+ + +
+ + +
+ +
+

📄 系统日志

+
+ + + + + + + 加载日志 +
+
{{ logContent }}
+ +
+ +
+
+
+ + + + + \ No newline at end of file diff --git a/platform/frontend/topics.html b/platform/frontend/topics.html new file mode 100644 index 0000000..8214c74 --- /dev/null +++ b/platform/frontend/topics.html @@ -0,0 +1,130 @@ + + + + + + 宇之然内容创作平台 - 选题管理 + + + + + +
+ + +
+ + +
+ +
+
+

📋 选题管理

+
+
+
+ 🔄 批量刷新 + ▶ 批量创作 + 🔍 批量优化 + 已选 {{ selectedTopicIds.length }} 项 +
+
+
+ 全部 ({{ topics.length }}) + 待处理 ({{ countByStatus('待处理') }}) + 待审查 ({{ countByStatus('待审查') }}) + 待发布 ({{ countByStatus('待发布') }}) + 已发布 ({{ countByStatus('已发布') }}) +
+
+ + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+ + + + + \ No newline at end of file diff --git a/platform/frontend/users.html b/platform/frontend/users.html new file mode 100644 index 0000000..86f290a --- /dev/null +++ b/platform/frontend/users.html @@ -0,0 +1,91 @@ + + + + + + 宇之然内容创作平台 - 用户管理 + + + + + +
+ + +
+ + +
+ +
+

👥 用户管理

+
+

用户列表

+ + 新建用户 +
+ + + + + + + + + + + +
+ +
+
+
+ + + + + \ No newline at end of file