Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加Steam库模板 #1038

Open
wants to merge 7 commits into
base: canary
Choose a base branch
from
Open

添加Steam库模板 #1038

wants to merge 7 commits into from

Conversation

Ummio
Copy link

@Ummio Ummio commented Dec 31, 2024

No description provided.

@mirai-mamori mirai-mamori requested a review from bymoye January 11, 2025 11:32
@mirai-mamori
Copy link
Owner

@bymoye 来看看有没有要优化的

@bymoye
Copy link
Collaborator

bymoye commented Jan 24, 2025

这个head这样写真的可以吗

Copy link
Collaborator

@bymoye bymoye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

请参考其余模板,使用REST API形式。

@Ummio Ummio requested a review from bymoye February 12, 2025 03:32
@KotoriK
Copy link
Collaborator

KotoriK commented Feb 12, 2025

请参考其余模板,使用REST API形式。

相关REST API开放出来是为了什么别的用途嘛

<meta name="referrer" content="same-origin">
<style>
.comments {
display: none;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

尽可能不依赖css样式来禁用评论区,可以看看有没有相应的WP函数,或者WP内置的功能(好像页面默认是没有评论区的

max-width:1280px;
}

.row {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

过于简单的css规则可能会和别的地方冲突

<article <?php post_class("post-item"); ?>>
<?php the_content( '', true ); ?>
<section class="steamlibrary">
<div class="row">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

如果.row只在这里使用的话,它的样式应该可以完全并到.steamlibrary中

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants