浏览代码

new icons

Andrey Konstantinov 3 年之前
父节点
当前提交
6120ec9140

文件差异内容过多而无法显示
+ 15450 - 16
docs/package-lock.json


+ 8 - 8
docs/src/pages/index.js

@@ -9,7 +9,7 @@ import styles from './styles.module.css';
 const features = [
   {
     title: <>Configurable</>,
-    imageUrl: 'img/undraw_docusaurus_mountain.svg',
+    imageUrl: 'img/perm_data_setting-24px.svg',
     description: (
       <>
         Define and apply your rules and policies.
@@ -19,7 +19,7 @@ const features = [
   },
   {
     title: <>Extendable via plugins</>,
-    imageUrl: 'img/undraw_docusaurus_mountain.svg',
+    imageUrl: 'img/extension-24px.svg',
     description: (
       <>
         Define your custom metric.
@@ -30,7 +30,7 @@ const features = [
   },
   {
     title: <>Multiple metrics</>,
-    imageUrl: 'img/undraw_docusaurus_react.svg',
+    imageUrl: 'img/analytics-24px.svg',
     description: (
       <>
         Complexity, size and other.
@@ -39,7 +39,7 @@ const features = [
   },
   {
     title: <>Multiple languages</>,
-    imageUrl: 'img/undraw_docusaurus_tree.svg',
+    imageUrl: 'img/done_all-24px.svg',
     description: (
       <>
         C/C++, C# and Java.
@@ -49,7 +49,7 @@ const features = [
   },
   {
     title: <>High performance and scalability</>,
-    imageUrl: 'img/undraw_docusaurus_react.svg',
+    imageUrl: 'img/speed-24px.svg',
     description: (
       <>
         Applicable to huge code bases: thousands of files per minute.
@@ -59,7 +59,7 @@ const features = [
   },
   {
     title: <>Effortless application to legacy code</>,
-    imageUrl: 'img/undraw_docusaurus_react.svg',
+    imageUrl: 'img/bolt-24px.svg',
     description: (
       <>
         Recognises legacy, modified and new code.
@@ -74,8 +74,8 @@ function Feature({imageUrl, title, description}) {
   return (
     <div className={clsx('col col--4', styles.feature)}>
       {imgUrl && (
-        <div className="text--center">
-          <img className={styles.featureImage} src={imgUrl} alt={title} />
+        <div className="text--center" style={{color:'green', fill: 'green'}}>
+          <img className={styles.featureImage} style={{fill:'green'}} src={imgUrl} alt={title} />
         </div>
       )}
       <h3>{title}</h3>

+ 1 - 0
docs/static/img/analytics-24px.svg

@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><rect fill="none" height="24" width="24"/><g><path d="M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3z M19,19H5V5h14V19z"/><rect height="5" width="2" x="7" y="12"/><rect height="10" width="2" x="15" y="7"/><rect height="3" width="2" x="11" y="14"/><rect height="2" width="2" x="11" y="10"/></g></g></svg>

+ 1 - 0
docs/static/img/bolt-24px.svg

@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><rect fill="none" height="24" width="24"/></g><g><path d="M11,21h-1l1-7H7.5c-0.88,0-0.33-0.75-0.31-0.78C8.48,10.94,10.42,7.54,13.01,3h1l-1,7h3.51c0.4,0,0.62,0.19,0.4,0.66 C12.97,17.55,11,21,11,21z"/></g></svg>

+ 1 - 0
docs/static/img/done_all-24px.svg

@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M18 7l-1.41-1.41-6.34 6.34 1.41 1.41L18 7zm4.24-1.41L11.66 16.17 7.48 12l-1.41 1.41L11.66 19l12-12-1.42-1.41zM.41 13.41L6 19l1.41-1.41L1.83 12 .41 13.41z"/></svg>

文件差异内容过多而无法显示
+ 1 - 0
docs/static/img/extension-24px.svg


二进制
docs/static/img/favicon.png


文件差异内容过多而无法显示
+ 1 - 0
docs/static/img/perm_data_setting-24px.svg


+ 1 - 0
docs/static/img/speed-24px.svg

@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M20.38 8.57l-1.23 1.85a8 8 0 0 1-.22 7.58H5.07A8 8 0 0 1 15.58 6.85l1.85-1.23A10 10 0 0 0 3.35 19a2 2 0 0 0 1.72 1h13.85a2 2 0 0 0 1.74-1 10 10 0 0 0-.27-10.44z"/><path d="M10.59 15.41a2 2 0 0 0 2.83 0l5.66-8.49-8.49 5.66a2 2 0 0 0 0 2.83z"/></svg>