Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@alitajs/aconsole

Package Overview
Dependencies
Maintainers
11
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alitajs/aconsole

@alitajs/aconsole

  • 2.9.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
11
Created
Source

@alitajs/aconsole

一些 alita 项目的移动端调试工具的集合。

{
  aconsole:{
    inspx:{},
    console:{}
  }
}

inspx

inspx 可以通过摇一摇唤醒,用于查看页面渲染的 px 值,显示值为真实的 px 值,可能是设置的 px 值 @2x 或者 @3x。

配置项。

  • 可写
  • 类型:object
export default {
  aconsole:{
    inspx: {
      production: false, // 希望在生产上也能够保留 inspx 功能,一般用在特殊的灰度环境
      disabled: false, // 是否关闭 inspx 功能,推荐用法是不使用,这里可以不配置 inspx 。
      margin: true,
      size: true,
      padding: true,
    },
  }
};

console

控制台通过配置唤起。

配置项。

  • 可写
  • 类型:object
键名类型可选默认值描述
defaultPluginsArraytrue['system', 'network', 'element', 'storage']需要自动初始化并加载的内置插件。
onReadyFunctiontrue回调方法,当 vConsole 完成初始化并加载完内置插件后触发。
onClearLogFunctiontrue回调方法,点击 Log 或 System 面板的 "Clear" 按钮后出发。
maxLogNumberNumbertrue1000超出上限的日志会被自动清除。
disableLogScrollingBooleantrue若为 false,有新日志时面板将不会自动滚动到底部。
themeStringtrue'light'主题颜色,可选值为 'light'

Keywords

FAQs

Package last updated on 21 Jun 2022

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc