
Security News
Critical Security Vulnerability in React Server Components
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.
side-feature-bar-dev
Advanced tools
开发:常竣
yarn add side-feature-bar --registry http://nexus.aegis-info.com/repository/npm-aegis/
或
npm i side-feature-bar --registry http://nexus.aegis-info.com/repository/npm-aegis/
import SideFeatureBar from 'side-feature-bar';
Vue.use(SideFeatureBar);
<template>
<div class="home">
<side-feature-bar @value-callback="valueCallback"></side-feature-bar>
</div>
</template>
<script>
export default {
name: 'home',
components: {},
data () {
return {
answer: ''
};
},
methods: {
valueCallback (data) {
// 数据回传
this.answer = data.title;
}
}
};
</script>
value-callback:数据回调函数,参数
data: {
title: string, // 标题,
text: string, // 内容,
type: string, // 类型(01:坐席助手,02:智能解答,03:法条检索,04:常用语,05:常用链接,06:附件库,07:辅助工具)
}
V2.0.0:初始化版本
V2.0.1:加入token验证信息,完善ReadMe.md文档,发布测试版本
V2.0.2:显示隐藏动画、法条选项框添加删除功能
登录测试环境,从localstorage 复制出 currentUserFull autoLoginExtention 项目右侧就会出现黄色按钮
FAQs
We found that side-feature-bar-dev demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.

Research
/Security News
We spotted a wave of auto-generated “elf-*” npm packages published every two minutes from new accounts, with simple malware variants and early takedowns underway.

Research
/Security News
Malicious Rust crate evm-units disguised as an EVM version helper downloads and silently executes OS-specific payloads likely aimed at crypto theft.