Skip to content

Commit

Permalink
重新调整项目结构;
Browse files Browse the repository at this point in the history
调整Java模块配置
  • Loading branch information
ForteScarlet committed Jun 3, 2024
1 parent f342161 commit 1497007
Show file tree
Hide file tree
Showing 177 changed files with 370 additions and 27 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
~ Simple Robot ~ <br/> <small>OneBot Component</small>
</h2>
<a href="https://github.com/simple-robot/simbot-component-onebot/releases/latest"><img alt="release" src="https://img.shields.io/github/v/release/simple-robot/simbot-component-onebot" /></a>
<a href="https://repo1.maven.org/maven2/love/forte/simbot/component/simbot-component-onebot-api/" target="_blank">
<img alt="release" src="https://img.shields.io/maven-central/v/love.forte.simbot.component/simbot-component-onebot-api" /></a>
<a href="https://repo1.maven.org/maven2/love/forte/simbot/component/simbot-component-onebot11-core/" target="_blank">
<img alt="release" src="https://img.shields.io/maven-central/v/love.forte.simbot.component/simbot-component-onebot11-core" /></a>
<hr>
<img alt="stars" src="https://img.shields.io/github/stars/simple-robot/simbot-component-onebot" />
<img alt="forks" src="https://img.shields.io/github/forks/simple-robot/simbot-component-onebot" />
Expand Down
41 changes: 41 additions & 0 deletions Writerside/cfg/buildprofiles.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<buildprofiles xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/build-profiles.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<variables>
<primary-color>ruby</primary-color>
<custom-favicons>logo-icon.svg</custom-favicons>
<header-logo>logo-icon.svg</header-logo>
<product-web-url>https://github.com/simple-robot/simbot-component-onebot/</product-web-url>
<download-title>GitHub</download-title>
<download-page>https://github.com/simple-robot/simbot-component-onebot/</download-page>
<showDownloadButton>true</showDownloadButton>
<browser-edits-url>https://github.com/simple-robot/simbot-component-onebot/tree/dev/main/Writerside/</browser-edits-url>
<enable-browser-edits>true</enable-browser-edits>
<locale-code>zh-CN</locale-code>
<noindex-content>false</noindex-content>
<analytics-head-script-file>head-script.html</analytics-head-script-file>
<algolia-id>VLLZ4JZE8Z</algolia-id>
<algolia-index>qg-doc</algolia-index>
<algolia-api-key>e60d9ee16618a0ad3a338ecc73cb840e</algolia-api-key>
<web-root>http://component-qqguild.simbot.forte.love</web-root>
</variables>

<build-profile instance="qg">
<variables>
<noindex-content>false</noindex-content>
</variables>
</build-profile>

<footer>
<copyright>%copyright-year% Forte Scarlet.</copyright>
<link href="https://simbot.forte.love/">simbot官网手册</link>
<link href="https://docs.simbot.forte.love/">文档引导站</link>
<link href="https://github.com/orgs/simple-robot/discussions">社区</link>
<link href="https://github.com/simple-robot/simpler-robot/issues">反馈</link>
<link href="https://github.com/simple-robot">组织库</link>
<link href="https://github.com/simple-robot/simpler-robot">核心库仓库</link>
<social type="bilibili" href="https://space.bilibili.com/2714954" />
<social type="email" href="[email protected]" />
</footer>
</buildprofiles>
5 changes: 5 additions & 0 deletions Writerside/cfg/glossary.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE terms SYSTEM "https://resources.jetbrains.com/writerside/1.0/glossary.dtd">
<terms>
<term name="组件">组件:针对一组一个或多个「组件标识」和「插件」的统称。</term>
</terms>
25 changes: 25 additions & 0 deletions Writerside/cfg/head-script.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!-- 百度统计 -->
<!--suppress ES6ConvertVarToLetConst -->
<script>
// TODO
// var _hmt = _hmt || [];
// (function() {
// var hm = document.createElement("script");
// hm.async = true
// hm.src = "https://hm.baidu.com/hm.js?d94cb749854dfd7a8a31a85a980c1772";
// const s = document.getElementsByTagName("script")[0];
// s.parentNode.insertBefore(hm, s);
// })();
</script>


<!-- Google tag (gtag.js) -->
<!--<script async src="https://www.googletagmanager.com/gtag/js?id=G-KDL4Y6B3SS"></script>-->
<script>
// TODO
// window.dataLayer = window.dataLayer || [];
// function gtag(){dataLayer.push(arguments);}
// gtag('js', new Date());
//
// gtag('config', 'G-KDL4Y6B3SS');
</script>
55 changes: 55 additions & 0 deletions Writerside/images/logo-icon-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1497007

Please sign in to comment.