npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@gem-mine/101ppt-wps-web-sdk

v0.0.1

Published

## office SDK

Downloads

5

Readme

101PPT WEB SDK

office SDK

基于WPS SDK制作

SDK下载地址

开发文档

插件

观前提示:插件开发目前仅对私有化部署企业开放,开放平台插件功能敬请期待

暂时不太了解这个私有化部署到底是啥

关联项目

可能需要接入一堆iframe项目,参考文档

https://shimo.im/docs/QvyWRxxVxvQXjYGW

工具栏对接

  1. 学科工具:https://www.kdocs.cn/l/cH9qurhOF
  2. 互动工具
  • 接龙活动 http://nd-101ppt-tools.sdp.ndaeweb.com/#/solitaire
  • 随机点名 http://ppt-randomroll-web.sdp.ndaeweb.com/
  • 花名册 http://ppt-web-component-sdk.sdp.ndaeweb.com/
  1. 黑板组件(画笔、橡皮擦):目前是一个页面 http://ppt-react-activity.beta.ndaeweb.com/web/index.html#/

API

鉴于Slate上被React不稳定的声明周期,hookclass混用时候生命周期不统一等问题极难解决,所以对于这种大型原生组件,直接导出React组件还是要谨慎考虑。不如导出一个原生API,让上层用户去处理状态

  • createWPS(mountedElement: Element): 创建WPS页面
  • destoryWPS(mountedElement: Element): 摧毁WPS页面, 摧毁页面用于触发React组件的unmounted等事件

内部UI组件用React编写,mounted在特定ELement