CRM 客户关系管理系统.
from https://github.com/gdtool/Super_crm
t.ly/s0R4x t.ly/gDGm6 ppt.cc/fwlgFx ppt.cc/fVjECx ppt.cc/fEnHsx ppt.cc/fRZTnx ppt.cc/fSZ3cx ppt.cc/fLOuCx ppt.cc/fE9Nux ppt.cc/fL5Kyx ppt.cc/f71Yqx tecmint.com linuxcool.com linux.die.net linux.it.net.cn ostechnix.com unix.com ubuntugeek.com runoob.com man.linuxde.net ppt.cc/fwpCex ppt.cc/fxcLIx ppt.cc/foX6Ux linuxprobe.com linuxtechi.com howtoforge.com linuxstory.org systutorials.com ghacks.net linuxopsys.com ppt.cc/ffAGfx ppt.cc/fJbezx ppt.cc/fNIQDx ppt.cc/fCSllx ppt.cc/fybDVx ppt.cc/fIMQxx
CRM 客户关系管理系统.
from https://github.com/gdtool/Super_crm
CF-Worker-Dir是一款适用于Cloudflare Worker平台上的云函数程序,可以使用它在一分钟内搭建属于自己的导航页面。CF-Worker-Dir提供丰富的自定义配置,同时它还可以预留了接口帮助你售出自己域名。如果你的域名还没有搭建网站,不如先利用CF-Worker-Dir让你的域名不再浪费。
index.js 中的代码。config 的配置内容如何绑定自己的域名
Workers 进入Workers管理页面Add route 设置新的路由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
项目地址:
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/)
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.
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.
Clone the repository.
$ git clone https://github.com/kandnub/TG-UserBot/Change the current directory to the cloned one.
$ cd TG-UserBotEdit 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.iniInstall all the requirements using pip.
$ pip3 install --user -r requirements.txtRun the UserBot once you have a valid configuration file.
$ python3 -m userbot"一家之计在于和,一生之计在于勤"
from https://www.guwendao.net/guwen/bookv_5f1f444ff8c6.aspx
https://www.guwendao.net/guwen/bookv_327c958ec0cc.aspx