Skip to content

Commit

Permalink
💡 增加区域注释
Browse files Browse the repository at this point in the history
  • Loading branch information
Licoy committed Jan 9, 2021
1 parent 61f5307 commit 1a00ad1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions ad/comment-top.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--评论上方-->
<?php if(pk_is_checked('ad_comment_t_c')): ?>
<div class="puock-text p-block t-md ad-comment-top">
<?php echo pk_get_option('ad_comment_t','') ?>
Expand Down
1 change: 1 addition & 0 deletions ad/global-bottom.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--全局下方-->
<?php if(pk_is_checked('ad_g_bottom_c')): ?>
<div class="puock-text p-block t-md ad-global-bottom">
<?php echo pk_get_option('ad_g_bottom','') ?>
Expand Down
1 change: 1 addition & 0 deletions ad/global-top.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--全局上方-->
<?php if(pk_is_checked('ad_g_top_c')): ?>
<div class="puock-text p-block t-md ad-global-top">
<?php echo pk_get_option('ad_g_top','') ?>
Expand Down
1 change: 1 addition & 0 deletions ad/page-innerb.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--内页中-->
<?php if(pk_is_checked('ad_page_c_b_c')): ?>
<div class="puock-text p-block t-md ad-page-content-bottom">
<?php echo pk_get_option('ad_page_c_b','') ?>
Expand Down
1 change: 1 addition & 0 deletions ad/page-top.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--内页上方-->
<?php if(pk_is_checked('ad_page_t_c')): ?>
<div class="puock-text p-block t-md ad-page-top">
<?php echo pk_get_option('ad_page_t','') ?>
Expand Down

0 comments on commit 1a00ad1

Please sign in to comment.