Skip to content

Commit 97d52e7

Browse files
author
catlog22
committed
fix: remove obsolete file checks from dashboard settings page
context-tools.md and file-modification.md no longer exist in new version, so stop reporting them as missing.
1 parent 1a1ed53 commit 97d52e7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

ccw/src/core/routes/status-routes.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ function checkCcwInstallStatus(): {
3535
'chinese-response.md',
3636
'windows-platform.md',
3737
'cli-tools-usage.md',
38-
'coding-philosophy.md',
39-
'context-tools.md',
40-
'file-modification.md'
38+
'coding-philosophy.md'
4139
];
4240

4341
const missingFiles: string[] = [];

0 commit comments

Comments
 (0)