mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-31 03:22:05 +08:00
10 lines
240 B
Lua
10 lines
240 B
Lua
-- Copyright (C) 2023-2025 sirpdboy <herboy2008@gmail.com> https://github.com/sirpdboy/luci-app-chatgpt-web
|
|
require("luci.util")
|
|
local m, s
|
|
|
|
m = Map("chatgpt-web",translate(""))
|
|
|
|
m:section(SimpleSection).template = "chatgpt-web"
|
|
|
|
return m
|