严浩
|
46ca762a96
|
refactor(fake): 优化 XML 标签内容提取正则表达式
- 修改了 pickTag 函数中的正则表达式,以更准确地匹配标签内容
- 将 [\s\S]*? 替换为 [sS]*?,以提高匹配精度
- 此修改解决了潜在的命名空间与嵌套同名标签的复杂情形下的匹配问题
|
2025-09-09 09:31:00 +08:00 |
|
严浩
|
cc0e5679a9
|
feat(xml): 增加 XML 解析和处理功能
- 添加了处理 XML 请求和响应的工具函数
- 实现了 GET 和 POST 请求的 XML 解析和返回
- 更新了 API 页面,增加了 XML POST 请求和解析的示例
- 优化了 XML 生成和转义逻辑,防止二次转义
|
2025-09-02 16:19:31 +08:00 |
|
严浩
|
b9e6a139b7
|
feat(fake-server): 模拟 XML 数据并增强 API 页面解析功能
- 新增 XML 模拟数据路由,提供示例 XML 文档
- 在 API 页面中集成 XML 请求和解析功能
- 使用 Axios 请求 XML 数据,并通过 DOMParser 解析
- 展示 XML 字符串和解析后的结果
|
2025-09-02 15:43:09 +08:00 |
|
严浩
|
f0a65d16f7
|
build(deps): pnpm dedupe
- 将 @primevue/auto-import-resolver 版本从 ^4.3.7 升级到 ^4.3.8
- 将 @babel/parser 版本从 7.27.7 升级到 7.28.3
|
2025-09-02 09:44:42 +08:00 |
|
严浩
|
119006133f
|
build(deps): 更新项目依赖版本
- 更新 @pinia/colada 从 0.17.2 到 0.17.3
- 更新 @primevue/icons 从 4.3.7 到 4.3.8
- 更新 @vueuse/core 从 13.7.0 到 13.9.0
- 更新 p5 从 2.0.4 到 2.0.5
- 更新 primevue 从 4.3.7 到 4.3.8
- 更新 vue 从 3.5.18 到 3.5.20
- 更新 vue-data-ui 从 3.0.14 到 3.0.15
- 更新 @playwright/test 从 1.54.2 到 1.55.0
- 更新 @primevue/auto-import-resolver 从 4.3.7 到 4.3.8
- 更新 @primevue/metadata 从 4.3.7 到 4.3.8
- 更新 @vitejs/plugin-vue-jsx 从 5.0.1 到 5.1.1
- 更新 @vitest/eslint-plugin 从 1.3.5 到 1.3.6
- 更新 @vue/tsconfig 从 0.8.0 到 0.8.1
- 更新 eslint 从 9.33.0 到 9.34.0
- 更新 lint-staged 从 16.1.5 到 16.1.6
- 更新 unplugin-auto-import 从 20.0.0 到 20.1.0
- 更新 vite-plugin-static-copy 从 3.1.1 到 3.1.2
- 更新 vite-plugin-vue-devtools 从 8.0.0 到 8.0.1
- 更新 vue-component-type-helpers 从 3.0.5 到 3.0.6
- 更新 vue-tsc 从 3.0.5 到 3.0.6
|
2025-09-02 09:43:55 +08:00 |
|
严浩
|
9e82ae98e6
|
fix(vite): 更新 fake-server 插件配置
- 修改 fake-server 插件的 enableProd 参数为 !true,禁用生产环境中的 fake API
- 在 vite 配置中添加 eruda,用于调试
- 注释掉部分配置选项,保留作为参考
|
2025-09-02 09:32:29 +08:00 |
|
严浩
|
04e7376085
|
build(dependencies): 升级 pnpm 并添加图像优化插件
- 将 pnpm 版本从 10.15.0 升级到 10.15.1
- 添加 vite-plugin-image-optimizer 依赖
- 在 Vite 插件中集成图像优化功能
|
2025-09-02 09:03:50 +08:00 |
|
严浩
|
d83813f8f9
|
refactor: rolldown-vite
|
2025-09-01 18:36:46 +08:00 |
|
严浩
|
02e61dbcdd
|
build(test): 配置 Vitest 并调整代码检查范围
- 更新 package.json 中 lint-staged 配置,扩大代码检查范围
- 修改 vitest.config.ts,优化 Vitest 配置参数
|
2025-08-20 13:59:34 +08:00 |
|
严浩
|
cd1735d6b7
|
build: 升级 Node.js 版本
- 将 .npmrc 文件中的 use-node-version 从 22.15.0 修改为 22.18.0
- 此次升级旨在使用最新版本的 Node.js,以获得更好的性能和安全性
|
2025-08-20 12:52:45 +08:00 |
|
严浩
|
642b8dbfba
|
build: 升级 pnpm 包管理器版本
- 将 pnpm 版本从 10.14.0 升级到 10.15.0
|
2025-08-20 11:32:11 +08:00 |
|
严浩
|
85ab75a9e9
|
build(deps): 更新依赖并移除冗余包
- 更新 vitest、@vitest/eslint-plugin 等包至最新版本
- 移除 @napi-rs/wasm-runtime、@oxc-project/runtime 等冗余包
- 更新 lightningcss 相关包至 1.30.1 版本
- 移除 rolldown、rolldown-vite 等未使用的包
- 更新 renovate.json,添加 pnpmDedupe 选项
|
2025-08-20 10:03:56 +08:00 |
|
严浩
|
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 |
|