qietugou/bookmark

Chorme qietugou/bookmark

0.0.1 2020-01-08 11:49 UTC

This package is auto-updated.

Last update: 2025-05-08 23:39:30 UTC


README

git remote add origin git@github.com:gotophp/bookmark.git

Installing

$ composer require qietugou/bookmark -vvv

使用

use Qietugou\Bookmark\Bookmark;

$book = new Bookmark('您的浏览器书签路径');


$book->getBookmarks()->toResult();

方法

// 传 true 原样输出
$book = new Bookmark('path', true);

// 导航栏
$book->getBookmarks()->toBarResult();
// 其它
$book->getBookmarks()->toOtherResult();
// 移动端设备
$book->getBookmarks()->toSyncedResult();

License

MIT