diff --git a/admin/css/style.css b/admin/css/style.css index 7dafb43a..526e2561 100644 --- a/admin/css/style.css +++ b/admin/css/style.css @@ -861,35 +861,18 @@ margin-top: 25px; /** * 主页主体 */ -.typecho-dashboard-main { - +.typecho-dashboard { } - -.typecho-dashboard-main .section { +.typecho-dashboard ul { + list-style: none; + padding: 0; } - -.typecho-dashboard-main .section h4 { +.typecho-dashboard span { + font-size: .92857em; + color: #999; } - -.typecho-dashboard-main .section ul { -} - -.typecho-dashboard-main .section li { -} - -.typecho-dashboard-main .section .tags { -} - -.typecho-dashboard-main .section .title { - -} - -.typecho-dashboard-main .section .date { - -} - -.typecho-dashboard-main .section .category { - +.typecho-dashboard li { + margin-bottom: 5px; } diff --git a/admin/index.php b/admin/index.php index c8258ea5..ad7cb6fc 100644 --- a/admin/index.php +++ b/admin/index.php @@ -6,49 +6,44 @@ include 'menu.php'; $stat = Typecho_Widget::widget('Widget_Stat'); ?>
-
+

- +

-

%s 篇 Blog,并有 %s 条关于你的评论在已设定的 %s 个分类中.', +

%s 篇 Blog, 并有 %s 条关于你的评论在已设定的 %s 个分类中.', $stat->myPublishedPostsNum, $stat->myPublishedCommentsNum, $stat->categoriesNum); ?>

-
+

- to($posts); ?> + to($posts); ?>
    have()): ?> next()): ?> -
  • title(); ?> - category(', '); ?> - dateWord(); ?>
  • +
  • + title(); ?> + - dateWord(); ?> +
-
-
+ + +

    - to($comments); ?> + to($comments); ?> have()): ?> next()): ?> -
  • author(true); ?> title(); ?> - dateWord(); ?>
  • +
  • + title(); ?> + - dateWord(); ?>, author(true); ?> +
-
+
-
+
@@ -109,7 +110,10 @@ $stat = Typecho_Widget::widget('Widget_Stat'); -
  • -
  • +
  • + +
    +
  • diff --git a/usr/themes/default/screenshot.png b/usr/themes/default/screenshot.png deleted file mode 100644 index 58f4f29c..00000000 Binary files a/usr/themes/default/screenshot.png and /dev/null differ diff --git a/var/Widget/Menu.php b/var/Widget/Menu.php index 24c6ef86..8646188d 100644 --- a/var/Widget/Menu.php +++ b/var/Widget/Menu.php @@ -100,7 +100,7 @@ class Widget_Menu extends Typecho_Widget */ public function execute() { - $parentNodes = array(NULL, _t('控制台'), _t('创建'), _t('管理'), _t('设置')); + $parentNodes = array(NULL, _t('控制台'), _t('撰写'), _t('管理'), _t('设置')); $childNodes = array( array(