Skip to content

Commit

Permalink
refactor: separate CSS styles into style.js
Browse files Browse the repository at this point in the history
  • Loading branch information
7Sageer committed Nov 26, 2024
1 parent d87d58e commit afc9f4a
Show file tree
Hide file tree
Showing 3 changed files with 604 additions and 602 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@
├── ClashConfigBuilder.js # 构建 Clash 配置
├── ProxyParsers.js # 解析各种代理协议的 URL
├── utils.js # 提供各种实用函数
├── htmlBuilder.js # 生成 Web 界面的 HTML
├── htmlBuilder.js # 生成 Web 界面
├── style.js # 生成 Web 界面的 CSS
├── config.js # 保存配置信息
└── docs/
├── API-doc.md # API 文档
Expand Down
Loading

0 comments on commit afc9f4a

Please sign in to comment.