Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: owen0o0/WebStack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
Loading
...
head repository: kxnotes/WebStack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 20 files changed
  • 1 contributor

Commits on Apr 3, 2025

  1. Configuration menu
    Copy the full SHA
    2353e1d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. Configuration menu
    Copy the full SHA
    cc951b6 View commit details
    Browse the repository at this point in the history
  2. 修改搜索工具

    去掉了多余的搜索选项
    kxnotes committed Apr 4, 2025
    Configuration menu
    Copy the full SHA
    6a3293d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12a5604 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2025

  1. 优化图片上传功能

    当你上传一张新图片时:
    如果它的宽度大于 1200px,WordPress 会保留原始图片,并且只会额外生成一个宽度为 300px 的版本(名为 custom-mobile-thumb)。所有其他的默认尺寸(缩略图、中等、大等)都不会被创建。
    如果它的宽度小于或等于 1200px,WordPress 会保留原始图片,但不会生成任何额外的尺寸。
    kxnotes committed Apr 5, 2025
    Configuration menu
    Copy the full SHA
    bcb2df2 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2025

  1. SEO优化

    1. 首页增加 H1 标签
    2. 分类改成 H2 标签
    3. 统一语言声明
    kxnotes committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    b55b1db View commit details
    Browse the repository at this point in the history
  2. 样式调整

    增加H1标签
    调整H2样式
    移除主题自带 og 代码
    kxnotes committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    d753e93 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. 优化图片

    生成300尺寸,取消其他尺寸
    使用响应式图片
    注释 TweenMax 脚本
    支持浏览器缩放
    kxnotes committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    a7139f6 View commit details
    Browse the repository at this point in the history
  2. 修复搜索功能

    kxnotes committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    85932b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. 修复 back-to-top

    kxnotes committed Apr 9, 2025
    Configuration menu
    Copy the full SHA
    370aa9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    987c5ca View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. 修改readme

    kxnotes committed Apr 24, 2025
    Configuration menu
    Copy the full SHA
    0cbd24c View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. Update README.md

    kxnotes committed May 7, 2025
    Configuration menu
    Copy the full SHA
    74ad0ff View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. feat(favicon): 增强favicon获取功能并添加调试信息

    - 添加代理检测和配置支持,提高网络请求成功率
    - 增加详细的调试信息收集和显示功能
    - 优化重定向处理和错误恢复机制
    - 在管理界面显示最终URL和调试日志
    - 增加AJAX请求的调试日志输出
    kxnotes committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    024893b View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2025

  1. feat(导航): 添加顶部菜单功能及样式

    - 在inc.php中注册顶部菜单位置
    - 添加顶部菜单样式文件custom-top-nav.css
    - 在header-banner.php中实现顶部菜单显示逻辑
    - 通过functions.php加载顶部菜单样式
    kxnotes committed Dec 6, 2025
    Configuration menu
    Copy the full SHA
    1f1e909 View commit details
    Browse the repository at this point in the history
  2. feat(post-type): 为自定义文章类型启用REST API支持

    refactor: 注释掉移除block-library CSS的代码
    kxnotes committed Dec 6, 2025
    Configuration menu
    Copy the full SHA
    bc64c4c View commit details
    Browse the repository at this point in the history
  3. feat(样式): 添加文章样式并合并样式加载函数

    添加自定义文章样式文件并修改函数同时加载顶部菜单和文章样式
    kxnotes committed Dec 6, 2025
    Configuration menu
    Copy the full SHA
    bf36d74 View commit details
    Browse the repository at this point in the history
  4. style(css): 为特定元素添加例外样式避免冲突

    为面板内的图片和链接添加了 :not() 选择器,避免与已有样式类(.img-cover和.btn)产生冲突
    kxnotes committed Dec 6, 2025
    Configuration menu
    Copy the full SHA
    6b2c450 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3052eae View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2025

  1. style(css): 优化文章样式并添加对Gutenberg块的支持

    更新文章页面的CSS样式,改进标题、段落和表格的显示效果。添加对Gutenberg块(如表格、按钮、组块)的专门样式支持,提升编辑体验。移除动态版本号改用固定版本以简化缓存管理。
    kxnotes committed Dec 7, 2025
    Configuration menu
    Copy the full SHA
    3a65948 View commit details
    Browse the repository at this point in the history
Loading

AltStyle によって変換されたページ (->オリジナル) /