GithubHelp home page GithubHelp logo

Comments (3)

Risker-C avatar Risker-C commented on August 22, 2024 1

申请认领

from higress-console.

CH3CHO avatar CH3CHO commented on August 22, 2024

@songpengyuan

from higress-console.

CH3CHO avatar CH3CHO commented on August 22, 2024

关于Wasm这部分,当前项目的状态和我的一些想法在这里跟大家同步一下:

  • API会返回当前可用的插件列表(GET /wasm-plugins?lang={lang})。前端需要根据这个列表生成那个格子图。
  • 格子是否标注为启用,这个需要调用另一个API获取当前路由对应的插件配置。这个获取配置的API暂时没有设计开发。
  • 每个插件会有对应的图标,但建议前端内置一个默认图标,当后端API没有返回图标数据的时候使用。
  • 关于后端API返回图片数据的格式,我个人考虑就直接返回img元素里的src。如果插件提供了URL,那后端就会返回URL。如果插件提供的是一张图片文件,那后端会使用Base64的形式返回,例如:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAYQAAABACAYAAAAa。麻烦二位看一下这样做在前端是否便于实现。

from higress-console.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.