kingdeeCourseBot/wxt.config.ts
ApplePine 140f40c168 initial: 初始版本
- 在系统课程列表界面读取发送请求,获取课程信息
- 在课程列表界面为课程卡片补充提示信息(包含是否已经学习过、学时、学分、课程类型等)
2025-07-20 11:41:29 +08:00

7 lines
146 B
TypeScript

import { defineConfig } from 'wxt';
// See https://wxt.dev/api/config.html
export default defineConfig({
modules: ['@wxt-dev/module-vue'],
});