Total Pageviews

Sunday, 27 September 2026

Super_crm

 CRM 客户关系管理系统.

from https://github.com/gdtool/Super_crm

CF-Worker-Dir

 

CF-Worker-Dir是一款适用于Cloudflare Worker平台上的云函数程序,可以使用它在一分钟内搭建属于自己的导航页面。CF-Worker-Dir提供丰富的自定义配置,同时它还可以预留了接口帮助你售出自己域名。如果你的域名还没有搭建网站,不如先利用CF-Worker-Dir让你的域名不再浪费。

📷程序截图

程序安装

快速安装

  1. 在 Cloudflare Worker 管理页面创建一个新的 Worker 。
  2. 在Worker编辑页面左边粘贴 index.js 中的代码。
  3. 根据自身需要修改 config 的配置内容

进阶安装

如何绑定自己的域名

  1. 根据上文快速安装完成,回到域名管理面板
  2. 点击 Workers 进入Workers管理页面
  3. 点击 Add route 设置新的路由
  4. Route 可以输入自己想使用的子域名,如果在根域名上使用直接把当前域名输入即可,Worker 选择上文快速安装好的Worker

Route 所使用的域名地址必须已经解析好A记录,如果没有能绑定的IP地址,可以输入8.8.8.8占位:)

系统配置

CF-Worker-Dir允许用户自定义导航页面,配置内容如下:

const config = {
  title: "自定义导航",                 //自定义网站标题
  subtitle: "Cloudflare Workers Nav", //自定义网站副标题
  logo_icon: "sitemap",               //选择网站logo icon 暂时只支持 (eg:https://semantic-ui.com/elements/icon.html)
  hitokoto: true,                     //开启 一言 插件
  search:true,                        //开启 搜索 功能  
  search_engine:[                     //搜索引擎列表
    {
      name:"百度一下",                   //搜索引擎名称
      template:"https://www.baidu.com/s?wd=$s"  //搜索引擎模板(含关键词$s)
    }
  ],
  selling_ads: true,                  //是否要开启网址推广
  sell_info:{
    domain:"example.com",             //当前域名
    price:500,                        //价格
    mon_unit:"yen sign",              //货币单位 (eg:https://semantic-ui.com/elements/icon.html#computers)
    contact:[                         //联系方式
      {
        type:"envelope",              //通讯工具 ("weixin","qq","telegram plane","envelope" or "phone")
        content:"info@example.com"    //号码/地址
      }
    ]                        
  },
  lists: [                            //网址信息
    {
      name:"技术",                    //网址类别
      icon:"code",                    //网址类别icon 暂时只支持 (eg:https://semantic-ui.com/elements/icon.html)
      list:[
        {
          url:"https://oschina.net/", //网站url
          name:"开源中国",             //网站名称
          desc:"领先的中文开源技术社区" //网站描述
        }
      ]
    }
  ]
}


from https://github.com/sleepwood/CF-Worker-Dir

中美共治:习川会后的国际新秩序. G2时代正式到来

 

在Cloudflare.com平台部署静态博客程序Firefly和sr

 项目地址:

https://github.com/CuteLeaf/Firefly
https://github.com/brightmann/Firefly/

https://github.com/brightmann/Firefly/tree/master/src/content/posts ,在此创建源帖。

 源帖示例:

 https://github.com/brightmann/Firefly/blob/master/src/content/posts/fh.md?plain=1

(登录Cloudflare Dashboard,我是用github a/c: brightmann@gmail.com登录的。

compute → Workers & Pages → Create application → Continue with GitHub
选中你刚推送的仓库 → 自动识别构建命令 → 点击 Deploy)。Deploy完成后,我得到网址:

 https://firefly.brightmann.workers.dev/ 

新建源帖后,要等5分钟左右,网站才会更新。
(https://firefly-two-azure.vercel.app/)

-------------------------------------------------------

 项目地址:

https://github.com/LyraVoid/Shirone
https://github.com/brightmann/sr (需要在项目的根目录下,新建wrangler.jsonc文件:https://github.com/brightmann/sr/blob/main/wrangler.jsonc。wrangler.jsonc文件就是ai要我创建的, 并且给了我文件内容)
https://github.com/brightmann/sr/tree/main/src/content/posts ,在此创建源帖。

  源帖示例:

https://github.com/brightmann/sr/blob/main/src/content/posts/fh.md?plain=1
(如果在cloudflare里,部署遇错,就点击页面顶部的ask ai, 让ai帮你解决错误)

 Deploy完成后,我得到网址:https://sr.brightmann.workers.dev/ 

新建源帖后,要等5分钟左右,网站才会更新。
(https://sr-bice-eight.vercel.app/)

TG-UserBot

 A modular Telegram UserBot.

A modular Telegram UserBot for Python which uses the Telethon library. It is made to help you do your usual client tasks without the hassle and also has some additional useful features.

Documentation Status

Heroku guide is available here.

Deploy to Heroku

Incase your Redis session renders invalid, stop your dyno & run the userbot locally again, it will delete your old session from Redis. Then re-run the userbot again, login and exit it and start your dyno on Heroku.

Requirements:

  • Python 3.7.3 or above.
  • A Telegram API key (API ID and hash).
  • Redis Endpoint and Password from Redis Labs
    • Redis session is optional but needed if you are planning to use AFK and PM-Permit.

Procedure:

Clone the repository.

$ git clone https://github.com/kandnub/TG-UserBot/

Change the current directory to the cloned one.

$ cd TG-UserBot

Edit the config either using Nano/Vim or a Text Editor and put your ENV Vars in the same.

$ nano sample_config.ini
$ mv sample_config.ini config.ini

Install all the requirements using pip.

$ pip3 install --user -r requirements.txt

Run the UserBot once you have a valid configuration file.

$ python3 -m userbot

Resources:

  • TG-UserBot Documentations: Official userbot documentations. Here you can find all the help you need to get the bot up and running and can also find all the documented commands.
    • Regular maintenance of docs is not possible thus some new commands may be missing from the same.
  • Telegram Support Group: Exclusive Telegram support group. On here you can ask for help, request a feature or provide feedback to improve the bot.Constructuive criticism is also appriciated
from https://github.com/TG-UserBot/TG-UserBot

Saturday, 26 September 2026

增广贤文

 "一家之计在于和,一生之计在于勤"

from  https://www.guwendao.net/guwen/bookv_5f1f444ff8c6.aspx

 https://www.guwendao.net/guwen/bookv_327c958ec0cc.aspx

三十分鐘讀完資治通鑑!中國人的家風傳承與識人智慧