Skip to content

Commit

Permalink
Merge pull request #568 from mirai-mamori/preview
Browse files Browse the repository at this point in the history
渚のバカンス「Seaside Vacation」 Update SP1
  • Loading branch information
mirai-mamori authored Jul 8, 2022
2 parents d59fd2e + a9cf357 commit 9e8335d
Show file tree
Hide file tree
Showing 191 changed files with 323 additions and 224 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/issue-assignees.temp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Issue Add Assigness

on:
issues:
types: [opened, edited]

jobs:
mark-duplicate:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/auto-comment@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
issuesOpened: |
@{{ author }},感谢你给 sakurairo 提出了 issue。ヾ(≧▽≦*)o
请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
21 changes: 21 additions & 0 deletions .github/workflows/issue-help-wanted.temp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Issue Help wanted
on:
issues:
types:
- labeled
jobs:
add-comment:
if: github.event.label.name == 'help'
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Add comment
uses: peter-evans/create-or-update-comment@v1
with:
issue-number: ${{ github.event.issue.number }}
body: |
任何人都可以处理此问题。
**请务必在您的 `pull request` 中引用此问题。**
感谢你的贡献! (o゜▽゜)o☆
reactions: heart
25 changes: 25 additions & 0 deletions .github/workflows/issue-stale-close.temp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Close stale issues and PRs
on:
schedule:
- cron: "50 1 * * *"

jobs:
close-issues:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v4
with:
stale-issue-message: "这个 Issue 已经 30 天没有任何活动了,将被标记为过时 stale。删除 stale 标签或评论,否则将在 7 天内关闭。"
stale-pr-message: '这个 PR 已经 45 天没有任何活动了,将被标记为过时 stale 。 删除 stale 的标签或评论,否则将在 10 天内关闭。'
close-issue-message: "此 Issue 由于被标记为过时 stale 且超过 7 天没有活动,已自动关闭。"
close-pr-message: "此 PR 由于被标记为 stable 且超过 10 天没有活动,已自动关闭。"
days-before-stale: 30
days-before-close: 7
days-before-pr-stale: 45
days-before-pr-close: 10
repo-token: ${{ secrets.GITHUB_TOKEN }}
exempt-issue-labels: 'WIP'
exempt-pr-labels: 'WIP'
17 changes: 8 additions & 9 deletions author.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

?>
<div class="author_info">
<div class="avatar">
<img src="<?php echo get_avatar_profile_url(); ?>" itemprop="image" alt="<?php the_author(); ?>" height="70" width="70">
<div class="avatar" style="height: 75px;width: 75px;">
<?php echo get_avatar($author) ?>
</div>
<div class="author-center">
<h3><?php the_author() ?></h3>
<div class="description"><?php echo get_the_author_meta('description') ? get_the_author_meta('description') : iro_opt('signature_text', 'Carpe Diem and Do what I like'); ?></div>
<div class="description"><?php echo get_the_author_meta('description') ? get_the_author_meta('description') : __("No personal profile set yet","sakurairo"); ?></div>
</div>
</div>
<style>
Expand All @@ -18,14 +18,13 @@
overflow: hidden;
padding: 40px 0;
position: relative;
border-bottom: 6px dotted #eee;
font-family: miranafont, "Hiragino Sans GB", STXihei, "Microsoft YaHei", SimSun, sans-serif;
font-family:'Noto Sans SC';
}

.author_info .avatar {
float: left;
margin-right: 12px;
margin-left: 8px;
margin-right: 30px;
margin-left: 0px;
}

.author_info .avatar img {
Expand All @@ -36,8 +35,8 @@
}

.author_info .author-center {
line-height: 28px;
padding-top: 9px;
line-height: 27px;
padding-top: 10px;
}

