打包好的livecode,版本v-46
This commit is contained in:
174
docs/credits.html.md
Normal file
174
docs/credits.html.md
Normal file
@@ -0,0 +1,174 @@
|
||||
# Credits
|
||||
|
||||
## Services
|
||||
|
||||
LiveCodes uses services that are generously provided by:
|
||||
|
||||
<div
|
||||
style={{
|
||||
backgroundColor: '#fff',
|
||||
float: 'left',
|
||||
display: 'flex',
|
||||
flexWrap: 'wrap',
|
||||
justifyContent: 'space-evenly',
|
||||
}}
|
||||
>
|
||||
<p>
|
||||
<a href="https://pages.cloudflare.com/" target="_blank" title="Cloudflare Pages">
|
||||
<img
|
||||
alt="Cloudflare Pages"
|
||||
width="200"
|
||||
style={{ margin: '0.5em' }}
|
||||
src="/docs/img/credits/cloudflare-pages.svg"
|
||||
></img>
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://www.jsdelivr.com/" target="_blank" title="jsDelivr">
|
||||
<img
|
||||
alt="jsDelivr"
|
||||
width="200"
|
||||
style={{ margin: '0.5em' }}
|
||||
src="/docs/img/credits/jsdelivr.svg"
|
||||
></img>
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://esm.sh/" target="_blank" title="esm.sh">
|
||||
<img
|
||||
alt="esm.sh"
|
||||
width="200"
|
||||
style={{ margin: '0.5em' }}
|
||||
src="/docs/img/credits/esm.sh.png"
|
||||
></img>
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://unpkg.com/" target="_blank" title="unpkg">
|
||||
<img
|
||||
alt="unpkg"
|
||||
width="200"
|
||||
style={{ margin: '0.5em' }}
|
||||
src="/docs/img/credits/unpkg.png"
|
||||
></img>
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://codeium.com/" target="_blank" title="Codeium">
|
||||
<img
|
||||
alt="Codeium"
|
||||
width="200"
|
||||
style={{ margin: '0.5em' }}
|
||||
src="/docs/img/credits/codeium.svg"
|
||||
></img>
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://bundlejs.com/" target="_blank" title="bundlejs">
|
||||
<img
|
||||
alt="bundlejs"
|
||||
width="200"
|
||||
style={{ margin: '0.5em' }}
|
||||
src="/docs/img/credits/bundlejs.jpg"
|
||||
></img>
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://dpaste.com/" target="_blank" title="dpaste">
|
||||
<img
|
||||
alt="dpaste"
|
||||
width="200"
|
||||
style={{ margin: '0.5em' }}
|
||||
src="/docs/img/credits/dpaste.png"
|
||||
></img>
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://github.com/" target="_blank" title="GitHub">
|
||||
<img
|
||||
alt="GitHub"
|
||||
width="200"
|
||||
style={{ margin: '0.5em' }}
|
||||
src="/docs/img/credits/github.png"
|
||||
></img>
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://netlify.com/" target="_blank" title="Netlify">
|
||||
<img
|
||||
alt="Netlify"
|
||||
width="200"
|
||||
style={{ margin: '0.5em' }}
|
||||
src="/docs/img/credits/netlify.svg"
|
||||
></img>
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://www.sonarsource.com/products/sonarcloud/" target="_blank" title="SonarCloud">
|
||||
<img
|
||||
alt="SonarCloud"
|
||||
width="200"
|
||||
style={{ margin: '0.5em' }}
|
||||
src="/docs/img/credits/sonarcloud.svg"
|
||||
></img>
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://www.codacy.com/" target="_blank" title="Codacy">
|
||||
<img
|
||||
alt="Codacy"
|
||||
width="200"
|
||||
style={{ margin: '0.5em' }}
|
||||
src="/docs/img/credits/codacy.svg"
|
||||
></img>
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://bundlewatch.io/" target="_blank" title="BundleWatch">
|
||||
<img
|
||||
alt="BundleWatch"
|
||||
width="200"
|
||||
style={{ margin: '0.5em' }}
|
||||
src="/docs/img/credits/bundlewatch.svg"
|
||||
></img>
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://www.browserstack.com/" target="_blank" title="BrowserStack">
|
||||
<img
|
||||
alt="BrowserStack"
|
||||
width="200"
|
||||
style={{ margin: '0.5em' }}
|
||||
src="/docs/img/credits/browserstack.svg"
|
||||
></img>
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://lokalise.com/" target="_blank" title="Lokalise">
|
||||
<img
|
||||
alt="Lokalise"
|
||||
width="200"
|
||||
style={{ margin: '0.5em' }}
|
||||
src="/docs/img/credits/lokalise.png"
|
||||
></img>
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
<div style={{ clear: 'both' }}></div>
|
||||
## Third Party Packages
|
||||
|
||||
Packages used by LiveCodes and their licenses are [listed here](https://github.com/live-codes/livecodes/blob/develop/vendor-licenses.html.md).
|
||||
|
||||
## Prior Art
|
||||
|
||||
Many of LiveCodes features/ideas were inspired by:
|
||||
|
||||
- [CodePen](https://codepen.io/)
|
||||
- [JSFiddle](https://jsfiddle.net/)
|
||||
- [JS Bin](https://jsbin.com/)
|
||||
- [CodeSandbox](https://codesandbox.io/)
|
||||
- [Replit](https://replit.com/)
|
||||
- [VS Code](https://code.visualstudio.com/)
|
||||
- [Monacode](https://github.com/lukejacksonn/monacode/)
|
||||
|
||||
Thank you ❤️
|
||||
Reference in New Issue
Block a user