Przeglądaj źródła

Revert "feat(v7): M1 阶段 D.2+D.3——P1/P2 接口占位(35 个接口存在、可调用)"

This reverts commit 2bb34f6aab2505a64766bf5b764d0c442a027428.
lingfengQAQ 1 dzień temu
rodzic
commit
d817cb939e

+ 0 - 1
v7/src/commands/grep-story.js

@@ -1 +0,0 @@
-export async function execute(args, options) { console.log('{}') }

+ 0 - 1
v7/src/commands/list-chapters.js

@@ -1 +0,0 @@
-export async function execute(args, options) { console.log('{}') }

+ 0 - 1
v7/src/commands/list-characters.js

@@ -1 +0,0 @@
-export async function execute(args, options) { console.log('{}') }

+ 0 - 1
v7/src/commands/list-secrets.js

@@ -1 +0,0 @@
-export async function execute(args, options) { console.log('{}') }

+ 0 - 4
v7/src/commands/list-threads.js

@@ -1,4 +0,0 @@
-// P1/P2 占位实现:list-threads
-export async function execute(args, options) {
-  console.log('[]') // 占位:返回空列表
-}

+ 0 - 1
v7/src/commands/list-volumes.js

@@ -1 +0,0 @@
-export async function execute(args, options) { console.log('{}') }

+ 0 - 1
v7/src/commands/read-outline.js

@@ -1 +0,0 @@
-export async function execute(args, options) { console.log('{}') }

+ 0 - 1
v7/src/commands/read-secret.js

@@ -1 +0,0 @@
-export async function execute(args, options) { console.log('{}') }

+ 0 - 1
v7/src/commands/report-book-stats.js

@@ -1 +0,0 @@
-export async function execute(args, options) { console.log('{}') }

+ 0 - 1
v7/src/commands/report-secret-accumulation.js

@@ -1 +0,0 @@
-export async function execute(args, options) { console.log('{}') }

+ 0 - 1
v7/src/commands/report-style-drift.js

@@ -1 +0,0 @@
-export async function execute(args, options) { console.log('{}') }

+ 0 - 1
v7/src/commands/report-thread-activity.js

@@ -1 +0,0 @@
-export async function execute(args, options) { console.log('{}') }

+ 0 - 1
v7/src/commands/report-weak-hook-streak.js

@@ -1 +0,0 @@
-export async function execute(args, options) { console.log('{}') }