fix: logo 右半部分从 CODING 改为 CODE
去掉难以正确渲染的 N 和 G 字母,右半部分简化为 CODE(4 字母), 与左半部分 AIR 组合为 AIR CODE。
This commit is contained in:
8
packages/opencode/test/fake/npm.ts
Normal file
8
packages/opencode/test/fake/npm.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Npm } from "@opencode-ai/core/npm"
|
||||
import { Effect, Layer } from "effect"
|
||||
|
||||
export const noop = Layer.mock(Npm.Service)({
|
||||
install: () => Effect.void,
|
||||
})
|
||||
|
||||
export * as NpmTest from "./npm"
|
||||
Reference in New Issue
Block a user