Git Product home page Git Product logo

scriptable's Introduction

scriptable App 脚本分享

  • main分支 下的脚本已经适配 12系列 透明背景,old分支 还是之前的旧版本

  • 使用该 main分支 下的任何脚本都要先加上 Env-lsp.js 这个脚本

  • 日历-天气-电池 这个小组件实现了 自动切换暗黑跟白天模式,不过并不是实时的,要等组件下一次刷新,或者你自己刷新也可以。

  • 彩云天气小组件 加入了数据缓存,无网络情况下自动读取上一次成功的数据来展示,联网后下一次更新会从网络自动更新显示 ---【2020-10-26】

  • 旧版本或者小组件UI展示效果可以访问文档https://www.yuque.com/docs/share/849b122b-9985-47e4-b043-c54b93562a6a?# 《Scriptable小组件系列》

  • 新增模板js,可以通过封装函数进行积木一般的搭建进行搭建自己的小组件https://www.yuque.com/docs/share/9fa2aed5-b670-4d28-bd5e-9b622041eddd?# 《Scriptable简单教程》

  • 新增热搜榜单自动轮播,自行按照下方格式进行添加删除,榜单ID来源于摸鱼网站的分类,ID在点击分类后网站链接那里

// 热搜ID跟对应的标题,数据来源于 https://mo.fish/

const hotIdObjs = [
	{"1": "知乎の热搜"},
	{"58": "微博の热搜"},
	{"59": "V2EXの热搜"}
]

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.