美好的明天
分享改变,记录生活
美好的明天
当前位置: 首页 > 测试目录 > 正文

功能测试专用文章

测试功能1-1

折叠面板标题
左侧标题 右侧标题

内容1

  1. a
  2. b
  3. c
  4. d
  5. e

内容2

测试功能1-2

weisaygrace Theme Changelog
2.1.1 2025-10-28

内容1

  1. More flexible layout: Added custom functions for page top/bottom information, supporting switching between "left-right layout" and "center layout".
  2. More immersive experience: The "Touching Comments" page is upgraded to a waterfall flow layout, making browsing more exploratory.
  3. More accurate information: IP attribution database is changed to ip2region, supporting IPv6 expansion for more accurate positioning.
  4. Clearer interaction: Optimized commenter level title, added progress prompts, making growth goals clear at a glance.
  5. Cleaner interface: Added "No sidebar" page template, focusing on the content itself.
  6. More perfect details: Optimized multiple style details for better experience.

More flexible layout: Added custom functions for page top/bottom information, supporting switching between "left-right layout" and "center layout".

2.1.0 2025-10-12
  1. Added level widget: New "Commenter Level" widget, supporting free setting of level quantity, level range and level name.
  2. Article thumbnail upgrade: Added multiple modes of article thumbnail functions to uniformly optimize the display effect of article thumbnails across the site.
  3. Enhanced article navigation: Optimized the style of "Previous/Next Article" on the article page, added thumbnail display, and supported enabling/disabling in the background.
  4. Optimized related recommendations: Improved the recommendation logic of related logs, added thumbnails, and supported background configuration.
  5. Improved caching mechanism: Added or optimized caching for multiple functions such as category popular, log archives, and reader wall to avoid conflicts and improve performance.
  6. Revised tag style: Newly designed the tag style at the bottom of the article, with more prominent vision, supporting the display of the number of configurations in the background.
  7. Refactored script code: Refactored the front-end code for commenters to modify information and comment emoticons to improve stability and efficiency.

More flexible layout: Added custom functions for page top/bottom information, supporting switching between "left-right layout" and "center layout".

More flexible layout: Added custom functions for page top/bottom information, supporting switching between "left-right layout" and "center layout".

2.0.0 2025-09-17
  1. Added background theme update reminder;
  2. Optimized article directory: Added automatic highlighting of titles according to the current reading chapter;
  3. Optimized comment system: Floor display and ajax pagination are compatible with order and reverse order, home and end pages, added nonce verification;
  4. Added caching for popular/hot comment logs and comment rankings to improve performance;
  5. Style optimization: more beautiful abstract display, Gravatar avatar replacement source integration;
  6. Optimized dark mode switching with clearer logic;
  7. Optimized IP address parsing to avoid errors caused by incorrect IPv4 format;
  8. Optimized file loading method to avoid abnormal child theme path;
  9. Overall security improvement, database reading and interaction are more secure;
1.1.0 2025-06-17
  1. Revised dark mode color scheme based on manus's analysis of light color schemes;
  2. Changed the encryption method for real-time acquisition of email avatar addresses from md5 to sha256;
  3. Cancelled the judgment that the left article directory hides when leaving the article area;
1.0.0 2025-04-22
  1. Theme release

提取码

此内容需要 回复 后才能查看

回复后,Ctrl + F5 刷新页面 内容即可显示

本内容仅提供本站注册用户才能查看

您还未登录,请先 登录注册

* 推荐使用社交账号快捷登录 *

本内容仅提供本站注册用户才能查看

您还未登录,请先 登录注册

* 推荐使用社交账号快捷登录 *

本页面最后更新于:'. $updated_date.',如有链接失效,您可在下方评论区留言。

本页面最后更新于:'. $updated_date.',如有链接失效,您可在下方评论区留言。

如何删除Win8中同步到云端的个人设置?
25-02-01,此方法已失效! 当使用 Microsoft 帐户登录 Windows 8 时,用户的某些系统 […]

本内容未公开,仅限 管理员 才能查看

此部分内容可能还在编辑或修改中,暂不可访问

请稍后再试,或联系博主。

本内容仅提供本站注册用户才能查看

您还未登录,请先 登录注册

* 推荐使用社交账号快捷登录 *

本内容仅对 登录用户 可见

请先 登录注册 账号

* 推荐使用社交账号快捷登录 *

此内容需要 回复 后才能查看

回复后,Ctrl + F5 刷新页面 内容即可显示

本内容需要输入正确密码才能查看。

主题自带高亮代码

高亮代码插件

行内代码


/*-----------------------------------------------------------------------------------*/

// 强制转义文章编辑器里<pre>标签出现的[]字符
/*-----------------------------------------------------------------------------------*/

function escape_square_brackets_in_pre_tags($content) {
    // 使用正则表达式来匹配 <pre> 标签内的内容
    $regex = '/(<pre\s+[^>]*?>)(.*?)(<\/pre>)/sim';
    return preg_replace_callback($regex, 'escape_square_brackets_callback', $content);
}

function escape_square_brackets_callback($matches) {
    $tag_open = $matches[1];
    $content = $matches[2];
    $tag_close = $matches[3];

    // 在 <pre> 标签内的内容中,使用 str_replace 转义 []
    $content = str_replace('[', '[', $content);
    $content = str_replace(']', ']', $content);

    return $tag_open. $content. $tag_close;
}

add_filter('the_content', 'escape_square_brackets_in_pre_tags', 2);
add_filter('comment_text', 'escape_square_brackets_in_pre_tags', 2);

警告

此操作存在风险,请确认您已了解所有潜在问题。根据相关规定,如因不当操作造成损失,责任由用户自行承担。请谨慎处理!

提示

本功能为测试版本,可能存在不稳定情况。建议您在使用前备份重要数据,并注意保存工作进度。如有问题,请及时反馈给技术支持。

成功

操作已成功完成。您可以继续进行其他操作或退出当前界面。如果需要帮助,请查阅使用手册或联系客服人员。感谢您的使用!

📥 下载表格

渠道 特点说明 下载链接
官网下载 推荐国内用户,更新及时且无通知干扰 点击下载
GitHub Releases 开源项目官方发布页,可获取各历史版本及源码 点击下载
Google Play 需科学上网,受平台政策限制可能显示无障碍权限通知 点击下载

iptv表格

序号频道名称频道分类清晰度帧率播放地址
CCTV-1 综合央视高清H.264rtp://238.1.78.166:7200
CCTV-2 财经央视高清H.264rtp://238.1.78.235:7752
CCTV-3 综艺央视高清H.264rtp://238.1.78.170:7232

批量转移评论

-- 1. 修改评论对应的文章ID
UPDATE wp_comments 
SET comment_post_ID = 775 
WHERE comment_post_ID = 778;

-- 2. 更新原文章(ID:778)的评论计数为0
UPDATE wp_posts 
SET comment_count = 0 
WHERE ID = 778;

-- 3. 更新目标文章(ID:775)的评论计数为原文章的评论数量
UPDATE wp_posts 
SET comment_count = (SELECT COUNT(*) FROM wp_comments WHERE comment_post_ID = 775) 
WHERE ID = 775;
正文结束

相关推荐

功能测试专用文章:目前有 1 条评论

  1. 棕耳兔
    沙发
    棕耳兔

    1111

    2025-05-26 09:57 来自:安徽

发表评论