Skip to content

cnbloglabs/themes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acnb-themes-data

📦 acnb 公共皮肤列表数据。

运行构建

npm run build

通过此命令将会在根目录生成 dist/themes.json。

贡献

如果你使用 acnb 构建了皮肤,欢迎将你的皮肤贡献给社区。打开 src/themes.ts,添加你的皮肤文件链接。

  1. 欢迎 fork!
  2. 创建你的特性分支:git checkout -b your-new-feature
  3. 提交您的修改:git commit -m "Add some feature
  4. 推送到该分支:git push origin your-new-feature
  5. 提交一个 pull request