Skip to content

Commit

Permalink
Merge branch 'main' into issue-230-体验优化
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleneJiang committed Feb 15, 2023
2 parents 5a5b188 + 04258e4 commit 5e815cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ cms采用`Strapi`搭建,开发时需设置`.env`文件配置相关的Token数

## 表设计

![表结构](https://picxyxsw.oss-cn-hangzhou.aliyuncs.com/database.png)
![表结构](https://picxyxsw.oss-cn-hangzhou.aliyuncs.com/database.png)
2 changes: 1 addition & 1 deletion frontend/components/Aside/Sign.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
let day_parts = ref('')
if (process.server)
if (process.client)
day_parts = useDayParts()
const is_sign = ref(false)
const sign = () => {
Expand Down

0 comments on commit 5e815cb

Please sign in to comment.