Skip to content

A project originally for YOURLS, Waiting for other people's secondary development and utilization.

License

Notifications You must be signed in to change notification settings

Cicini/link-display

Repository files navigation

功能

开发时针对YOURLS的API进行调用,对指定页面生成短链接。

使用例

个人搭配Random ShortURLsExpiry(同时开启YOURLS的允许对单一链接生成多个短链接地址的配置)在第三方支持iframe插入的答题/问卷平台提供一次性链接,同时使用reference验证防止直接访问调用地址,对某些功能的访问次数做出限制。(虽然是防君子不防小人)

Config

修改.env中URL的值为自己YOURLS API调用的地址,你也可以根据自身需要修改参数达到想要的效果。

URL=https://example.com/yourls-api.php?signature=<apikey>&action=shorturl&url=https://originalsite.com

Development

First, run the development server:

yarn dev

Production

yarn
yarn build
yarn start

About

A project originally for YOURLS, Waiting for other people's secondary development and utilization.

Resources

License

Stars

Watchers

Forks

Packages

No packages published