Gmeek icon indicating copy to clipboard operation
Gmeek copied to clipboard

Gmeek is a Blog All in Github

Results 101 Gmeek issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/Meekdai/Gmeek/assets/54849153/8869a7d0-a495-4d5e-9d86-7235565780bc) --- ![image](https://github.com/Meekdai/Gmeek/assets/54849153/2bf34525-133e-4260-a7ba-9387fa1fe66c)

如题:是否能支持显示访问次数,便于查看不同文章的访问数据

如果更改了文章的标题,则原来的文章页面仍然会在网站上保留(虽然在主页上没有超链接),而不会自动删除,即使是手动 build 之后也是如此。 举例: > 我将我个人博客上的[《喵》](https://carameowcookie.github.io/post/miao.html)这篇文章更名为[《这是第一篇博客》](https://carameowcookie.github.io/post/zhe-shi-di-yi-pian-bo-ke.html) 并手动部署,结果是两篇文章(具有不同 URL)都能正常访问,原来的[《喵》](https://carameowcookie.github.io/post/miao.html)页面并没有被自动删除。

bug

大佬,发现一个或许是 bug,在我 issue 那边行内公式是显示正常的,但是转成html之后就不正常了,希望大佬能修一下 ## Issue 版本 ![image](https://github.com/Meekdai/Gmeek/assets/111496771/3e6044a9-5927-46b7-a615-1d36928e6a67) ## Gmeek 版本 ![image](https://github.com/Meekdai/Gmeek/assets/111496771/fe6a84c6-343e-49df-9171-985c43402292)

bug

在设置了 `style` 字段之后,`style` 中的值被添加到了 `` `` 之外,如图所示: ![image](https://github.com/Meekdai/Gmeek/assets/74455347/df0921bf-4c09-4451-b983-401a9339d062) `config.json` 的内容如下: ```json { "title":"CarameowCookie 的碎碎念", "subTitle":"一个自由而无用的灵魂", "avatarUrl":"https://github.com/CarameowCookie.png", "GMEEK_VERSION":"last", "singlePage":["link"], "dayTheme":"light", "nightTheme":"dark_high_contrast", "style":"/*这是 style 所在的位置*/" } ```

看完文章还是不知道怎么配置[]里面的内容,翻了一圈没找到案例。

``` 设备:iPhone 15 系统:iOS 17.4.1 ``` **经观察,发现只要标题过长显示不全就会出现这种情况。** ![photo_2024-03-25_11-23-34](https://github.com/Meekdai/Gmeek/assets/92703641/e2b44299-00a4-4fc9-a5af-a418c3635502) ![photo_2024-03-25_11-23-32](https://github.com/Meekdai/Gmeek/assets/92703641/335f060f-ef47-411d-9b35-f9cda5f80937) 在 Windows 使用 Chrome 模拟小尺寸手机,则不会出现这种情况,怀疑是 Safari 的原因。 ![image](https://github.com/Meekdai/Gmeek/assets/92703641/c04efe8d-118e-4549-923d-7ab1d1731dc2)

文章标题字体大小默认有些大,标题长点就会换行,导致排版不太好看,尤其是在手机上更是灾难,请问如何修改?