Coder Social home page Coder Social logo

workers-image-hosting's Introduction

MJJ最爱,基于cloudflare workers数据存储于KV的图床


UPDATE LOG

- 新增图片预览
- 支持拖拽上传
- 弃用fetch改用axios
- 重新整理了下变量命名(之前太乱了 💩 💩 )

方便实用,只需要更改wrangler.toml绑定的kv_id即可使用

超级超级超级简单的Material 风(就一个按钮😂😂😂)

使用:在 根目录和static目录输入

npm i

再进入static目录编译Vue

npm run build

之后修改wrangler.toml

kv_namespaces = [
  { binding = "LINK", id = "11111",preview_id='11111'}//ID修改为自己创建的KV的id,preview_id是dev环境绑定的kv可以去掉
]

之后在根目录执行

wrangler publish

就OK了


可以访问 /list.html 路径查询已经上传的照片信息

密码默认为123

密码可以在/src/index.js中修改

workers-image-hosting's People

Contributors

iiop123 avatar

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.