Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ memory/
data/
.AddCompLib/*
*.zip
configs/
# 仅忽略仓根运行时 configs/(勿写成 configs/,否则会误伤 **/configs/**,如 eslint-plugin)
/configs/
.workbuddy/

BDS
Expand Down
16 changes: 0 additions & 16 deletions modules/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,6 @@
"kind": "sapi",
"path": "modules/packages/afk/sapi/src/index.ts"
}
},
{
"id": "feature-land",
"configKey": "land",
"name": "领地系统",
"type": "feature",
"description": "",
"enabledByDefault": false,
"canDisable": true,
"requires": [
"feature-economy"
],
"entry": {
"kind": "sapi",
"path": "modules/packages/land/sapi/src/index.ts"
}
}
]
}
6 changes: 1 addition & 5 deletions modules/module-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@
},
"feature-afk": {
"enabled": false,
"updatedAt": 1784797283548
},
"feature-land": {
"enabled": false,
"updatedAt": 1784797269932
"updatedAt": 1784701928968
}
}
}
40 changes: 0 additions & 40 deletions modules/packages/land/configs-default/land.json

This file was deleted.

15 changes: 0 additions & 15 deletions modules/packages/land/package.json

This file was deleted.

255 changes: 0 additions & 255 deletions modules/packages/land/sapi/manifest.json

This file was deleted.

Loading
Loading