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: 76eb819
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: 10ca1ed
Choose a head ref
  • 1 commit
  • 15 files changed
  • 2 contributors

Commits on May 26, 2026

  1. feat: 全屏模式 + 工具栏按钮控制 + 主题内部管理 + 自定义工具栏

    - 新增 enableFullscreen 全屏模式(CSS position:fixed,Compartment 热更新布局)
    - 工具栏按钮统一 enable 控制(enableThemeToggle/enableFormat/enableCompile/enableFullscreen),默认禁用
    - 主题切换改为编辑器内部管理(defaultTheme prop),不再依赖外部受控
    - 新增 toolbarExtra 支持任意 ReactNode 自定义工具栏内容
    - 新增 onFormat 自定义格式化回调,不传时使用内置 Groovy 格式化器
    - 版本升级至 0.0.2,更新 README 文档
    
    Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
    xlorne and claude committed May 26, 2026
    Configuration menu
    Copy the full SHA
    10ca1ed View commit details
    Browse the repository at this point in the history
Loading