Skip to content

Commit

Permalink
style: update style
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Jan 5, 2024
1 parent fc4114b commit ec88108
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team.
reported by contacting the project team.
All complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ _Put an `x` in the boxes that apply_

## Linked Issues


## Further comments

<!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Whether you're a seasoned developer or just starting out, Celeris Web offers a s

Get started with celeris-web today and experience a highly streamlined front-end development process that harnesses the power of the latest technologies, including cutting-edge natural language processing capabilities.


## Features

-[Lightning fast](https://github.com/kirklin/celeris-web#readme): Built with Vue 3, Vite, and pnpm 🔥
Expand All @@ -33,7 +32,6 @@ Get started with celeris-web today and experience a highly streamlined front-end
- ☁️ [Netlify ready](https://www.netlify.com/): Zero-config deployment on Netlify ☁️
- 🤖 Integration with [OpenAI's ChatGPT API](https://openai.com/https://openai.com/): for natural language processing 🤖


### Coding Style

- [@kirklin/eslint-config](https://github.com/kirklin/eslint-config)
Expand All @@ -44,7 +42,6 @@ Get started with celeris-web today and experience a highly streamlined front-end
- 💻 [VSCode](https://code.visualstudio.com/)
- 💡 [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar)


### [packages](packages) dependency relationship

```mermaid
Expand Down Expand Up @@ -88,8 +85,8 @@ Get started with celeris-web today and experience a highly streamlined front-end
types
types --> constants
utils
utils --> types
utils --> types
```

To update the diagram above edit the README file and open a new PR with the changes.
Expand Down Expand Up @@ -128,7 +125,6 @@ pnpm run build

And you will see the generated file in `dist` that ready to be served.


### Deploy on Netlify

Go to [Netlify](https://app.netlify.com/start) and select your clone, `OK` along the way, and your App will be live in a minute.
Expand All @@ -146,4 +142,3 @@ Run the image and specify port mapping with the `-p` flag.
```bash
docker run --rm -it -p 8080:80 celeris-web:latest
```

8 changes: 2 additions & 6 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Celeris Admin的一个特色是它与OpenAI的ChatGPT API集成,提供了强

立即开始使用Celeris Admin,并体验高度简化的前端开发流程,利用最新技术,包括尖端自然语言处理功能。


## 特点

-[闪电般快速](https://github.com/kirklin/celeris-web#readme):使用Vue 3,Vite和pnpm构建 🔥
Expand All @@ -33,7 +32,6 @@ Celeris Admin的一个特色是它与OpenAI的ChatGPT API集成,提供了强
- ☁️ [Netlify准备就绪](https://www.netlify.com/):在Netlify上零配置部署 ☁️
- 🤖 集成[OpenAI的ChatGPT API](https://openai.com/):用于自然语言处理 🤖


### 编码风格

- [@kirklin/eslint-config](https://github.com/kirklin/eslint-config)
Expand Down Expand Up @@ -87,8 +85,8 @@ Celeris Admin的一个特色是它与OpenAI的ChatGPT API集成,提供了强
types
types --> constants
utils
utils --> types
utils --> types
```

要更新上面的图表,请编辑README文件,并在修改后打开一个新的PR。
Expand Down Expand Up @@ -127,7 +125,6 @@ pnpm run build

然后你会看到用于发布的 `dist` 文件夹被生成。


### 部署到 Netlify

前往 [Netlify](https://app.netlify.com/start) 并选择你的仓库, 一路 `OK` 下去,稍等一下后,你的应用将被创建.
Expand All @@ -145,4 +142,3 @@ docker buildx build . -t celeris-web:latest
```bash
docker run --rm -it -p 8080:80 celeris-web:latest
```

2 changes: 1 addition & 1 deletion apps/admin/src/pages/chat/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defineOptions({
</script>

<template>
<div></div>
<div />
</template>

<style scoped>
Expand Down

0 comments on commit ec88108

Please sign in to comment.