leonkfd's recent timeline updates
leonkfd

leonkfd

V2EX member #537745, joined on 2021-03-16 11:08:26 +08:00
Deno 服务挂了?
程序员  •  leonkfd  •  Jul 18, 2022  •  Lastly replied by leonkfd
4
使用 Scriptable 编写 IOS 小组件
  •  1   
    iOS  •  leonkfd  •  Jun 4, 2022  •  Lastly replied by ciniao
    5
    『 开源推广 』一个自定义配置的浏览器起始页插件
  •  1   
    前端开发  •  leonkfd  •  Jan 4, 2022  •  Lastly replied by leonkfd
    14
    Howdz 起始页已接入 Chrome 插件商店
    浏览器  •  leonkfd  •  Nov 11, 2021  •  Lastly replied by dic
    25
    一个完全自定义配置的浏览器起始页
    浏览器  •  leonkfd  •  May 16, 2022  •  Lastly replied by leonkfd
    72
    Vue3 实现自定义浏览器起始页
    Vue.js  •  leonkfd  •  Sep 29, 2021  •  Lastly replied by leonkfd
    20
    leonkfd's recent replies
    Apr 17
    Replied to a topic by love2328 浏览器 iTad 标签 扩展 加小动作 ?
    自荐一个自己开源的 https://github.com/leon-kfd/Dashboard
    推荐一下自己写的起始页插件 https://doc.howdz.xyz/ 支持网页版,代码开源
    @janda 这几天看到项目突然多了些 star ,然后看到这个帖,来推荐一下。

    https://doc.howdz.xyz/

    完全开源,可离线使用。
    看到反馈,然后昨天用 AI 帮忙写了个 Infinity 转 Chrome 书签的功能 https://static.howdz.xyz/infinity2bookmark.html

    参考 issus: https://github.com/leon-kfd/Dashboard/issues/131
    ```js
    // 判断当前是否为 Edge 扩展, 更换 Favicon
    const isEdgeExtension = window.location.href.includes('chrome-extension') && window.navigator.userAgent.includes('Edg/')
    if (isEdgeExtension) {
    const iconRel = document.querySelector('link[rel="icon"]')
    iconRel?.setAttribute('href', 'favicon-edge.png')
    }
    ```
    我开源了一个,https://doc.howdz.xyz/
    Jul 8, 2024
    Replied to a topic by lcry2023 程序员 有什么轻量导航页面吗?
    https://blog.howdz.xyz 基于 astro 的
    1. 登录后将后端返回的角色路由存到 store
    2. 页面菜单栏:将全量的菜单目录根据当前权限过滤出所需菜单
    3. 配置路由守卫:每次跳转路由都判断有无权限
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2515 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 22ms · UTC 04:29 · PVG 12:29 · LAX 21:29 · JFK 00:29
    ♥ Do have faith in what you're doing.