Commit Graph

14 Commits

Author SHA1 Message Date
8f06e024e9
fix: update version number to 0.0.2 in manifest.json
All checks were successful
构建扩展程序 / 构建 Chrome 扩展程序 (push) Successful in 1m8s
构建扩展程序 / 构建 Firefox 附加组件 (push) Successful in 57s
构建扩展程序 / 发布至 Chrome 应用商店 (push) Has been skipped
构建扩展程序 / 发布至 Edge 附加组件商店 (push) Has been skipped
构建扩展程序 / 发布至 Firefox 附加组件库 (push) Has been skipped
2025-05-29 14:59:56 +10:00
568af58103
fix: fix an issue for the edge cases of resources url changing
All checks were successful
构建扩展程序 / 构建 Chrome 扩展程序 (push) Successful in 1m2s
构建扩展程序 / 构建 Firefox 附加组件 (push) Successful in 55s
构建扩展程序 / 发布至 Chrome 应用商店 (push) Has been skipped
构建扩展程序 / 发布至 Edge 附加组件商店 (push) Has been skipped
构建扩展程序 / 发布至 Firefox 附加组件库 (push) Has been skipped
2025-05-29 13:47:33 +10:00
c34574666e
feat: update HTML structure and add favicon and icons for the extension 2025-05-28 13:38:36 +10:00
e03741a0f8
feat(Manifest, Background): add action configuration for extension icon and click behavior 2025-05-28 13:17:02 +10:00
145a2d2dbb
fix: storage / network permission issue 2025-05-26 18:44:25 +10:00
12aa851d68
docs(manifest.json): 更新扩展描述为中文
将manifest.json中的扩展描述更新为中文,以更准确地反映扩展的功能和用途
2025-05-25 09:12:52 +10:00
6743b694c8
refactor(Player): 将播放器组件从App.vue中提取到独立的Player.vue组件
提取播放器逻辑到独立的Player.vue组件,以提高代码的可维护性和复用性。同时,更新了相关依赖和样式,确保功能不受影响。
2025-05-24 22:53:21 +10:00
df01f1a579
feat: 添加专辑浏览功能并优化侧边栏
在Home.vue中添加专辑浏览功能,显示专辑封面。将类型定义从apis/index.ts移动到vite-env.d.ts中以便全局使用。优化Sidebar.vue中的导航链接样式,添加图标。更新manifest.json以允许加载特定域名的图片资源。
2025-05-24 11:26:00 +10:00
a6ab9aacb5
feat: 添加 API 模块并更新项目配置
- 新增 `src/apis/index.ts` 文件,用于管理与塞壬唱片官网 API 的交互
- 在 `Home.vue` 中添加 API 调用逻辑,获取并打印专辑数据
- 更新 `vite.config.ts`,添加路径别名配置
- 在 `package.json` 中添加 `@types/node` 依赖
- 调整 `Playing.vue` 和 `App.vue` 的布局样式
- 更新 `manifest.json` 中的安全策略,允许连接到 API
2025-05-24 10:52:32 +10:00
97d7bc0f4e
chore: 更新项目配置和样式以支持TailwindCSS
- 添加TailwindCSS依赖并配置Vite插件
- 修改App.vue中的文本内容
- 清理background.js中的冗余日志
- 更新index.html中的脚本路径以支持本地开发
- 在manifest.json中添加localhost权限和CSP配置
2025-05-24 09:16:03 +10:00
67e40dd36d
fix: linting issue 2025-05-24 08:59:17 +10:00
ebd78dcae4
feat: add redirection from MSR homepage to extension page 2025-05-24 08:56:16 +10:00
a769bbf57e
chore: add linting 2025-05-24 08:04:14 +10:00
889adc3774
initial commit 2025-05-23 20:32:08 +10:00