Browse Source

fix(readme): update deployment instructions and clarify database support

- Revised the README to specify that the application currently only supports SQLite for the database.
- Removed the 'unlisted' option from the profile settings in the Vue component to streamline choices.

This update improves clarity in deployment instructions and user options.
tags/邮箱功能前置
npmrun 3 weeks ago
parent
commit
25010fa12f
  1. 2
      README.md
  2. 1
      app/pages/me/profile/index.vue
  3. BIN
      packages/drizzle-pkg/db.sqlite

2
README.md

@ -22,4 +22,4 @@
2. 进入`.output`文件夹 2. 进入`.output`文件夹
3. 编辑`.env`环境变量 3. 编辑`.env`环境变量
4. `sh run.sh` 4. `sh run.sh`
不采用重量级的`docker`,可以直接打包`.output`到服务器部署。 不采用重量级的`docker`,可以直接打包`.output`到服务器部署,数据库目前只支持`sqlite`

1
app/pages/me/profile/index.vue

@ -401,7 +401,6 @@ async function save() {
:items="[ :items="[
{ label: '私密', value: 'private' }, { label: '私密', value: 'private' },
{ label: '公开', value: 'public' }, { label: '公开', value: 'public' },
{ label: '仅链接', value: 'unlisted' },
]" ]"
/> />
</UFormField> </UFormField>

BIN
packages/drizzle-pkg/db.sqlite

Binary file not shown.
Loading…
Cancel
Save