diff --git a/README.md b/README.md index dd2de17323fc6274eeac34ea4a7d8520d4a8e38c..d05ea0592c2ba88d354ac35e1c7bb275b2a87938 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,150 @@ -## 总览 - - - -GoView 是一个高效的拖拽式低代码数据可视化开发平台,将图表或页面元素封装为基础组件,无需编写代码即可制作数据大屏,减少心智负担。 - -### 😶 纯 **前端** 分支: **`master`** - -### 👻 携带 **后端** 请求分支: **`master-fetch`** - -### 📚 GoView **文档** 地址:[http://www.mtruning.club:81/](http://www.mtruning.club:81/) - -项目纯前端-Demo 地址:[https://www.mtruning.club](https://www.mtruning.club) - -项目带后端-Demo 地址:[后端 Demo 地址](http://1.117.240.165:8080/goview/#/login) - -文档-在线地址:[http://www.mtruning.club:81/](http://www.mtruning.club:81/) - -文档-源码地址:[https://gitee.com/MTrun/go-view-doc](https://gitee.com/MTrun/go-view-doc) - -### 🤯 后端项目 - -后端项目 gitee 地址:[https://gitee.com/MTrun/go-view-serve](https://gitee.com/MTrun/go-view-serve) - -接口说明地址:[https://docs.apipost.cn/preview/5aa85d10a59d66ce/ddb813732007ad2b?target_id=84dbc5b0-158f-4bcb-8f74-793ac604ada3#3e053622-1e76-43f9-a039-756aee822dbb](https://docs.apipost.cn/preview/5aa85d10a59d66ce/ddb813732007ad2b?target_id=84dbc5b0-158f-4bcb-8f74-793ac604ada3#3e053622-1e76-43f9-a039-756aee822dbb) - -技术点: +
+
+
+
+
+
+
-QQ 群:1030129384
+## Pro 部分功能展示
-
+体验地址: https://ai.goviewlink.com/saas/

