跳转到帖子
在APP中访问

A better way to browse. Learn more.

乾坤堂社区

主屏幕上的APP,包含推送通知、徽章等。

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

  • 网站管理

安装Git: 先确保VPS上安装了Git,以便从GitHub克隆代码。运行以下命令:
sudo apt update
sudo apt install git
下载抢机脚本: 在VPS上运行以下命令,将仓库代码下载到本地:
git clone https://github.com/lemoex/oci-help
进入项目文件夹: 克隆完成后,进入下载的项目文件夹,通常这个文件夹的名称是仓库名。例如:
cd oci-help
修改配置文件:
vim oci-help.ini
具体的配置修改在GitHub中作者写得已经很详细了,照着做就行。

编译和运行程序: 该项目是用Go语言编写的。确保Go已经在VPS上安装,您可以运行以下命令安装Go:
sudo apt install golang
编译Go代码: 进入项目目录后,运行以下命令来编译和构建程序:
go build -o oci-help main.go
这会在当前目录下生成一个可执行文件oci-help。

运行程序: 确保oci-help.ini在项目文件夹中。然后,使用以下命令来运行程序:
./oci-help

{hide}
需要隐藏的内容
{/hide}

m9tbra5o.png

成长就是不断打破并重建三观

  • 查看数 115
  • 已创建
  • 最后回复

创建帐户或登录后发表意见

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.