Skip to content
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: anghunk/linuxdo-scripts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5.23
Choose a base ref
...
head repository: anghunk/linuxdo-scripts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.5.24
Choose a head ref
  • 4 commits
  • 13 files changed
  • 1 contributor

Commits on Jan 4, 2026

  1. feat(popupviews): 优化热门话题与最新话题标题格式化

    - 在 HotPosts 组件中添加基于 pangu 的标题间距格式化方法
    - 在 NewsPosts 组件中统一使用 formatTitle 方法格式化标题
    - 引入 pangu 库支持中文与英文字符间自动添加空格
    - 优化代码样式调整缩进与代码结构保持一致
    - 维护组件内现有的点击跳转与预览功能逻辑不变
    anghunk committed Jan 4, 2026
    Configuration menu
    Copy the full SHA
    fc5f123 View commit details
    Browse the repository at this point in the history
  2. chore(i18n): 删除所有语言的 README 文档

    - 移除了包括阿拉伯语、德语、英语、日语和韩语在内的所有README文件
    - 删除内容包含脚本功能介绍、安装使用说明、开发指导和贡献指南
    - 清理了多语言目录下的冗余文档数据
    - 为后续文档重构或迁移做好准备
    anghunk committed Jan 4, 2026
    Configuration menu
    Copy the full SHA
    350c0a3 View commit details
    Browse the repository at this point in the history
  3. refactor(bookmark): 重构收藏夹侧边栏结构与样式

    - 提取侧边栏为独立SidebarMenu组件,提升代码复用性和维护性
    - 扩宽侧边栏宽度至190px,调整内部项布局及字体大小
    - 优化侧边栏图标大小与提示文本的显示样式
    - 修改App.vue中侧边栏相关代码以适配新组件
    - 多处模板标签格式调整,统一行内标签书写风格
    - 优化弹窗及表格组件布局和交互细节
    - 修正部分数据处理代码中的小型语法错误
    - 保持整体功能不变,增强代码结构清晰度和UI一致性
    anghunk committed Jan 4, 2026
    Configuration menu
    Copy the full SHA
    1127e6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbd85c0 View commit details
    Browse the repository at this point in the history
Loading