Commit Graph
100 Commits
Author SHA1 Message Date
严浩 c762405682 build(deps): 更新 Vite 版本
- 在 pnpm overrides 中添加 Vite,确保使用正确的版本
2025-08-19 18:27:59 +08:00
严浩 868972e889 style: 更新 .editorconfig 文件配置
- 扩展配置到更多文件类型,包括 CSS 预处理器文件
- 添加 end_of_line 和 max_line_length 设置
- 统一使用 LF 换行符
- 设置最大行长度为 120 字符
2025-08-19 16:24:22 +08:00
严浩 e4287bb0e1 chore: 整理 2025-08-19 16:20:33 +08:00
严浩 0585f9abdb build: 添加 create-vue 依赖 2025-08-19 09:31:50 +08:00
严浩 4f5910147c build: 移除 tsconfig.app.json 中的 lib 配置项 2025-08-19 09:30:02 +08:00
严浩 95a3676fba build(deps): 降级 @types/node 和 @vue/tsconfig 版本
- 将 @types/node 版本从 ^24.3.0 降级到 ^22.17.2
- 将 @vue/tsconfig 版本从 ^0.8.0 降级到 ^0.7.0
2025-08-18 11:41:38 +08:00
严浩 46e5fd3e49 refactor(shadcn): 优化 Button 组件并更新相关依赖
- 更新 @types/node 版本至 24.3.0
- 更新 @vue/tsconfig 版本至 0.8.0
- 更新 eslint-plugin-oxlint 和 oxlint 版本至 1.12.0
- 优化 HCesiumManager 中的卫星实体创建逻辑
- 修复 ShadcnVue 页面中的 Button 组件用法
- 优化 Button 组件的 Props 类型定义
- 更新 buttonVariants 的导入路径
2025-08-18 10:18:03 +08:00
严浩 ee58de3146 test(config): 更新 Playwright 配置以适应 VSCode 环境
- 添加代码判断是否在 VSCode 中运行,并设置相应的 baseURL
- 修改 webServer 配置,仅在 VSCode 环境中启动本地服务器
- 优化配置文件结构,提高可读性和维护性
2025-08-15 16:33:27 +08:00
严浩 b4c2711da6 build(deps): 更新项目依赖版本 2025-08-15 16:19:45 +08:00
严浩 1d4f3b601a refactor(dev): 将 $__DEV__ 重命名为 __DEV__ 2025-08-14 14:31:19 +08:00
严浩 231249b357 ci: 更新 Playwright 测试工作流
- 在运行测试前添加环境变量输出,提高调试可读性
- 删除测试中不必要的日志输出
2025-08-14 14:18:10 +08:00
严浩 3ce9c29302 chore(deps): 更新依赖
更新了多个开发依赖项,包括 Vite 及其相关插件、unplugin 系列工具和 CI 工作流中使用的 composite-actions。

