Initial commit
This commit is contained in:
12
shared/modules/weread/index.ts
Normal file
12
shared/modules/weread/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { defineModule } from '../types.js'
|
||||
|
||||
export const WEREAD_MODULE = defineModule({
|
||||
id: 'weread',
|
||||
name: '微信读书',
|
||||
basePath: '/weread',
|
||||
order: 20,
|
||||
version: '1.0.0',
|
||||
backend: {
|
||||
enabled: false,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user