4e1316e272
新增受 Bearer 保护的 /api/raw/v1/images/edit JSON 路由 按单图 image 与可选 mask 转发 GPT Image 2 参数 固定 model 与 n 并返回仅含 data[].b64_json 的响应 复用钱包计费与退款边界并补充单元测试
14 lines
261 B
Rust
14 lines
261 B
Rust
pub mod admin;
|
|
pub mod assets;
|
|
pub mod auth;
|
|
pub mod editor_project;
|
|
pub mod external_api;
|
|
pub mod external_generation;
|
|
pub mod frontend_runtime_config;
|
|
pub mod health;
|
|
pub mod internal;
|
|
pub mod platform;
|
|
pub mod platform_support;
|
|
pub mod profile;
|
|
pub mod raw;
|