![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
hexo-codepen-snippet
Advanced tools
基本使用
在md文件中插入代码
{% codepen [配置名1]:[值1] [配置名2]:[值2] %}
// eg
{% codepen slug_hash:xxxx theme_id:js %}
配置名 | 值 |
---|---|
src_prefix | 具体见codepen |
slug_hash | 具体见codepen |
default_tab | 具体见codepen |
theme_id | 具体见codepen |
style | html内联css样式 |
scrolling | 见iframe标签属性 |
frameborder | 见iframe标签属性 |
loading | 见iframe标签属性 |
allowtransparency | 见iframe标签属性 |
allowfullscreen | 见iframe标签属性 |
优先级:引用配置 > hexo博客全局配置 > 插件内部默认配置
高优先级的配置会覆盖掉底优先级的配置
在md文件中插入代码中配置
{% codepen [配置名1]:[值1] [配置名2]:[值2] %}
在博客_config.yml文件中配置
# codepen
codepen:
src_prefix: 'https://codepen.io/misakisaysyes/embed'
default_tab: js
theme_id: light
这是根据作者使用习惯内置在插件中的配置
具体配置情况如下:
// 内置默认配置
const default_config = {
style: 'height: 256px; width: 100%;',
scrolling: 'no',
frameborder: 'no',
loading: 'lazy',
allowtransparency: 'true',
allowfullscreen: 'true'
}
FAQs
### 使用
We found that hexo-codepen-snippet demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.