.author_info .author-center h3 {
Expand Down
2 changes: 1 addition & 1 deletion comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class="bili-bar on-hover">bilibili~</th>';
'title_reply_to' => '<div class="graybar"><i class="fa fa-comments-o"></i>' . __('Leave a Reply to', 'sakurairo') . ' %s' . '</div>',
'cancel_reply_link' => __('Cancel Reply', 'sakurairo'),
'label_submit' => __('BiuBiuBiu~', 'sakurairo'),
'comment_field' => '<p style="font-style:italic"><a href="https://segmentfault.com/markdown" target="_blank"><i class="iconfont icon-markdown" style="color:#000"></i></a> Markdown Supported while <i class="fa fa-code" aria-hidden="true"></i> Forbidden</p><div class="comment-textarea"><textarea placeholder="' . __("You are a surprise that I will only meet once in my life", "sakurairo") . ' ..." name="comment" class="commentbody" id="comment" rows="5" tabindex="4"></textarea><label class="input-label">' . __("You are a surprise that I will only meet once in my life", "sakurairo") . ' ...</label></div>
'comment_field' => '<p style="font-style:italic"><a href="https://segmentfault.com/markdown" target="_blank"><i class="iconfont icon-markdown" style="color:var(--theme-skin-matching);"></i></a> Markdown Supported while <i class="fa fa-code" aria-hidden="true"></i> Forbidden</p><div class="comment-textarea"><textarea placeholder="' . __("You are a surprise that I will only meet once in my life", "sakurairo") . ' ..." name="comment" class="commentbody" id="comment" rows="5" tabindex="4"></textarea><label class="input-label">' . __("You are a surprise that I will only meet once in my life", "sakurairo") . ' ...</label></div>
<div id="upload-img-show"></div>
<!--插入表情面版-->
<p id="emotion-toggle" class="no-select">
Expand Down
4 changes: 2 additions & 2 deletions footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
?>
<?php endif; ?>
<?php if (iro_opt('footer_upyun', 'true')): ?>
本网站由 <a href="https://www.upyun.com/league" target="_blank"><img src="https://s.nmxc.ltd/sakurairo_vision/@2.5/options/upyun_logo.webp" width="60px" height="20px"></a> 提供 CDN 加速 / 云存储 服务
本网站由 <a href="https://www.upyun.com/?utm_source=lianmeng&utm_medium=referral" target="_blank"> <img alt="upyun-logo" src="https://s.nmxc.ltd/sakurairo_vision/@2.5/options/upyun_logo.webp" style="display:inline-block;vertical-align:middle;width:60px;height:30px;"/> 提供 CDN 加速 / 云存储 服务
<?php endif; ?>
<br>
Theme <a href="https://github.com/mirai-mamori/Sakurairo" rel="noopener" target="_blank" id="site-info" >Sakurairo</a> by <a href="https://fuukei.org/" rel="noopener" target="_blank" id="site-info" >Fuukei</a>
<a href="https://github.com/mirai-mamori/Sakurairo" rel="noopener" target="_blank" id="site-info" >Theme Sakurairo</a> by <a href="https://fuukei.org/" rel="noopener" target="_blank" id="site-info" >Fuukei</a>
</span>
</div>
</div><!-- .site-info -->
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


define('IRO_VERSION', wp_get_theme()->get('Version'));
define('INT_VERSION', '17.0.3');
define('INT_VERSION', '17.1.0');
define('BUILD_VERSION', '2');

//Option-Framework
Expand Down
6 changes: 3 additions & 3 deletions inc/decorate.php
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ function customizer_css() { ?>

.header-info p{
font-family:<?=iro_opt('signature_font'); ?> !important;
font-size: <?=iro_opt('signature_font_size'); ?>px !important;
font-size: <?=iro_opt('signature_font_size'); ?>px;
}

.cbp_tmtimeline > li .cbp_tmlabel {
Expand All @@ -418,15 +418,15 @@ function customizer_css() { ?>

.pattern-center h1.cat-title,
.pattern-center h1.entry-title {
font-size: <?=iro_opt('page_temp_title_font_size'); ?>px !important;
font-size: <?=iro_opt('page_temp_title_font_size'); ?>px ;
}
.pattern-center-sakura h1.cat-title,
.pattern-center-sakura h1.entry-title {
font-size: <?=iro_opt('page_temp_title_font_size'); ?>px !important;
}

.single-center .single-header h1.entry-title {
font-size: <?=iro_opt('article_title_font_size'); ?>px !important;
font-size: <?=iro_opt('article_title_font_size'); ?>px ;
}

/*鼠标*/
Expand Down
2 changes: 1 addition & 1 deletion js/114.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/114.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions js/1261.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions js/1261.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions js/128.js

This file was deleted.

1 change: 0 additions & 1 deletion js/128.js.map

This file was deleted.

3 changes: 0 additions & 3 deletions js/138.css

This file was deleted.

1 change: 0 additions & 1 deletion js/138.css.map

This file was deleted.

2 changes: 0 additions & 2 deletions js/148.js

This file was deleted.

1 change: 0 additions & 1 deletion js/148.js.map

This file was deleted.

Loading

0 comments on commit 9e8335d

Please sign in to comment.