主要变更包括:
- 将 pnpm 版本升级至 10.14.0。
- 升级 Vite、@vitejs/plugin-vue 等核心构建工具。
- 升级 unplugin-auto-import, unplugin-vue-components, unplugin-vue-router 等插件。
- 更新 CI 工作流中的 GitHub Actions 版本以保持同步。
- 重新生成了因依赖更新而变化的 `typed-router.d.ts` 类型文件。
2025-08-14 09:57:47 +08:00
严浩 8e8a272f2e chore(types): remove unnecessary export statements from global and unocss type definitions 2025-07-29 09:20:31 +08:00
严浩 8ca42a4cdd chore(deps): update eslint-plugin-unicorn to ^60.0.0 and vite-plugin-vue-devtools to ^8.0.0 2025-07-29 09:14:15 +08:00
严浩 5487dc321e feat: enhance responsive design for sidebar and drawer in AppLayout 2025-07-04 12:34:55 +08:00
严浩 ec4906f441 feat: update layout configuration to use naive-ui/AppLayout 2025-07-04 12:06:40 +08:00
严浩 ad8c187edd chore: update GitHub Copilot instructions to define code generation standards 2025-07-04 10:15:09 +08:00
严浩 997df3a4d4 chore(deps): add naive-ui and vfonts dependencies; update styles and router for Naive UI components 2025-07-04 10:14:58 +08:00
严浩 62f92f1fb4 chore: remove copilot instructions file [skip ci] 2025-06-23 14:00:35 +08:00
严浩 0883cb8df5 fix: update layout titles to object format for consistency 2025-06-10 00:44:57 +08:00
严浩 65cd87264f feat: update multiple dependencies 2025-06-10 00:35:25 +08:00
严浩 fa48449105 fix: update vite-plugin-image-tools to version 2.0.1 and configure additional options 2025-05-30 11:59:35 +08:00
严浩 e8803a9f18 feat: add vue-data-ui dependency and create vue-data-ui page 2025-05-26 12:57:24 +08:00
严浩 7cc05ab132 feat: .gitattributes.MD 2025-05-15 16:49:02 +08:00
严浩 ab70388a53 fix: 格式化 PinPuYi.vue 2025-05-09 16:51:03 +08:00
严浩 f34202febb feat: 频谱仪: 添加幅度菜单和单位支持 2025-05-09 16:48:07 +08:00
严浩 cef9ed6381 refactor: 优化频谱仪状态管理代码格式,提升可读性 2025-05-08 18:15:46 +08:00
严浩 b850ae82ae feat: 添加跨度菜单列表及其项目,更新频谱仪状态管理 2025-05-08 18:10:27 +08:00
严浩 243b2bbd6b fix: 移除不必要的 source.fixAll 配置 2025-05-08 14:07:40 +08:00
严浩 6299b6d45f PinPuYi 2025-04-28 17:44:11 +08:00
严浩 5fe08b0741 PinPuYi 2025-04-28 17:02:47 +08:00
严浩 1ca2a17e4f 频谱仪: 屏幕照片 2025-04-28 15:41:26 +08:00
严浩 a44a455eca fix: 修改频率菜单和状态变量名称为中文 2025-04-28 14:05:24 +08:00
严浩 dd1af6964d feat(deps): add vite-plugin-image-tools dependency 2025-04-27 22:59:23 +08:00
严浩 c4a50b3642 临时屏幕.png 2025-04-27 18:08:35 +08:00
严浩 12bbc843fb PinPuYi.vue 2025-04-27 17:26:55 +08:00
严浩 e2c2cb165a PinPuYi.vue 2025-04-27 17:20:41 +08:00
严浩 c6f27856ef refactor(ci): split surge cleanup into separate job 2025-04-27 14:10:56 +08:00
严浩 6b6ddeb23b PinPuYi.vue 2025-04-25 18:28:25 +08:00
严浩 1c73834dc8 PinPuYi.vue 2025-04-25 16:49:26 +08:00
严浩 e10538baca Add Helvetica-Light-05 font files in TTF, WOFF, and WOFF2 formats 2025-04-25 12:04:05 +08:00
严浩 e9c59a3634 PinPuYi.vue 2025-04-24 19:08:05 +08:00
严浩 2d6831fcb0 style(PinPuYi.vue): adjust image styling for better responsiveness 2025-04-24 17:51:46 +08:00
严浩 4164134a4e PinPuYi.vue 2025-04-24 17:50:59 +08:00
严浩 6c8529185a chore(vite.config): add unplugin-vue-router data loaders to optimizeDeps 2025-04-24 17:32:07 +08:00
严浩 6a615bcc43 chore(gitattributes): add .spline file type as binary 2025-04-24 17:27:04 +08:00
严浩 5a16b62008 chore(docs): add .gitattributes section to README and remove redundant content 2025-04-24 10:29:35 +08:00
严浩 4433f01b81 fix: 补充 Plotly 嵌套 iframe 的注释和格式 2025-04-18 14:04:44 +08:00
严浩 defc842edf **/**.noformat.json 2025-04-18 13:47:58 +08:00
严浩 3daf4b2e21 feat: plotly-locale-zh-cn.js 2025-04-18 12:51:30 +08:00
严浩 edcf30a4d8 Iframe-PlotlyJs-Comp.vue 2025-04-18 12:47:31 +08:00
严浩 1f959b1d1b Iframe-PlotlyJs-Comp.vue 2025-04-18 12:05:53 +08:00
严浩 ebed0cf4bf Iframe-PlotlyJs.page.vue 2025-04-17 19:28:47 +08:00
严浩 95d5087b5e feat: add Plotly.js usage page 2025-04-17 14:57:17 +08:00
严浩 784c5ff56d chore: 添加 'unplugin-vue-router' 到优化依赖列表 2025-04-17 13:40:58 +08:00
严浩 9f82dc6dcb Dom-Draggable.page.vue 2025-04-16 19:20:22 +08:00
严浩 b9ae95bfee dd 2025-04-16 18:11:40 +08:00
严浩 182d87c773 chore: 将变量名翻译为中文以提高可读性 2025-04-16 14:56:53 +08:00
严浩 5766bb828e chore: update satellite.js to version 6.0.0 and improve position validation in calculations 2025-04-15 17:02:52 +08:00
严浩 22e5c31f58 SortableJS.page.vue 2025-04-15 14:17:43 +08:00
严浩 e9676c120d _星座样本IQ.no-lint.ts 2025-04-11 17:52:28 +08:00
严浩 09b1e481e5 waterfallwidget.js.grok-3-beta.md 2025-04-11 15:46:41 +08:00
严浩 82bbcc8ac6 waterfallwidget.js.暂存.md 2025-04-11 15:19:17 +08:00
严浩 a0fe6da933 playwright.yaml 2025-04-11 10:06:28 +08:00
严浩 704d7d5481 playwright.yaml 2025-04-11 09:56:19 +08:00
严浩 f65ef2770a playwright.yaml 2025-04-11 09:48:40 +08:00
严浩 8db3b59854 playwright.yaml 2025-04-11 09:34:20 +08:00
严浩 32005cd4d3 🧹 清理 Surge 部署 2025-04-11 09:14:10 +08:00
严浩 7a8a236243 增加对 .VSCodeCounter 文件的忽略 2025-04-10 16:34:43 +08:00
严浩 89ebb71b9d 频谱: iframe-page-comps/IframeSpectrogram.vue 2025-04-10 16:30:32 +08:00
严浩 106eba0053 ConstellationDiagram.html.md 2025-04-10 15:46:50 +08:00
严浩 6b99afc240 整理 2025-04-10 14:57:37 +08:00
严浩 95fddc8d20 整理文件 2025-04-10 14:55:44 +08:00
严浩 2290dc2edf 优化数据发送逻辑,确保使用原始数据对象,并增加 props.data 变化的日志记录 2025-04-09 18:17:00 +08:00
严浩 318fa4ea33 IframeConstellationDiagram.vue 2025-04-09 18:07:11 +08:00
严浩 4e56d311f1 html-page 2025-04-09 18:01:33 +08:00
严浩 0dcc47519f Spectrogram.html 2025-04-08 18:00:44 +08:00
严浩 ef48de3846 Spectrogram.html 2025-04-08 17:51:10 +08:00
严浩 1a7831c003 升级依赖 2025-04-08 15:48:43 +08:00
严浩 a6367058b5 语图page 2025-04-08 15:17:03 +08:00
严浩 371b7a71c9 星座图 2025-04-07 16:56:04 +08:00
严浩 c06cc44cbd vite optimizeDeps 2025-04-07 10:42:44 +08:00
严浩 2721b4c2f3 refactor(cesium): 重构 Cesium Viewer 状态管理和 Composable 2025-04-07 10:00:30 +08:00
严浩 d7d704d120 fix: 卫星列表初始化逻辑 2025-04-07 09:11:12 +08:00
严浩 ecd82d30a4 fix: 更新 lint-staged 配置,支持 .tsx 文件格式 2025-04-03 15:26:27 +08:00
严浩 5a69629f35 feat: 添加地面站实体创建逻辑,优化管理器功能 2025-04-03 15:12:11 +08:00
严浩 aacd168450 refactor: 更新地面站和卫星状态接口,优化类型命名和属性结构 2025-04-03 13:32:12 +08:00
严浩 b742597f61 fix: 更新卫星和地面站管理器中的选项解构,确保 showOrbit 属性的正确性 2025-04-03 13:29:25 +08:00
严浩 61e6b21d90 refactor: 重命名卫星和地面站管理器函数,优化代码可读性 2025-04-03 13:22:35 +08:00
严浩 64e82fbb7f refactor: 重命名管理器类并更新相关类型导入,优化代码结构 2025-04-03 13:17:34 +08:00
严浩 29678d8f61 fix: 修复卫星和地面站管理器中的多余括号和注释,优化代码可读性 2025-04-03 12:47:15 +08:00
严浩 8198fefe91 Refactor: 重构 HCesiumManager 2025-04-03 12:35:24 +08:00
严浩 7261a45cab feat: 更新地面站和卫星状态管理为使用 Set 2025-04-02 19:09:00 +08:00
严浩 02ce0fa9a0 h-cesium-viewer 2025-04-02 16:39:15 +08:00
严浩 098a769dbd feat: 为卫星实体和覆盖范围添加随机基色 2025-04-02 15:33:33 +08:00
严浩 db9d394171 feat: 添加卫星覆盖范围计算功能 2025-04-02 15:17:47 +08:00
严浩 751b890a80 fix: 添加 import-x/no-unresolved 规则的注释,提供更多上下文信息 [no ci] 2025-04-02 11:38:14 +08:00
严浩 1fecb5cb92 refactor: 重新组织 ESLint 插件配置,添加区域注释以提高可读性 2025-04-02 11:31:45 +08:00
严浩 2bc762a89b feat: 更新 ESLint 配置 2025-04-02 11:27:09 +08:00
严浩 162f9a9a13 feat: 添加 vite-plugin-checker 插件,配置 ESLint 和 Vue 类型检查 2025-04-02 09:51:35 +08:00