bosconb
bosconb
同样的情况还有Timeflow(经常被各种app遮盖),如果这些widget可以自定义位置、层级甚至可以自由拉伸形状那就好了 
# Notes Version pinning is a subset of regex version inclusion/exclusion; pinning ignores all updates (potentially at different semver levels), while version inclusion/exclusion could ignore specific versions or version regexes....
我记忆的是清歌五笔输入法,但始终没有实现自动切换的效果,有时候是abc、有时候是rime。
when theme embed a mermaid gantt graph, the abscissa scale shows a terrible result in mobile (iphone 6/7 plus screen),any idea? 
很多 win 平台上的五笔输入法(如冰凌五笔)都支持 z 键的通配功能。 就是不确定某一个字的编码时,用字母「z」来临时替代。 比如「雾霾」86 编码为 ftfe,如果有时候不确定「霾」的编码 feef,可以用 ftfz 来通配,再如,「学霸」86 编码为 ipfa,如果不确定「霸」的编码 fafe,用 ipfz 来通配。 请教如何在 rime 平台实现 z 键的通配功能?
找不到站点config.toml,就自己对照[demo博客](https://blog.genkun.me/)把大部分的js/css本地化。现在出现两个问题: ### 问题一:首页不显示、about、gallery页面不知道怎么设置 结果首页内容列表显示不出来,截图如下:  about、gallery页面404 希望大佬能提供一下config.toml,Thanks♪(・ω・)ノ ### 问题二:字体渲染不及时 打开页面后若干秒后,页面字体自动会变换,感觉不适,如何加快渲染或者关闭渲染?
在威联通Container Station里,按[示例](https://github.com/cooderl/wewe-rss/blob/main/docker-compose.yml)稍作修改添加后,无法下一步创建,提示我:「**请确保先配置所有必需的设置**」。请问大佬,我这种情况问题出在哪儿? ``` version: '3.9' services: db: image: mysql:latest command: --default-authentication-plugin=mysql_native_password environment: # 请修改为自己的密码 MYSQL_ROOT_PASSWORD: 123456 TZ: 'Asia/Shanghai' MYSQL_DATABASE: 'wewe-rss' ports: - 13306:3306 volumes: - db_data:/var/lib/mysql healthcheck: test: ['CMD', 'mysqladmin',...
按照[docker-compose](https://github.com/nashsu/FreeAskInternet/blob/main/docker-compose.yaml)部署成功,但无论发什么都是network error,后台应该都正常启动了,路由挂美区ip梯子,切换到全局模式也没用。  
有98版的吗
att
How to remove all anchor links from headings (i.e., #title links) in a Markdown document, including those in h1, h2, h3, etc.? For example,in this blog post:[chatgpt-plus](https://chatgpt-plus.github.io/chatgpt-plus/) ``` ### [](https://chatgpt-plus.github.io/chatgpt-plus/#%E5%85%B3%E4%BA%8E%E8%B4%A6%E5%8D%95%E5%9C%B0%E5%9D%80...