Skip to content

Commit 94f48e7

Browse files
committed
chore: release 1.0.0
1 parent bfdafc4 commit 94f48e7

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1-
# FreeAuth Management (freeauth-ui-quasar)
1+
<img src="src/assets/logo.png"/>
22

3-
FreeAuth management
3+
<p>
4+
<em>Make authentication and authorization easy and free.</em>
5+
</p>
46

5-
## Install the dependencies
7+
## Documentation
8+
9+
- [English](https://freeauth.decentfox.com/)
10+
- [简体中文](https://zh.freeauth.decentfox.com/)
11+
12+
## Development
13+
14+
### Install the dependencies
615

716
```bash
817
yarn

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"name": "freeauth-ui-quasar",
3-
"version": "0.0.1",
4-
"description": "FreeAuth management",
2+
"name": "freeauth-admin",
3+
"version": "1.0.0",
4+
"description": "FreeAuth management system based on Quasar2",
5+
"license": "Mulan PSL v2",
56
"productName": "FreeAuth Management",
67
"author": "DecentFoX <service@decentfox.com>",
78
"private": true,

src/pages/IndexPage.vue

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@
1717
}}),欢迎使用 FreeAuth!<br /><br />
1818
请您在使用前,先与本系统的管理员确认您所需的权限是否已经完成配置。
1919
</q-item-label>
20-
<q-item-label class="q-px-sm q-pt-xl text-h6">
21-
<q-badge align="top">体验版</q-badge>
22-
试用全部功能,请发送邮件至 freeauth@decentfox.com 申请管理员权限。
23-
</q-item-label>
24-
<q-item-label class="q-pa-sm" header>
25-
<q-icon name="announcement" color="warning" size="sm" />
26-
提示:体验环境下的数据会被定期清除;同时在线体验的名额不限,且共享一份数据库,请试用者慎重填写真实信息。
27-
</q-item-label>
2820
</page-wrapper>
2921
</template>
3022

0 commit comments

Comments
 (0)