galaxy-opc-plugin 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "galaxy-opc-plugin",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "星环 Galaxy OPC — 一人公司孵化与赋能平台 OpenClaw 插件",
5
5
  "keywords": [
6
6
  "openclaw",
@@ -4162,7 +4162,7 @@ export function registerConfigUi(api: OpenClawPluginApi, db: OpcDatabase, gatewa
4162
4162
  }
4163
4163
 
4164
4164
  // Serve HTML page for all other /opc/admin paths
4165
- sendHtml(res, buildPageHtml(!!gatewayToken));
4165
+ sendHtml(res, buildPageHtml(false));
4166
4166
  return true;
4167
4167
  } catch (err) {
4168
4168
  res.writeHead(500, { "Content-Type": "application/json; charset=utf-8" });