Browse Source

add web dist

master
godo 10 months ago
parent
commit
2aecfbe5fa
  1. 2
      CHANGELOG.md
  2. 2
      README.md
  3. 17
      frontend/README.md

2
CHANGELOG.md

@ -1,4 +1,6 @@
## 变更记录
- 2024-08-04
1. 修复进程管理在windows环境下不停闪窗
- 2024-08-02
1. 修复桌面更换背景文字颜色问题
2. 修复安装插件没有配置binPath的问题

2
README.md

@ -35,6 +35,8 @@
- Linux (AMD64) [**国内下载**](https://gitee.com/ruitao_admin/godoos/releases/download/v1.0.0/godoos-linux-amd64.zip) | [**github下载**](https://github.com/phpk/godoos/releases/download/v1.0.0/godoos-macos-arm64.zip)
4. **网页版下载**
- 下载对于版本的安装程序下载安装,下载[网页版](https://gitee.com/ruitao_admin/godoos/releases/download/v1.0.0/dist.zip)解压到程序安装目录./dist,启动程序。访问地址:http://localhost:56780/
<!-- 图标和链接 -->
[Windows-image]: ./docs/img/Windows.svg

17
frontend/README.md

@ -1,16 +1 @@
# Tauri + Vue + TypeScript
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
## Recommended IDE Setup
- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
## Type Support For `.vue` Imports in TS
Since TypeScript cannot handle type information for `.vue` imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates. However, if you wish to get actual prop types in `.vue` imports (for example to get props validation when using manual `h(...)` calls), you can enable Volar's Take Over mode by following these steps:
1. Run `Extensions: Show Built-in Extensions` from VS Code's command palette, look for `TypeScript and JavaScript Language Features`, then right click and select `Disable (Workspace)`. By default, Take Over mode will enable itself if the default TypeScript extension is disabled.
2. Reload the VS Code window by running `Developer: Reload Window` from the command palette.
You can learn more about Take Over mode [here](https://github.com/johnsoncodehk/volar/discussions/471).
## godoos
Loading…
Cancel
Save