Skip to content

Commit

Permalink
删除optionModule
Browse files Browse the repository at this point in the history
  • Loading branch information
Val-istar-Guo committed Aug 19, 2024
1 parent 599e7ee commit 2569176
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 151 deletions.
2 changes: 0 additions & 2 deletions app/backend/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { StorageModule } from './modules/storage/storage.module'
import { SheetModule } from './modules/sheet/sheet.module'
import { ApiFileModule } from './modules/api-file/api-file.module'
import { SheetVersionModule } from './modules/sheet-version/sheet-version.module'
import { OptionModule } from './modules/option/option.module'
import { SdkModule } from './modules/sdk/sdk.module'
import { PluginModule } from './modules/plugin/plugin.module'
import { PluginConfig } from './config/plugin.config'
Expand Down Expand Up @@ -52,7 +51,6 @@ import { PluginConfig } from './config/plugin.config'
SheetVersionModule,
ApiFileModule,
SdkModule,
OptionModule,
PluginModule,
],
controllers: [AppController],
Expand Down
8 changes: 4 additions & 4 deletions app/backend/src/migrations/.snapshot-opendoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@
"primary": false,
"nullable": false,
"length": null,
"comment": "Major",
"comment": "Major/主版本号",
"mappedType": "integer"
},
"minor": {
Expand All @@ -880,7 +880,7 @@
"primary": false,
"nullable": false,
"length": null,
"comment": "Minor",
"comment": "Minor/次版本号",
"mappedType": "integer"
},
"patch": {
Expand All @@ -891,7 +891,7 @@
"primary": false,
"nullable": false,
"length": null,
"comment": "Patch",
"comment": "Patch/修订号",
"mappedType": "integer"
},
"prerelease": {
Expand All @@ -903,7 +903,7 @@
"nullable": false,
"length": null,
"default": "0",
"comment": "Pre-release",
"comment": "Pre-release/预发布号",
"mappedType": "integer"
},
"tag": {
Expand Down

Large diffs are not rendered by default.

18 changes: 0 additions & 18 deletions app/backend/src/modules/option/entities/option.entity.ts

This file was deleted.

10 changes: 0 additions & 10 deletions app/backend/src/modules/option/option.controller.ts

This file was deleted.

18 changes: 0 additions & 18 deletions app/backend/src/modules/option/option.module.ts

This file was deleted.

35 changes: 0 additions & 35 deletions app/backend/src/modules/option/option.service.ts

This file was deleted.

5 changes: 0 additions & 5 deletions app/backend/src/modules/option/types/opendoc-options.ts

This file was deleted.

0 comments on commit 2569176

Please sign in to comment.