diff --git a/package.json b/package.json
index ffe4939e18800401f1e67269fdc8825d3880807e..eefc170e8985208f7fe48864047522d7a0130323 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "go-view",
- "version": "1.1.11",
+ "version": "1.3.2",
"engines": {
"node": ">=16.14"
},
diff --git a/preview.yml b/preview.yml
new file mode 100644
index 0000000000000000000000000000000000000000..1a26db2c8f937ddb004c9524f03bc6f2360616e6
--- /dev/null
+++ b/preview.yml
@@ -0,0 +1,10 @@
+# preview.yml
+autoOpen: true # 打开工作空间时是否自动开启所有应用的预览
+apps:
+ - port: 3000 # 应用的端口
+ run: npm i --registry=https://registry.npmmirror.com && npm run dev # 应用的启动命令
+ command: # 使用此命令启动服务,且不执行run
+ root: ./ # 应用的启动目录
+ name: GoView # 应用名称
+ description: 开源、精美、便捷的「数据可视化」低代码开发平台 # 应用描述
+ autoOpen: true # 打开工作空间时是否自动开启预览(优先级高于根级 autoOpen)
\ No newline at end of file
diff --git a/readme/GoViewPro.png b/readme/GoViewPro.png
new file mode 100644
index 0000000000000000000000000000000000000000..d09bde9554847198ead36b043a2c0d4e4647ab2c
Binary files /dev/null and b/readme/GoViewPro.png differ
diff --git a/readme/go-view-doc.png b/readme/go-view-doc.png
new file mode 100644
index 0000000000000000000000000000000000000000..0e5187c581f82a44ebb78476801ded40821da208
Binary files /dev/null and b/readme/go-view-doc.png differ
diff --git a/readme/go-view-echarts-color.png b/readme/go-view-echarts-color.png
new file mode 100644
index 0000000000000000000000000000000000000000..73eb21252fde533b7e87a3ff9ae4e6ec98e0c618
Binary files /dev/null and b/readme/go-view-echarts-color.png differ
diff --git a/readme/go-view-event.png b/readme/go-view-event.png
new file mode 100644
index 0000000000000000000000000000000000000000..da773e99ad4875b791794cc6d588a3022ffe4ded
Binary files /dev/null and b/readme/go-view-event.png differ
diff --git a/readme/go-view-indexpage.png b/readme/go-view-indexpage.png
new file mode 100644
index 0000000000000000000000000000000000000000..ba0dc202c6b83a453f416e85e1b2e0fb1cbf8667
Binary files /dev/null and b/readme/go-view-indexpage.png differ
diff --git a/readme/go-view-qq.jpg b/readme/go-view-qq.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..019d0334cba05eda5bf92a07e75c348a7b1ab38a
Binary files /dev/null and b/readme/go-view-qq.jpg differ
diff --git a/readme/go-view-qq.png b/readme/go-view-qq.png
deleted file mode 100644
index daeed71275dda09baed1f3c51c5d367ecd6963f4..0000000000000000000000000000000000000000
Binary files a/readme/go-view-qq.png and /dev/null differ
diff --git a/readme/go-view-theme.png b/readme/go-view-theme.png
new file mode 100644
index 0000000000000000000000000000000000000000..0f21f1a46ee02e28c9683e998c291fb299c6159e
Binary files /dev/null and b/readme/go-view-theme.png differ
diff --git a/readme/go-view-vcharts.png b/readme/go-view-vcharts.png
new file mode 100644
index 0000000000000000000000000000000000000000..4c1fe798a59d117067446d0cbecd5893f127c8d0
Binary files /dev/null and b/readme/go-view-vcharts.png differ
diff --git a/readme/logo-poster.png b/readme/logo-poster.png
index 1a6a32b499264450df2e0877133deb1b9dca79d5..a779ef130fa611e29e4979fcfbb73e76dea0dea3 100644
Binary files a/readme/logo-poster.png and b/readme/logo-poster.png differ
diff --git a/readme/sponsors/ccflow-banner.png b/readme/sponsors/ccflow-banner.png
new file mode 100644
index 0000000000000000000000000000000000000000..6849c7c637f1f04d273d3932d351d736012fd702
Binary files /dev/null and b/readme/sponsors/ccflow-banner.png differ
diff --git a/readme/sponsors/chengdan-banner.png b/readme/sponsors/chengdan-banner.png
new file mode 100644
index 0000000000000000000000000000000000000000..2710bd2de77015989959dfbcef59bb13da0d7af8
Binary files /dev/null and b/readme/sponsors/chengdan-banner.png differ
diff --git a/readme/sponsors/dandian-banner.png b/readme/sponsors/dandian-banner.png
new file mode 100644
index 0000000000000000000000000000000000000000..77b8a4a6c0052e61d3998c8750fbf456949d6782
Binary files /dev/null and b/readme/sponsors/dandian-banner.png differ
diff --git a/readme/sponsors/diboot-banner.png b/readme/sponsors/diboot-banner.png
new file mode 100644
index 0000000000000000000000000000000000000000..7e83f45c3e326a9586bd20b5008b6707ddaba6cb
Binary files /dev/null and b/readme/sponsors/diboot-banner.png differ
diff --git a/readme/sponsors/fb-banner.gif b/readme/sponsors/fb-banner.gif
new file mode 100644
index 0000000000000000000000000000000000000000..811bbc37be21bd7a1a64bc481fef32413a6d521e
Binary files /dev/null and b/readme/sponsors/fb-banner.gif differ
diff --git a/readme/sponsors/mdy-banner.png b/readme/sponsors/mdy-banner.png
new file mode 100644
index 0000000000000000000000000000000000000000..70c452074d786f399e1558c1fef67db167f5b4a3
Binary files /dev/null and b/readme/sponsors/mdy-banner.png differ
diff --git a/readme/sponsors/qyy-banner.png b/readme/sponsors/qyy-banner.png
new file mode 100644
index 0000000000000000000000000000000000000000..f2d376577a4e144c0c10d673e4cd84735809f81e
Binary files /dev/null and b/readme/sponsors/qyy-banner.png differ
diff --git a/readme/sponsors/shaguo-banner.png b/readme/sponsors/shaguo-banner.png
new file mode 100644
index 0000000000000000000000000000000000000000..08465235d2e8bb7f19b567474e4699c36d4fd310
Binary files /dev/null and b/readme/sponsors/shaguo-banner.png differ
diff --git a/readme/sponsors/xingyun-banner.png b/readme/sponsors/xingyun-banner.png
new file mode 100644
index 0000000000000000000000000000000000000000..f446a7d97035626f4a8b02a0d64b2afba8a946f1
Binary files /dev/null and b/readme/sponsors/xingyun-banner.png differ
diff --git a/readme/sponsors/yuncheng-banner.png b/readme/sponsors/yuncheng-banner.png
new file mode 100644
index 0000000000000000000000000000000000000000..7da1cf6fadb2771d245294167d5ee53535bd48f5
Binary files /dev/null and b/readme/sponsors/yuncheng-banner.png differ
diff --git a/readme/sponsors/zyplayer-banner.png b/readme/sponsors/zyplayer-banner.png
new file mode 100644
index 0000000000000000000000000000000000000000..bfc0ff8cfd979924caf838a430dd8f4bb68261a4
Binary files /dev/null and b/readme/sponsors/zyplayer-banner.png differ
diff --git a/src/assets/images/project/moke-20211219181327.png b/src/assets/images/project/moke-20211219181327.png
index 7be19aa31540c4255c818bbcc62eaaca881b9c51..023a7e5533baf26c9e383b9571e1b0bebb689187 100644
Binary files a/src/assets/images/project/moke-20211219181327.png and b/src/assets/images/project/moke-20211219181327.png differ
diff --git a/types/shims-vue.d.ts b/types/shims-vue.d.ts
index 6c92d48bee9d6c8401889540524cde012fd700ac..d9fc5493d967f420cca066a40d5994e531783718 100644
--- a/types/shims-vue.d.ts
+++ b/types/shims-vue.d.ts
@@ -4,6 +4,10 @@ declare module '*.vue' {
export default component
}
+declare module 'lodash/*'
+declare module 'dom-helpers'
+declare module 'vue3-sketch-ruler';
+
declare module 'lodash/*'
declare module 'dom-helpers'
declare module 'vue3-sketch-ruler';
\ No newline at end of file
diff --git a/vite.config.ts b/vite.config.ts
index 1016080e06122b5fd33a9d604b2042706dd8bd37..a62ce9d3c6d91e01d97934b0425c9c62853f1de9 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -12,6 +12,11 @@ function pathResolve(dir: string) {
export default defineConfig({
base: '/',
+ // 修改端口
+ server: {
+ port: 3020,
+ open: true,
+ },
// 路径重定向
resolve: {
alias: [