668168

Results 10 issues of 668168

for example, the plugin https://github.com/aidenlx/media-extended has a shotchut function has the shotcut blew , and i want to add the shotcut to sidebar, but can not found.

**为什么提出这个新的特性改动** 文章列表太稀疏了 **描述一下你推荐的解决方案** 当关闭文章封面后, 建设每篇文章宽度 ``` POST_LIST_COVER: false, // 列表显示文章封面 POST_LIST_COVER_DEFAULT: false, // 封面为空时用站点背景做默认封面 POST_LIST_SUMMARY: true, // 文章摘要 POST_LIST_PREVIEW: false, // 读取文章预览 ``` **关掉文章封面后, 还是很稀疏** ![image](https://user-images.githubusercontent.com/1046701/218742418-3a66589c-5dec-45e8-9a02-bd72b70515b3.png)

enhancement

首先感谢作者大大的Pandora, 给大家带来很大的方便. 我希望实现如下逻辑: 1. 特定的chat , 可以通过密码访问 2. 特定的chat, 禁止访问 3. 其他chat, 直接禁止访问. 但使用如下code, 发现没有效果, 所有chat都可以访问到. 请教该如何修改code呢? ``` location chat/3f6d9a3c-98ed-495e-b130-13473b4446f0 { # 第1个chat, 通过密码放行的chat auth_basic "nginx basic http test for...

# ENV: wand.version.VERSION: 0.6.11 windows server 2022 python 3.8.10 # INPUT ``` from wand.image import Image with Image(filename='images/hummingbird.jpg' ,units='pixelsperinch') as img: # 330, 252 print(f"size: {img.size}") print(f"resolution: {img.resolution}") ``` #...

when i press 'CAPS_LOCK' key, expect to just output '2'. but output '23' WHY? ``` { "description": "try optional usage.", "manipulators": [ { "from": { "key_code": "caps_lock", "modifiers": { "mandatory":...

我有一套自己的字体配置, 原来用的其他主题, 现在想换到此主题. 但发现同样是用我的那套字体配置, font-weight 明显偏粗. 请问如何全局调整呢?

比如下面的0200B0950000: # 读取卡片信息 pm3.stdin.write('hf 14a raw -c **_# 0200B0950000_** -p\n') and 是否可以添加深圳通的cmd。 我这边查询到的信息如下,请教含义 In [5]: balance Out[5]: '036A866B33' In [6]: Effdata = Effdata_raw.replace(" ","") In [7]: Effdata Out[7]: '026A82932F'

终于有了这种期盼依旧的插件. 感谢! 但还缺少如下必须的功能: 1. 带图片的文档 publish 后, 图片无法显示. 2. [[双链]] 无法生成链接 3. publish 时选择 category, tag 功能 4. 记录密码 再次感谢.

enhancement