Memory-Blog icon indicating copy to clipboard operation
Memory-Blog copied to clipboard

This is a personal blogging platform built with React, TypeScript, and Spring Boot.

Results 6 Memory-Blog issues
Sort by recently updated
recently updated
newest added

With executing `npm install --force` I got a error about dependencies. Details ```shell ~ npm install --force npm WARN using --force Recommended protections disabled. npm WARN ERESOLVE overriding peer dependency...

![image](https://github.com/LinMoQC/LinMoBlog/assets/59323207/e84c4fc4-d478-4698-861d-fafd2d2f476a)

bug

一、建议还是做四圆角,双圆角感觉不和谐(也可能是edge的锅,它自带圆角) 二、“搜索”的底色存在误导,容易认为当前正处在这个界面 三、背景图填充不到位,在边栏下层(具体是圆角附近)露出了原来的背景 ![屏幕截图 2024-02-02 195955](https://github.com/LinMoQC/LinMoBlog/assets/104721825/6f754384-32d1-45fd-aa79-b9a063816974) ![屏幕截图 2024-02-02 200528](https://github.com/LinMoQC/LinMoBlog/assets/104721825/5a9140a4-a796-410b-8737-aa3065ecad36)

enhancement

可以做白色/黑色加上单一颜色的高饱和(白色界面时)和低饱和(黑色界面时)的颜色搭配,也是现在Windows和安卓原生平台的主流色彩方案。 建议可以用在边栏的悬浮动效,工作状态,按钮等

enhancement

TypeError: Cannot read properties of undefined (reading 'map') at Head (http://localhost:5173/src/frontHome/Head/index.tsx:176:84) at renderWithHooks (http://localhost:5173/node_modules/.vite/deps/chunk-ZRJG7NCB.js?v=6fd420f7:12171:26) at updateFunctionComponent (http://localhost:5173/node_modules/.vite/deps/chunk-ZRJG7NCB.js?v=6fd420f7:14577:28) at beginWork (http://localhost:5173/node_modules/.vite/deps/chunk-ZRJG7NCB.js?v=6fd420f7:15912:22) at beginWork$1 (http://localhost:5173/node_modules/.vite/deps/chunk-ZRJG7NCB.js?v=6fd420f7:19749:22) at performUnitOfWork (http://localhost:5173/node_modules/.vite/deps/chunk-ZRJG7NCB.js?v=6fd420f7:19194:20) at workLoopSync (http://localhost:5173/node_modules/.vite/deps/chunk-ZRJG7NCB.js?v=6fd420f7:19133:13) at...

那个分类是不是有问题,新增分类时前两项不填的话,数据库会报错,不允许为空,更新分类时,颜色那个字段不改保存也会报错,前端页面的分类除了默认的那个default可以,其他自建的分类无法筛选文章