diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..997f63f --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +/src/shadcn \ No newline at end of file diff --git a/.prettierignore.off b/.prettierignore.off deleted file mode 100644 index b2d59d1..0000000 --- a/.prettierignore.off +++ /dev/null @@ -1,2 +0,0 @@ -/node_modules -/dist \ No newline at end of file diff --git a/src/pages/Satellite/Cesium/cesium-helper/README.md b/src/pages/Satellite/Cesium/cesium-helper/README.md index 5e8b1c2..da09e95 100644 --- a/src/pages/Satellite/Cesium/cesium-helper/README.md +++ b/src/pages/Satellite/Cesium/cesium-helper/README.md @@ -1,16 +1,20 @@ ## 配置项目 + - https://github.dev/CesiumGS/cesium-vite-example ### 其他 + - https://cesium.com/blog/2024/02/13/configuring-vite-or-webpack-for-cesiumjs/ - https://cesium.com/learn/cesiumjs-learn/cesiumjs-quickstart/ - vite-plugin-cesium ## 参考 + - [vue-cesium](https://zouyaoji.top/vue-cesium/#/zh-CN/component/controls/vc-navigation) - https://cesium.pages.dev/ ## 离线地图 + - https://github.com/CesiumGS/cesium/tree/main/Documentation/OfflineGuide - https://blog.csdn.net/lhllhllhl_/article/details/145857779 - https://blog.csdn.net/m0_54849806/article/details/126070809 @@ -20,10 +24,12 @@ ## TLE ### 格式 + - https://celestrak.org/NORAD/documentation/tle-fmt.php - https://en.wikipedia.org/wiki/Two-line_element_set#Format ### 轨道数据 + - https://celestrak.org/NORAD/elements/ - https://www.n2yo.com/satellites/?c=PRC&t=country - https://www.space-track.org/#catalog diff --git a/src/pages/UI-components/Components/index.page.vue b/src/pages/UI-components/Components/index.page.vue new file mode 100644 index 0000000..71d0c14 --- /dev/null +++ b/src/pages/UI-components/Components/index.page.vue @@ -0,0 +1,35 @@ + + + + + + Primary Button + Default Button + Dashed Button + Text Button + Link Button + + + + + + + + + ShadcnButton + Secondary + Destructive + Outline + Ghost + Link + + + + + + + + + diff --git a/src/shadcn/README.md b/src/shadcn/README.md index f9d94ef..254c42b 100644 --- a/src/shadcn/README.md +++ b/src/shadcn/README.md @@ -1,7 +1,9 @@ - https://www.shadcn-vue.com/docs/components/button.html + +- https://github.com/unovue/shadcn-vue/issues/34 - https://github.com/unocss-community/unocss-preset-shadcn?tab=readme-ov-file#usage - https://unocss-preset-shadcn.vercel.app/ ``` npx shadcn-vue@latest add button -``` \ No newline at end of file +``` diff --git a/src/styles/base.css b/src/styles/base.css index 2ece4b2..1b6e5a6 100644 --- a/src/styles/base.css +++ b/src/styles/base.css @@ -1,5 +1,5 @@ body { - font-weight: normal; + /* font-weight: normal; */ transition: color 0.5s, background-color 0.5s; diff --git a/src/styles/index.ts b/src/styles/index.ts index d0eba29..7cbb09a 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -4,6 +4,8 @@ import 'nprogress/nprogress.css'; //