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: codingapi/script-engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.3
Choose a base ref
...
head repository: codingapi/script-engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.5
Choose a head ref
  • 4 commits
  • 17 files changed
  • 2 contributors

Commits on May 28, 2026

  1. feat: 新增 toolbar 按钮列表属性 + 规范化 ToolbarButtonProps 命名

    - 新增 ScriptCodeEditorProps.toolbar (ToolbarItem[]) 支持以数组形式声明自定义工具栏按钮
    - 将 ToolbarButtonProps 移至 types/index.ts 统一管理并添加中文注释
    - 规范化属性命名:bg→backgroundColor、hoverBg→hoverBackgroundColor、color→textColor、border→borderColor
    - 提取 meta.json 为独立文件,版本号升级至 0.0.4
    
    Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
    xlorne and claude committed May 28, 2026
    Configuration menu
    Copy the full SHA
    6124190 View commit details
    Browse the repository at this point in the history
  2. refactor: 优化脚本说明展示与变量分区

    - 将脚本说明从主函数区域迁移到工具栏,点击问号按钮切换显示
    - 变量区域拆分为"函数入参"和"绑定参数"两个独立分区
    - SectionHeader 支持 extra 插槽用于扩展操作
    - 简化 MainFunctionSection,移除冗余的 tooltip 逻辑
    
    Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
    xlorne and claude committed May 28, 2026
    Configuration menu
    Copy the full SHA
    eb81e23 View commit details
    Browse the repository at this point in the history
  3. update readme

    xlorne committed May 28, 2026
    Configuration menu
    Copy the full SHA
    23ef2f2 View commit details
    Browse the repository at this point in the history
  4. update claude

    xlorne committed May 28, 2026
    Configuration menu
    Copy the full SHA
    397c5eb View commit details
    Browse the repository at this point in the history
Loading