# resource-files **Repository Path**: linlannet/resource-files ## Basic Information - **Project Name**: resource-files - **Description**: 资源文件目录,提供给门户网站和工具使用,保存公共的图片和附件资源 - **Primary Language**: HTML - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-29 - **Last Updated**: 2025-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # resource-files [![License](https://img.shields.io/badge/license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0) ![java version](https://img.shields.io/badge/JAVA-1.8-green.svg) ![gitee star](https://gitee.com/linlannet/resource-files/badge/star.svg) ## 介绍 麟览资源文件目录,提供给门户网站和工具使用,保存公共的图片和附件资源 ## 版本历史 [CHANGELOG](./CHANGELOG.md) ## 子包简介 1. public: 公共的图片资源,全部项目和工具产品共用的资源. 2. eframe: frame支撑模块使用的各个图片、视频、模型. 3. . ## 参与贡献 1. Fork 本仓库 2. 新建 Feat_1.0.0 分支 3. 提交代码 ``` git config user.name linlaninfo git config user.email linlannet@163.com git config --global --list git config --list ``` 4. 新建 Pull Request 5. 创建和提交tag ``` 创建 git tag -a 1.0.0 -m "初始化版本" 查看 git tag 提交 git push origin --tags 删除 git tag -d 1.0.0 本地编译:mvn clean install 发布到github:mvn clean deploy ``` 6. 其他 ## 版权 [Apache 2.0 © resource-files 2023](./LICENSE)