From 7ff01f710235dab7e750443c7a181dbf5e5fda8f Mon Sep 17 00:00:00 2001
From: filesite
Date: Fri, 10 Jan 2025 06:46:52 +0800
Subject: [PATCH] tabindex improve for remote control
---
themes/beauty/views/layout/main.php | 6 +++---
themes/beauty/views/layout/player.php | 4 ++--
themes/beauty/views/list/bydate.php | 12 ++++++++----
themes/beauty/views/site/index.php | 14 +++++++++-----
themes/beauty/views/site/mp3player.php | 2 +-
themes/beauty/views/site/player.php | 2 +-
themes/beauty/views/site/pwdauth.php | 2 +-
www/css/beauty.css | 12 +++++++++++-
www/js/beauty.js | 16 ++++++++++++++++
9 files changed, 52 insertions(+), 18 deletions(-)
diff --git a/themes/beauty/views/layout/main.php b/themes/beauty/views/layout/main.php
index 71dc077..6b2734a 100644
--- a/themes/beauty/views/layout/main.php
+++ b/themes/beauty/views/layout/main.php
@@ -45,13 +45,13 @@ require_once __DIR__ . '/../../../../plugins/Html.php';
}else {
?>
©2022 - =date('Y')?>
- by FileSite.io
+ by FileSite.io
当前皮肤
- 执行耗时: {page_time_cost} ms
-
友情链接:Ta荐 - 你的聚宝盆
+
友情链接:Ta荐 - 你的聚宝盆
@@ -61,7 +61,7 @@ require_once __DIR__ . '/../../../../plugins/Html.php';
关于我们
-
+
diff --git a/themes/beauty/views/layout/player.php b/themes/beauty/views/layout/player.php
index e8638f9..98c92bb 100644
--- a/themes/beauty/views/layout/player.php
+++ b/themes/beauty/views/layout/player.php
@@ -42,13 +42,13 @@ require_once __DIR__ . '/../../../../plugins/Html.php';
}else {
?>
©2022 - =date('Y')?>
- by
FileSite.io
+ by
FileSite.io
当前皮肤
- 执行耗时: {page_time_cost} ms
-
友情链接:
Ta荐 - 你的聚宝盆
+
友情链接:
Ta荐 - 你的聚宝盆
diff --git a/themes/beauty/views/list/bydate.php b/themes/beauty/views/list/bydate.php
index fefa22c..7c37b6e 100644
--- a/themes/beauty/views/list/bydate.php
+++ b/themes/beauty/views/list/bydate.php
@@ -44,7 +44,7 @@ $cacheData = !empty($viewData['cacheData']) ? $viewData['cacheData'] : [];
-
+
@@ -131,7 +131,11 @@ eof;
}
}
?>
-
+
+
+
@@ -168,7 +172,7 @@ echo <<
{$totalNum}
当前位置:
- 首页
+ 首页
eof;
$breadcrumbs = !empty($viewData['breadcrumbs']) ? $viewData['breadcrumbs'] : [];
@@ -176,7 +180,7 @@ if (!empty($breadcrumbs)) {
foreach ($breadcrumbs as $bread) {
if ($bread['id'] != $selectedId) {
echo <<{$bread['name']}
+ / {$bread['name']}
eof;
} else {
echo <<
-