Skip to content

Commit

Permalink
chore: release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XeniaLu committed Aug 16, 2023
1 parent bfdafc4 commit 94f48e7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# FreeAuth Management (freeauth-ui-quasar)
<img src="src/assets/logo.png"/>

FreeAuth management
<p>
<em>Make authentication and authorization easy and free.</em>
</p>

## Install the dependencies
## Documentation

- [English](https://freeauth.decentfox.com/)
- [简体中文](https://zh.freeauth.decentfox.com/)

## Development

### Install the dependencies

```bash
yarn
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "freeauth-ui-quasar",
"version": "0.0.1",
"description": "FreeAuth management",
"name": "freeauth-admin",
"version": "1.0.0",
"description": "FreeAuth management system based on Quasar2",
"license": "Mulan PSL v2",
"productName": "FreeAuth Management",
"author": "DecentFoX <service@decentfox.com>",
"private": true,
Expand Down
8 changes: 0 additions & 8 deletions src/pages/IndexPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@
}}),欢迎使用 FreeAuth!<br /><br />
请您在使用前,先与本系统的管理员确认您所需的权限是否已经完成配置。
</q-item-label>
<q-item-label class="q-px-sm q-pt-xl text-h6">
<q-badge align="top">体验版</q-badge>
试用全部功能,请发送邮件至 freeauth@decentfox.com 申请管理员权限。
</q-item-label>
<q-item-label class="q-pa-sm" header>
<q-icon name="announcement" color="warning" size="sm" />
提示:体验环境下的数据会被定期清除;同时在线体验的名额不限,且共享一份数据库,请试用者慎重填写真实信息。
</q-item-label>
</page-wrapper>
</template>

Expand Down

0 comments on commit 94f48e7

Please sign in to comment.