From ab66938b1ce9e5803e2ea031c9204f336b4740b8 Mon Sep 17 00:00:00 2001 From: Kirigaya <1193466151@qq.com> Date: Fri, 18 Aug 2023 16:22:36 +0800 Subject: [PATCH] update icon --- README.md | 71 +++++++++++++++++++++++++--------- images/icon.png | Bin 0 -> 20789 bytes images/icon.svg | 1 + images/system.drawio | 88 ++++++++++++++++++++++--------------------- package.json | 2 +- 5 files changed, 101 insertions(+), 61 deletions(-) create mode 100644 images/icon.png create mode 100644 images/icon.svg diff --git a/README.md b/README.md index 94817ae..92bccbb 100644 --- a/README.md +++ b/README.md @@ -7,17 +7,22 @@ ![](https://img.shields.io/badge/VHDL-building-black) ![](https://img.shields.io/badge/SystemVerilog-building-black) +[Document](https://digital-eda.github.io/DIDE-doc-En) | [中文文档](https://digital-eda.github.io/DIDE-doc-Cn) + + ## Preface -- Installation address[Installation address](https://marketplace.visualstudio.com/items?itemName=sterben.fpga-support)。 -- If you have any questions, please leave a message on the [issues](https://github.com/Bestduan/Digital-IDE/issues)上发表。 -- If you like it, click on the[star](https://github.com/Bestduan/Digital-IDE)吧。 +- Installation address[Installation address](https://marketplace.visualstudio.com/items?itemName=sterben.fpga-support) +- If you have any questions, please leave a message on the [issues](https://github.com/Bestduan/Digital-IDE/issues) +- If you like it, click on the[star](https://github.com/Bestduan/Digital-IDE) - email: sterben.nitcloud@gmail.com | zhelonghuang@mail.ustc.edu.cn - QQ group No.: 932987873 Any problems you have met during the use, you can contact us in QQ group, and we will reply when I see it. +--- + ## About Feedback First of all, thank you for your use and feedback. Any better ideas about this plugin can be published under both Zhihu and github, if it is the use of the problem please move to [github](https://github.com/Bestduan/Digital-IDE/issues) instead of Zhihu. Thank you for your cooperation. @@ -378,26 +383,26 @@ For project management on the PL side, I have abstracted the following functions 6. gui --------- open the GUI interface of the tool chain 1. After opening the GUI, the terminal named *`HardWare`* is not recommended to close by itself. - The whole GUI interface will be closed automatically after direct closure, and if not saved then the design may be lost. - - The plugin will not move your `IP and bd design` to the same level of `Hardware.src` after closing directly. + - The plugin will not move your `IP and bd design` to the same level of `Hardware/src/` after closing directly. 7. exit -------- Closing the project is only valid under the CLI, after opening the GUI, terminal control is taken over by the GUI. - 1. After clicking `exit` the plugin will move your `IP and bd design` to the same level of `Hardware.src`. + 1. After clicking `exit` the plugin will move your `IP and bd design` to the same level of `Hardware/src/`. 2. If you close the terminal named *`HardWare`* directly, the move of `IP and bd designs` will not take place. - 3. Note: You can also move your `IP and bd designs` to the same level of `Hardware.src` when *Clean* is in the function bar *TOOL*. + 3. Note: You can also move your `IP and bd designs` to the same level of `Hardware/src/` when *Clean* is in the function bar *TOOL*. In addition to the above explicit functions, there are two implicit functions each in the `architecture` column, which are 1. `Set as Top` -------------- sets this file as the top-level design module of the current project 2. `Set as Testbench Top` ---- sets the file as the top-level module of the simulation for the current project -Specially, *`Zynq`* devices support mixed PS+PL development. To cope with the mixed development, the plugin gives the `SOC` configuration as follows: +Specially, *`Zynq`* devices support mixed PS+PL development. To cope with the mixed development, the plugin gives the `soc` configuration as follows: ```json -"SOC": { +"soc": { "core": "ps7_cortexa9_0", "bd" : "zynq_default" } ``` Using the configuration plugin as above will automatically build a bd project containing the zynq design to help users quickly build the platform. -Finally, about device selection, it can be configured in the `property.json` file under the *Device* property. +Finally, about device selection, it can be configured in the `property.json` file under the *device* property. The following are currently available: - xc7z020clg400-2 - xc7a35tftg256-1 @@ -408,22 +413,26 @@ The following are currently available: But the supported devices are not limited to these, theoretically all the devices that vivado can support can be supported. You can write your device directly to the *Device* attribute, which will give you a warning if the device is not in the database, but will not prevent you from running. To remove the warning you need to add your device to the database with the *FPGA:Add devices to the database* command. Unneeded devices can also be removed from the database with *FPGA:Remove the device from the database*. **Related setting** -`TOOL.vivado.install.path` --- Installation path of vivado +`prj.vivado.install.path` --- Installation path of vivado When vivado is installed, you can configure the installation path of vivado directly inside the plugin, or you can add vivado to the environment variables (recommended). If the path is not found by mistake, it is already added to the environment variables by default. *e.g. : D:/APP/vivado_18_3/Vivado/2018.3/bin/* `[Note]`: Use `/` to separate the paths and configure them to the bin directory. -`PRJ.xilinx.IP.repo.path` ---- User-designed IP libraries from xilinx +`prj.xilinx.IP.repo.path` ---- User-designed IP libraries from xilinx After configuring this property, the plugin will automatically add the path to the IP repo of vivado. *e.g. : D:/project/FPGA/.Lib/xIP* +`prj.xilinx.BD.repo.path` ---- User-defined placement path for xilinx block design files +*e.g. : D:/project/FPGA/.Lib/xbd* + + #### lib Manager The plugin comes with HDL function library linking function. The `property.json` file is configured as follows: ```json "library" : { "state": "", // local | remote(default) - "Hardware" : { + "hardware" : { "common": [], "custom": [] } @@ -441,7 +450,7 @@ The *state* represents whether the library file is loaded into the local workspa - `remote` represents virtual inclusion from a remote (anything not under the workspace is considered remote, not remote on the network). - remote library files can be opened and changed *(`Note: `If the next import after the change is the code after the change)* . - `local` means import the remote file into the project locally - 1. placed in the lib under `ARCH.Hardware.src`, the changes will not affect the code in the remote library. + 1. placed in the lib under `arch.hardware.src`, the changes will not affect the code in the remote library. 2. *`[Note]`: When changing from local back to remote the lib folder will be deleted (plugin will remind), please note*. The property *common* represents the HDL function library that comes with the plugin, *the code of this library is less mature and is for reference only*. @@ -458,8 +467,8 @@ The lib paths that have been simulated and tested so far are as follows `[Note]`: When the input is a folder then it contains all the files under that folder. In addition, it is not recommended to change the code in this library directly, otherwise it will be overwritten again after the next plugin update, please be careful. The property *custom* represents a user-defined HDL function library. -The use of this property requires the root directory of the user-defined library to be configured for *PRJ.custom.Lib.repo.path* under *setting*, and the absolute path of the file (folder) with the configuration under the *custom* property. The representation is as follows: -*`PRJ.customer.Lib.repo.path`*`/`*`${custom}`* +The use of this property requires the root directory of the user-defined library to be configured for *prj.lib.custom.path* under *setting*, and the absolute path of the file (folder) with the configuration under the *custom* property. The representation is as follows: +*`prj.lib.custom.path`*`/`*`${custom}`* `[Note]`: When the input is a folder then it contains all the files under that folder. @@ -469,7 +478,15 @@ Finally, for the `IP_REPO` property, this is the two official xilinx IP repo pro The purpose of simulation building is to help users to build their own simulation framework quickly and get simulation results quickly. #### generate instance & tb file -![自动例化.gif](https://i.loli.net/2021/05/01/gCxJud91GhIWAmL.gif) + +Although auto-completion can realize the automatic completion of the example, but it can not view the entire project all the available modules and select from them, so we provide automatic example of the function; In addition, we also provide automatic generation of the selected module testbench function. + +
+
+ +
+
+ The plugin supports cross instantiation between different languages, such as instantiating verilog and vhdl modules in a verilog file, or Verilog and vhdl modules in a vhdl file. The steps are as follows: @@ -499,10 +516,29 @@ Currently the only supported simulation tool is iverilog, which will be continuo **Iverilog Fast Simulation**
- +

+- If you want to use this feature, please download iverilog by yourself and add environment variables. +- VCD rendering is currently using wavetrace, a vscode plugin, the next version will introduce an embedded waveform renderer that we have developed, and it is completely free. +- In term of Multi-file simulation, we recommend not to write include, if you write include, please add the folder path of all included files in property.json, for example: + +```json +{ + ... + "iverilogCompileOptions": { + "standard": "2012", + "includes": [ + "${workspace}/src", + "${workspace}/src/Controller", + "${workspace}/src/DataPath" + ] + }, + ... +} +``` + ### Design Assistance @@ -548,6 +584,7 @@ Auto-documentation currently only supports verilog and wavedrom visualization, a If you need to export pdf, please fill the startup path of your local Google Chrome or Edge browser into the parameter **markdown-pdf executable path**. As most pdf readers do not support color changing background, please export your pdf in light color theme: +> > In windows 11, the default startup path for Edge is `C:/Program Files (x86)/Microsoft/Edge/Application/msedge.exe`.
diff --git a/images/icon.png b/images/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..cec516344091a738cc033ad9c90594e0c6732f51 GIT binary patch literal 20789 zcmZsDWmr{Rv^5||Nq2X5ryz%x?(XiAmJklzh_s{<(nyDNC@m@7-7O&8#e47f@ACnC zJnmR~?X~6{bBr;GQdO2kLm@_ifq_Ajmy=S5fq{*F{ziHUKEV!ri3$FK_khT2B7r~e zkt`#@zmZ+#^gLi-*lC`>VST=edw~y$-bw4e({QnV=WXV01>^1Q&2H!H;9+6rYQ^s2 zZj*H^N(=)-2_r8hq3M%-xa9rLaO<=9AV345* z{3c$KNUeVky#?-H3$^}q5qOOX#l@!VqOVSmXL{+a*I;FkYWb5n)$(e&$acQHLmZB^ zZ${K(CpBYY#}nP=`_GHTd;Xk^F*X%gBq}H-CSPH7906$rju%bIGlIQ@jFWUY3!-Lh{E2zDUMss( z2X*xuj2RJ3izFp<*b2K-9!YT6Z4s+@+22xZIZVnaf9^*>>$Rb55FUo(RC?QwR&>W#uuFxFu$kKrI4cRcc@l5h}oXf z?r`{ur_gEAN*HnJ$^?oW-v99LLdJk$R29LXvJ_j-q*~PrmAScZX$dH_FHTaIB8WbZ zzH&g2xaAKvfZ3fIl|-U~F$_Kx6 z@Y884L(t;X)TWxqtC(swT&uEgjUNUyZVwdgAV^XCaipi686P7OzLC);R&csYpr(obJ6>)yPy{XWN>)Mkiqvfc~U*dvI;tyD^*@8F>3$f3tW%p1wZQC zvvw|hd43o*62vv%7&V{jqN4t(UIVT_9j}N2#Jc;(QOwO{;58WA%VY)O!|{I?pKyF7ubOScxG%Urn?&)zI({E z>fc}cp7ye8ZD5{tgAfthkUC2)n~|w#3tZ)}gE4+-m#>stzmi6k-izM9M^L`SvHhw8 zK{B&~WoY~1XtgzMkDz);Cau?ZcZ3Q33{$60EjZT9 zOY)n&J9*5l#9Mn?gVomXODkI*`BqV=cxXyekF?EXvi)V(PWv1)f+TsOw}qk8AI(xL^}Hn zKVVnQ?|{~TZydVlvzHp={?|}&Dgg83-C@@k2T1J(HiTLQJjz0JgPGE`{x09|a!F<+ zIQ;?rGp~CCTSEK9^+XF|aUCs_pc1X<(3-@0)f8<_JXbiKP)u0?ElbT+7P^HbYx$3i zf6{#ai5;FSN9Y)M_3U~6@*;=G-OBUQnaQ4^myhbBp)stKEmZzwKeS(rnyE<)+8FZ? z%U3V;#jnMSuC2X_8b=+#?6wrn5+d?WTZyTy<3|2C;xzv{%qWgy-PR?}e1{fVBH3eC z{nZrJ+3-D&`MY1QdU4@lW&ILNb$XNq+u~KxJ;ysooWGToUA+Btq)r=9^FWkYSDu~L zWmYlwf>p)jgDgu&++mX=lLvz3R9_zTcQ~e0&1^Eekc1l+zd%SNw|QL6?e@OQ`meC8 zyh%m@%#Ry_oBccHM%Tjcl(Pq#91IWh@lQj<0&P#b$(b&UVp+oqz&<$%?RjB-zfyN; zy=W9D@Jiyxn`Cw6_vqSRsyg@bCtd$`TmQs^M8dnTdz`8qbVMxPB4AVK!5oAVe_V!s z%eGf+W|(+Q=iVcN?l8$sP=|(Ln7Fw$@Kw&3@t2Oa2|di%n_g11_{r5AtDDvRkg_hf zZ&f;xx)!9`R+Tavt~A!7JoW=rP&rezb81oTzhu3{7FL3Ot{n!%%ArPo;iCZ}7uVFsOf&Iy`l1}OR;17e{ciG|nr+qHHQSFx;70;eh$)I7_$A6xe z$ytd=X}ReM1I!c=@)U($DJpKH5$h@DK0X}teR!y$c@kF2*83EQFJD?_P}1Aw%l#a@ zdo5^4Uvx5};M}DZrXx=z%gxn7m{Od!;j_Zk^v|pn8IQ^mJ)D+4RJfKl|cX3Rq2*3sdMM%;g`r4dBQX-_apg_%MzvE z<+)9pp2ODZZGHL=eh=;+HRm6y*|BqV?G2(22#l({UP0s%f9MBda9i+9$73ZLm-R@N zk%!AO>{rSTTx1qEx~#DOZMBg{2?HS-Hkgzv;Do({06$bZnlQR4aN=q(c1T_1B^6Xn zPoL1bwnu9>b{1jOX;^;c^XRRFe7&t%eD#WlDOA^k>H5#b|ZfO z)zZJDSf|f?!JJjWpz?Y2FgmPl*rlnO^%n4P8@zMIwUUlEQtc*B0ZbQAO|Y6Yo#Cpr z6j%84%B+l9<()4pLlRGmX7{V>-_)~_LbS8hV?%o3+&&|SYU-=e)n259X)?kq)3n$d zY4|8H7Hcnc_lD^vw@DolLK78qKh~oo)2nH;bob9tPjr0r3%=JWb&q7nrND^5tiaND+Wt)mw*POd zy`f$&t-h~Cvwgef)r>;t;;~SvtlFvb5~2*>nnV%Q_Ab7H6Co;oi)vdKyfK zSWmeC%`zcaS@L1Gtr?^^0&I8d`%IJUjQk;yghXmSXQ|d` zPNPH&tB1dC&I_Vsnnw;q*rpI66Nr4WU{d3`*81EVr9nnq^dG-74yeonxqe- z#LT9oSK2~tSp%U`%oezT6c)W~B9GDq9G4lW(jeE`!%&GoTwFY=Vqkf-h3Fh1K@$`H z`sU7K(eB{U{^hAKYA9EqB1b;-#)YHR%eI@@NnYnPvzk#@D8$BQw+{GjFPoUX!1D8i zerMKJx*~bd5Uiy|<{FdDQ{k_Iin?yMr1r9u(D%c8Q9o7)TXiy52;*@!S#YXaa}{Qv;I9FGGI&5Kj~_#>0vuE6hZQ_e14|-A7vgU@2i^S`_~#g zKh)SN0y#kufUA<+A(X4#b^4{m;zF2>m+6_0%kRPWuOt{2vknBD$jA6r*S6J+P5zgKpRnMoSJp>6xT_nVE zG+yqWgys#-<^6VWnEBuHAyk;i1@k>@`+NJZqS^Ms^unC`c?5r;(5%!6kM!)%>LTH^ z_V@8`-%FXv%gaYmrIW*=B8>f|ZOyvv{rN$|)#&_e@@oS!ia6hE*{S$9NXDsa{54vWxut`f)$uUNv|AGz3mxXP*{H&HbsaxQq~^8v zQ7Gl9{Q%NW+0PWeJWRzy=KnC6=C8t2sk}=UYMZPUGusgrPPl~C6g`eoD&{EjWC+JSaErTJ{uKdt)%yf$N7!sTK*K%g3 zf6`M$c9^DQR^M21!KZbxSRTFTEIX{=OD#8SF#i|9S2->|`2QvY+;iz^+d4NgK6VuP z;y|VH;?KO=79W!5x!~+U;>mJyVRmEQLqXV?G=L0s_a9xX7Rv@jyUjLX7vpU8^&1Ha z`Md=&6fU>MlqaOJKqF%lB$`SWft51veUxuk!& ztVMsbJq%Efs^9gTop}`z2zcN}*9{{OkwPQBM)mdYd9H(8&KhYFjH{r^u}wF2mW9*N zzn0VU&59B_Sm@S-#gjwCTL0-y8L}S*#ZS^bp^)NuafCD!1F8G+_$T6%1B>|q-%&_X za!%H$n~z+k?%`sfK>Rg10tXV~Tjr2(jcbnchhE=@rtOY#E;r+e3v5Wrq|l$J{t#w7xPWoMEAGGZu7e5pZ3+A_SN0y)gdoTe`j@l2u+=& zmLa&X6HgmMHpZkx5;YVf@c9t2v=O{y5zzy_?q{DwH)8%;K_DTQU=3>PP4{+`i zN}MQi1f){Oj%3GHge|!K2^q3vB8=-n^VwJ=0ch{z!<@O4QT}atUqhd6?ssy$j50BA zJVu!TDMWj}_`ITW|5q1)xvt~1{-8FT3Bb?pOd(vZ? z7=A_mZf19IFKu4hc3Y>%2=o^UHxg_8(E?ZpWlxvqm}u&HdL2ZSCQdx#1$tS}{9CAm zLvO*RGyqj0(m!JookxQET=(+30++$0Ft*UQj*I%?+sKan-fZT?FN~2;Hbjq3j!{i- zLyAd`Hl4|uj>oIjTY28kvI{;e;P?sQnYRQ?W~@B?IDJfgy2FWa!I0^S7d?EYGmld#Ws}Yk2(8-sHzM1oqOoC}}jw@w~w{VOm)PU$W($&#X_NpPXw zj5QuxLeaus)$-ip@EVNo+#{$qzk`A?^(#luw_!d;1*R}J( zL;e%I?)VI#2Go3FVkVa2(`1Z1ywrc8ZBxf!Ri&+g94~05wcuo;qZsQywE#hkTi(K9;v1(E?3Rnr8TRGips1a_} z_b?!k+so2iz<}eK+Gm1)9lmwct%gO#A^1kNQ;==EQ;f3*^L`KEOZbLZfJwndUF1ZT z>F*5OF<+*$eji7c`EUo6Dv2RoRFFY>q8@R04^s!jQ4o@(vbo50*xTTA*cZRdFNH2y z43v1_T2yky3d?Y96ZfS%kb2!H4t_7~5F8SjA&jxq;7%U-DaTh#`O`6UB)i;JVoeZT z!AYTJssXofRPFHS0S2)JeZ2J*wGi=@6eQVRsi!C`tJCwH7079=7y`W1X%pkJ15m1|>@fMU+i?@cj z^mtSpR2VT%F-eXn_MtU-e|^P47C+M;DkF4@AM|6#&am}iO;XC_Lla>Cf$UH_GpJ2T zYK)i}o;A+77+jP@uh>FwDU_h@^Femjk^n4nv41D(6?Tj@pYlX2UMV>CaqfR<-x#;A zEBRI0y+6!1x6+Q`(%2sLQ}61eNzSrB1f`qyX9_ecZ87#&HnSdz)Yv-?Wwfb$vnH$^ zhS9MyExjv!GL(Td@GOhlcIS14Moq{kB!~jy|l}@Bvu}F)G{8OeC{&r(ivX)gd>pCmG2jP zsy5mq{oc!dkqrxh#%>6fkLX7n^_fT%Fv-_$D32X$ek(rH$KMJ~nG|w{fBq<^?$^-5^9-SP0T90QU8_q|w zX%QzZQ&V+M^M0y6;aWd2N!~@qQ<<*;&o~rb!+da{m2)~yJp1lNOOInH88rqoE>tge zG;%@Vq|>T7Ep%i1K@fh5XF60sf91{68#1E|X1S_~LhfReS&kO;pVkI)1LqfkZPVBE z%eDcb_~fzfnv6&v!=g~nR(~N%lIu+ZywkX_(mjz=c=;$H4T?gC@3ZUueF9W{+1S5p zgc*d-vOcO<3@XQ<%djxxS}KzkcU?)(u7%SHg!3|(4~ju&N86(<0tQOnK(PQzg@(#+ zZZP2~7a2tmkgbV zRiHJ5pRs1~jUviWs=|#6!PzYzgdfhPC~OOiQ}Q7a?DnNjOyq`FnCr1_1$P&435D&l zX8?zB9a-PKPvT6pecN53;3941^>z0~6#y7fw}*}ip$R58;R1YS+)WRV2kXJOi|7QR z0;i_GHT50}IJ4>LV5(2%y`ftht#< z{|6hS&;Yd{+O$vQsNW<%HT`91r&~dZV@<^-XF!vXbwjC_#3SA;=qAwT!5Np1EnFLC zQ94w+u#4?^@R90f;(yseO|s9ejpGSV^# z#Ni}A>OQeXz3N(2Q_YWrfIxjZm?>-e8?l4U=H7=SQ2RooF0TGpVk{H~7H(AK-RkC> z=Piy&v8k#LA{~g`*|~?EgcW#rZY8S27FidKs|Q0J=%4AEilYHmy_%Ulz1J8U=N$C4 z?&k^ZAwZWbn<$_xr7ZE*14+{1`;6HzU-4ZqMZ{&vHqOrS31Fj+7yA`e- z#vH-N-W@Mfnv0mUoAs^l9QmG?q~y9+0@b^0!vP@N{HR$c0gTR^e_&NCQ6{zvxkICZjCL@=|-0{|JoF_dETczyVj@dI!Hf2V6i=+JO=DO%&CKWBjodBXdM;_)R(o*3NaVQE7M#H)OokS7 zZDdH;+3TsEumJ#K%B5?2)5a-#!nh3!s5TN7iZ{|S(yIUHZHiBa=5r_Sk-9f~MlrZ7 zDY{oG9~bf(%$Kq|5a5D8qj3xp#52k~{LYu+BOO>~j$aDyd*}xg_;Ec`r0*9LVQ!p~pqu0^J2RTInG?BE1#teb( zn*$OZCCh5>NoK67J~H7Yk>Eum)d+j=IUD;as0Lhn9`&3kKc;H`rA3|iysc7OTQHt1qxqlh~_Q3{y0VBsrA4mKnT!jRyQU|Rsas$Ch zA{Sl~HeNKRr_+R|#7K)XsOG9vM5U!eO1d|^H`3}m-mJX3&)Em_N_P20tpJ@F*Q`YF zE1>`)S7Cin3r2_7nFBGLg67tx@Y%=AT=Q~A zNjEMQe*TevxZG7)yA-xkmXR|BW%F||S-tj6pC|ErDO!7nmHw{lq+c#Y5S8|ZU3(hvp{j#6v-eOv(@Wlk&GRMSRvW70~{5JJhN(AxM8p_Pd1)L z+T71T!O+wateuG_pvkD&0N%yLGPc-q1Vg+yZ0i8K2Q%agk1a(nPjQZ!bI=8#rLE0! zZQpLn8svYItD0Ur-n!vDk!@?Wy2);xq;ptzQ%W34WHIwzIB-SceeW$+b|C)Y#S&sV zdo+j=$3|y-53_4eU%uLQ!{edgEmhyr1Bj45-wn}d7)-usFiLKNpB6fB+wGP>NKSgQJMrpk*qt0|97i!1mWeJmO0`x6E#`_ZYH zf<{wWWHwSl^b*w)QzI`r6l~P=`5BDq4P8u&31nn%00F~LHI@{eSiZBUrD!sGP-7$E zp@i+#zg+BY`dSJSAV`-#vm-IBK!me7$hGoI`Q=9Hm9ji4x*9qdiW1gc$u=KuiL-Dx znKt$Vcj|36R4RHjO1UlQF`%dcAqqh^t6q6q%934^5jO>7@o5Cd9vu;S;pz^Dj^QXI zwK0~FR<3nYGyB#;ACXw$(BY`Tud4Z~<7^7f)_2vY;GQZ^N&HmQY9kxo7CIa3MGeSB zQjVh?Z?~m3)k{DiY5Opk1_s!v6ysvql0{gHu~t}#@!!S%EY*^*habIH z^5bd14_ooGo`^>Y8wSL`T2f7P>5;>ZaaiunPxTJzphnV8hiXTgw>II1kjsp+|KsQ0nB6K1gL8AXLnyT9AxeF{rn(|fQ^N{EGGCw z4ysAm1-f2ZQ>ANS@L}+EVPc%ILnj_;m8t!`{?LJ1fPfi)y4l*2$=ykPHoi>7S@J(c zKOSBaAII6((@I%?q_`T#LT^Ntdn)=&kms)VA1Vah*COFc!RpD-wAKLx$V*3oby5kV zloh4-Px};dUga)rf#UE0h*;mZ+^o$@&(g?v@5La&3`UK0sV}JWCh)VQI6fB0s&JbH z{JAzBXsx5dqRL%66?EP0hAnC!!FNm)LW3<)9i(PpC-Fu0g=74DM$2lhgrlY2AIAadR{?+jyr#NXO83C^{Ko*-FlqNrH_fQ@ zO~Kzdl(61c`ZP1vh~(HTNTOo7)OF+j2AK>YguY@ zR$%+@c2ns;Bw)VuN+7$EEQV_U{ECI!Z)z|jDw>S6b;2K=ABt$k0LaiN&2M{D&!@=ic=_kbwxG1D3bR`-zMSrdGU%DgjWK}|BpS0;}xh?1> zBQB*@+z@_aV!v(+q)Rd>PW^L@m@ebiI+`=^e3->k|@0XAG@v`I&SY2zjl zJ_02So;UlYf(BfI*M7!+{(v$xa$NBDU|lKJ0Rjm!I+z7e33DseitzcUf8d2mQHY<& z_NYpBdI`A+0gSCmIq?AA2VA)h7c0d($Y38|JpAJ$0ENj@>IlDwIl!$|Gx3{L1>4X8 zbk(FpqnapnD~Ym`*7JLyea(zZ#eFa`7&U}ES7}$0WF3c%9b$Kb%dTjIG#77`E)4D; zjfqE#$B7o>L|6pI2K|<_=8tO=E15~B^nv#RvEmB1pj)cJZNUa_u5tpb+&*>%ef%d1 zE%|D3F8aO=LwICS+(`PTG(hpX`I-|6ltBTcg7kS1hn{D^asV+$d_rJS;er7v zX&efum4w%(t%q}+D=OXLGOxpetqP1z-mMb2&~m3=TI*h|oh>d5`LCV%uUgI(QxRW{ zUYg6FFX9~3ZosXa;qYrRO1+Jg51uwfo2yJC7m<$J&$eIG^D3U_`q6t_V=>1SOLb5A z@-TFl&_#Bj*B8`Q^@Tr+Y`!s=<_|^>!49}#!b^Z@i9rdIV?AMj$@7i|d{El7Y1p)> zbm00E`t`;Yqdl*(vqhb-VsFX z4C59oYKHg?)kMw6kS~z;R(t4&ub;%Oy#j;vOg6JjU_o+x8~7!6soCE|55xP z9$fg2PO@7OqA2Rj_K5Q6F_cgv6oe`mj=FVvnKrmkW+6mcL_3blQ}!jVZRs{ zV^@~HWI1MS#d&i7+d;_#kwuK-F3;_E-%)`pgis}qVBfwFT#v3Kh@`#Sq}yD(C;5?3 zhEi#*&n})FD;)l!p=P3xL0)QxfkttcSGbpG9j<|-SOf(d_LBIuGe)$*-6rTithY=|_l#<;;Q#L50il)_#DWa5B$#nVpYUpK42fqmSD<4K)hDopu$ zx$Cpeh6l5un08yeJF8E|*FiMq5luwlSYa}sVf`v3KJZR}h>E05v%rn+l_0rI3zg&O zN{Kwt6dx7Ukz*^D9J6aa8&}K6?D~e$_73rlH!iI^T~_iL#;2!9L5o|lmKy&*?7ika zmI0M=GGP#S)E;7$w$2_d6#_?^i7xA!wJZm6c(@G)kF3Wds0R4egTEtVDq{W+}~F8gqYAikK( zs?mi!?)Kqnc{>^NBcb|}Ts>0|4xo|L#C`OS7;`ty{L|<6>MnT*nC}D_LuAU(=K2|K z@#MIlSR-u~0k3puqfdRX(pKwuLi?FEGVrIG5B6-UrsD;p!bR z8p}Hw9N0Pr3C3ilpG{VKZ1w}Uq!O5`J1xBWW_zs(sRkv(&g{T{^Py=^Z)`pz|nHXMr2?P`h)D7C0pA{eBgc{XI^? z0V)>BBF$F(fxg#f`fn5hqXHZ19$}I)h(v*1er+@7ne%EeF#6#)VXS@7;pdlZoa5}h z#VaHd_Rr{kI{u6f@B_p55LlSBE#r8AKC$pGpt>@=zC^OJNeYFsD%90&Zwet21zO2W z$T1)BOUYiq|SZ)BjJHj>-M`G5IRR8M`_a8eYKYj4xi+7YLH6Efq>iupNc^q zw?sct&Z_kfl5f@KP%NvG|NQD_34Hco3dLkT03#0#1G~-@Uy82x#s$}Vlb?&beaXzx9NSJPCy1Z}SyDYwPB<<3b;{SG=_ld=rBEo4)fZ0n-`@R*Ub5tWgl0Tz{=o>x?>V_DO7smqg z_s!qWJH%Usr~W%(MKnGNB&AL?pqVxXoO4+U}`< zUB@~k7nv-da@EI)NVM%a|5p%j@Kpj#l<_JTmk3ey=MlxQ5X|N|)(>f-6rSMk3xY#QVNj7ty@ySo6;C~h zS9O5O&*v>LB{DrU#V(R_^g>CF*6pw1w@0M!hQUH@=!)F2%CsNAgZy0cH2uwoRc++O zx}=u4J1II3XWU12>`r*h2;?PPIc{;)d?b+ER$HSFZ&?wNF$>Cz)?QAJj)0fF0T)!| zR|FnD3`H8rkEl|YyIfCkfe#y-32^8COxx{u8Z#V$Zx43iN~!Fo_Vqlt6zmXLm~ok; z^ZT3!GbFXaKS}hlt^HaeL2B+;8X~EvLfzr)o|3L+-?B=L)XZUp`xmT~aeg?nw`X?(@FwaLBQ~nhOUGypd`&K`QWo zNL|4JFz8h@t1p?ue#QjHd*i*u3sh%i0wuKuU+983YAAmlL?W1LmQWcZN1d;S+F(^A z8dZZ}wTMlXP7>@HN+dXt(%~9d6j9zINLkXCkWmV^xgC3Ir5*7D2vlwT(y@4Z)PEup zMLKf6A1;V;Bi2psd-Vt{-FcocR*Ts^Cc2T}7yIy#FL1U^o#F;g7q@Cv&-_Y>MeNZF zy=--A4{UCN_>HM}%rj$KABpK^92nJ1^ zSCc$|hNu9!zEknEn178|Z6s}t(5^{`WubCU{(kBzf1V2l=4AyIT|?&!2zV*0r^2{$ zyd9uA3#LS}wQP!(=PEXpcz}DZ%`!1YgMvGF+e^G+RoKRKN9zj7h5&3%Knar~CX|Ji zj~cRpf&_BW_4lUc`x!#L#e4LFoA4`txe!p`QeTB$o!-6RAgZQ!KzkiXZ5Bn~^RPF3 z;gi3HfCRaXWr&~X%gbK-*PHI}%IKrfIbvo6*aem|0z)L_nxA0S{1-Oj)tnLGRN zioz>=KqP8RKj#OjpVR7q^1yw3nAV3FdVsOtwLKAPwC*q3XMDu$KE7OKdN`1MitbN3 zCDqpNyA2SU8MyvO(*@#lJ|IQYwad$gjb&Lfu&0$;=ucZecJy&L1V!21)XlrGGlToq zR0x{3V(lQc5T*TNcs`2?l$J8#X?FC$rCQ63D>$p~{#BD2=35m+ zV;|BRo4U3gQ_Gkf1|=e`w)p#(8plk%BpW-9Iw_h^AlY4xU9zOa4$B%Z$Ass>3*e#l%>y;9g0!@S5>}5Y`L~DSZfHrpqtq#A2{A#N@i=? z-U%T5o*?JW%5-*GMkay1QOT7}CRFD23JG)dQh4pGdF|St^R-AA)edI(VbDJYb<`dk zs{t#EQYX7kFJNMb^HK-dfhbl`cAR?#`!uw2me|#5`O~u$BR{%uK+?V8|0I!Yk;EY) zz|fEvtmVFI@>15?J^uLgb-@E5GE`j zJ95@9t+bnL^TLCykcIP)fpeP}b&h?MFafYI&nuXy^4AL7XZq8g_?a5*cgpXW6C=S& zN9H)aU46J$bgD9VM>a_inrLgor(45yf>PArKYufr9sVAWFR?)LjTkz3H8*PAU>3l> z;Nu1<_yc4eDj5Qt>ZQa0B%APkz_h?HZVsFB2xP;5%E| zw-#@Zox*Xr{4Zg04{myT@gX9D9#9=UAw&NWHS-O-`bB)>fC3Txtx@=f`WzWhD?ZVicXDqMiGQ$Z1{59xqw$Cx!~unUz)t;pIqjU5(XsJ>0R?|y4V~t*I84;?tgrW zu`|n`E?&j=zg~x75JlwR>^;*%n}@XM@4hc-8ERGI*`@Mk;9y~k0U1Xv3Co8{3C5@F zN(t0C88}HC1(5v2#`$H_yWoR*;YI!TWuWX<%MG7gjjwG@w>DE5Rp!P(r~3VT*iXG{ zgKe#hvYNRD-Q_n>=!dK3gQT>?fvMChEcPUFJQRfX>ARN~aKSh1_rz>R5(SyS*IJ>_ z(LL1=RFvzhiuB(xfHY~FugxlTYT+YWz<2s6ghjRA{QZy}kl`8g$M%bTyu;c55qo0$ z^AXE-4NBUTY%SjpHMl<(J4E1mpc7hwc|w>7|f0w26a+5kXJ|h3DW2Hd4(4n zAH-Z=`M<=$W&*s*v9Xtch5^M%Pi2u2xWI>TjzpA9*-U`0GfSNU&Bge4TvEXZe*ICa zeZjPiThu`D?zk^8KyF)#7Lys5`R`{~ zW4Py$pKUSre99g0uGH-#r~($g^V~%ZUJ0LlI}z1h;-P%H0uK6$>&EnXchU$%?SE*F z_*uiHNJ+|O>R1hFho;UQWp)f;*>TfTcNIXeUK+djqLJZ{DLS$Fp_1!e+$bJg;}kRq zT8KV+P4^5N{F_0WS{n?b0R;Phhx>dOa5)IS0ugtc>yKvE4VR*!q{`4!;Gh>4AoV|-Q|cJ_07 zN-R=J*#_)RP5VN5i4vfnfHBgkL>TojAYy<3!IAEL7Cq6oI^nq@ zlguQ)Z3%@>CFy{{sPs$s4X6baOpfRoZpAB-ZE)@UoIPVvlP6J+duTfR!@qf#t}g;Z z>CuVJe};eF&a}8t$qevQClL6E`aUo{dmfZ!Aktyfie$$^u?a0=md?32xuGsq{waSI z-bSVXIoYS~oQt-Xmh;B9W>2~<{_{tm#{fN#v*EiL!v!`4%yT{e^nLrp)<(2|v8*e4 zpo{_t_o2-yPA+WACq63uno@7UWTq$FtO2p6*A;V!m7o}RBdI>&O_f#Fs+1g~qA<=6 zqrZf;=HD~!pNR+x<;nL^auD$Je_ne%lwaEn`#Ze|GWzxR!>6DgQIb?lF2JPz(E95H z>UXXiq6UmL8$NLh@^Xpp7eMsl1bSeVeGqch%D|$H*0%jaZhgY|?@cLu{7{4hEwOMQ zu5XK(v-`>U0G5Xe5Rs?Ddn*!{@Y`ZrrCSnl5GtrN;2VClKDG|34BH%UY_;EN9dXz; zwjhCN3Yof|Sr6+MN1V2K7Tn7o(1&^7rOI_$EBAYsJu#JdV*{BCcm|^y&b){|VhKIV ziT-0JeU<&I{8=1w%)K`=K^XiVwa?OEB2HS|N#zqcaG4ATfBKi(ghP+sO$rc%oJhrHYnd#fFQsA<|go2?6ljtqtM`S zpAsl-K2ZD{1nG0BwC2r!nt)_K&0a3h5y>3}my ziI>U*?@rYCU&3G%s`Fnz5LJdtS2lptjhl`}y#T_6QJ>J*bzEP_TF+WC01w#MPeNLR z?yt;Di%j~Vw2Poog6*%t>6^Y#35??Fb7SCvK+fJ3XV(y>=3~aa&;%Z(yCVM@>Hwj- zOra-xaoMVg=LVlIy6SFTUy#M-Nlcfcc>346v@k4yU~EfxlY9&9Ip`cqcqFxv&9r$Uecn==bgW1%Cm_N+ zdESaoyq;#04>M~Idx|O+zdgPCjDSdtRfhPgO;o= zT$K50%3nbA0AVpyT{7Mm@{m;A>3|##_1NTmTBwzpfen`b!a);0tGV}qXja#E7mkI6}YBOPM z_7YW0dif$+(du)T>bVBNFB>4Jzju8MXq!C~Gt}hNv;a`9{*>5pbOj!irABB6cPgt1 z#ZO2Pvs7xr*v{Z|Yv3!I>8@z9JBy<_sd~MU)8$WgVs3IHCMbIOqA&$sgBqa55SDZP zt`gLvlX1WbgF+72e5t|tl_jc)d0*2tT*uD+LydJ$&8-8Rr>@ESTFLx5Z7EVH$(qxF zd(*Jl6|A!|U}2OLTRwZ-xV-?tVSeOtL4ukTSP@YM+)76E5*FUNpzba8F@R_l^+6cW zx3B=B)5*yRDu3ie(zeQF%`q2}M*Dz4L1M?aZMl}@yI7I04sA5JL^6oR z17ud-1(Y>!YAx=3C_v%fos>h&8^_yua3k+^Xp2)A({+A{SMsX@0xF_iEu$TGzY=l| z{^MSNhiWa72O(i0a^b)g_e(eIh)yKLn1>lNVI}S^pGWYw2fR{G-07JnFHobSHKL!b z7R=n*VGr(iF)xooeQMkY_9OP`Ub9Du0`hw^R`><~j!9Srf`J(q^zm^$hLju;n1w)* z9NfRw?|bF*%UW5+&YlPq>S~$lr03%^F+>0!kIV=Fx&o$RLJ9^v5I6VUNE6URE18>! z=|9V-dLV@agMGq_Ca@0T$2-OBhyjY%W8**#jmAb*%hr#rt#b#WxTVPK<{|E~vp>## z>&=9P*tyWN8I{!!wE^EK6zHLd?c=7^pnSTq6ab>eI0z2cQC`n^{&le?h{w@F2w+Du z%CSlT>IG=4bO9@_T$9Ikhj#uX6kbO$->4P7NQQ+l_5)4VVp#^PNnm(}?;CZvnVaBQ z3Izt3OQo9vn{Na?@l;wi*nqxDa#oVmHsp6-cTXfs3oCDO{BzvKZVjw&-Xhnlu47n0 zd+8fhpvJ&MDG>ZD6T$b#!PWCo8?;%Lr1orim`w?VbL}9>d@dve4I;-4J;yaY$DWtyGQo9{bI}`z5k`=J~0F}z|(}C`?SYTFBA8tsrX^1HBEXM<- z(CV=2>-JDeMX+hK*p&35(V9uBK@RbA@^SH{M(R$(=iL-ko+=W1n{_p^u4}>utTd9d zmTB{Da!}+VRp?D)y408LBx~LTUeG6G;W=Y(n9(Rd-5T5MO3E{@6KY7 zi}2G)9Cd>#ZI%q~s z5}?DuV4GtDs}i((lNxl>QVEFZTu0fvgO;5a*Al>Am+w@7S7A{>=o$NsEXFVdEC)Ax z!!rlXJ6`0baQz!7ViG)M#Zc^avw(!(?EPx4a##+lfz?m;P89(eH z-5i*R>wz^=?M9ZcNQ<{8N6$s(I$mRW3^ZEAz4B-3$D_Q*WI55JiiOi>gP<^R* zljrgcqn+pV?&p2!6-5_KV<(v`gfrA?P=A9aTC#IaJL6RVae~3atW9EWe4_yPk^Czq8D#}yPpF`?W_ah#3i2O`Y+3ay6O;-HRV*LkLtj$A5EG47q5I~;j zB`&XJtra-P>Z|i7-uS)&9^4e{5;d?(NNIqX+0@-j{oDiF7mprqExd2GkhfkjbpvA_ z@l5+5t7NYNIVJ>4E6g0g(;qE|&UysO_wXF2a|_J`tyv~rAjMx_U|H?*`RT@L_wKV* z6PufH>2|?#?kTMbq6^2N_mAP?q`Ba?ts-)qreBSQ5ctfsd(ADO3%2o8`;*qu`r+2> zvfaKt^D_Lg>Ms3K!!Uin|Ke&4IQ1p3Jx1u5ff>W5Q)lQz!c)0^eTUpLetoZ{c!F!W z@)op(|I$mU!3L%;mE?+`(EpOGKS`^BSDBYLmLg~s8Bx^V4&g=b?)lwoo@O@E>HY0d zqW1NNP^+0Nwa*%8jVl#?(+p6#gbm)N_DlXnH9y2x%;gh(Zlw5h9NpN!0r85jv!WZN zBSh_@rzVHI=o1a-*(oK;kSFC`NukHj0tf-1M+`ZB1{U9WjtN)dl%mvb$LiHXIUM+L zA1_D&;7y;~OZ$O!SpK0z{!MTMuSv3_azF5=3i7;@Im@5Owm4srk&$^|b=o0!7_`GR zD)xD9@io3m04A`vIbO;J=Z&jBwr<7_qD-MusK8z4QW1cQM})^sYP9Gg1w3#ot%v?{ zjYSICHp&nUjgM*dpqUA>p>-U{$RLIo)Ny@6w?dtFJjAAT5w)A)-Q+)uQg97eib5G^N5aJZW3gP(+veqSnZaVcL-@z zRP=W@3Y4_!Tm2kw?CeYDxukgZ6z5VJooHq5gGiOP|G+bMRgHA=-Wr%@sm)t>F0O{g8k?F3E)&-#YpA}F%P%c_4w`w--& z0eq5p`UNzR&^yGO*=wp8s1gpe^P>DB~kQ&BqUla zwk=URf@IRHX-G6BNp?I=z@cFKFck`p`u#gjy8Ay8yi!hsH>}+;sn$NpXtj|Eh$nQCTwt=1~#)z?HGiRkEKM}ZwvsWm{X-X z)VpFju@BJYgm=W8;EPN;lN5&uD<*yP{h0`fRM9fp>9fod{l*Bu9x?rbC=^;M6qgXA zi%~lQA>?Dx_Z8=rFH~D$j99NS+yfbZq^(6pGgq#7qNYV zDij(mFZx8EaQUL|M|IX0eIHChB2_eAxJmFExOx%7@w7Ng%d(Z2%_=(IPMH;L%J^!fY)1&9TR+A#Do3cFv7T zzFh|)Bt)%at!hV*jNN0$Ku8y)!hZ+5TI?5z+7UzJ*Zc&4s9$@#$By3VUNK$6Qu7EE z3PQq7OB7weHIFuja&bMQIXv_KlHoPr}s^UnnCm)d%VE?KU`|-w*YE-YNFz0Q*B=@{Cr4vbc7HY zOuMIWX1GD^7$KYWxluQ8LUebHpZ|#zIYbwV##4t+a1h=S(|6c0jC14X#GX2A9KI0r zvhIWsg&giasCI;qo#;OXw@>6GWsZBYzP_eUiX5Ts+RbUd50Q5jZ?}qmaupUDM;g&R z)vb06LdYeY8a#yod*lws=LH^n+C{D52LKL1=lxHqvV>G9&eR<|DR2-q0;+Mi0bP?_ zp`2b-Z=QQY?FfXBIq(9Hw_8O$^au-e{U^{baykJA;fIa2wL?;63GI#ofY!%<4}e`v z-(8J6Bl2CviT>kJHT;f{XmzBwCL%9Ly?zf~J}Y`@y&gU1{+X0{LM{~b^)-DQ@Ix_u zTgO^)q*tvL@;u&d7oGQ=hPp#9 zNtp+bs8BRDHF-1|{(b;Kj}>)z9eDEClkoA9Y{@OFW4*OF7zHCK2$^qQY1xhD(Pp({ z1myHO@zjZ@#Qq*SIG^^LQfC4n-3}i^{k?r@nG50pR0i93a&`h!?kOxwTMjNvH#X`R zZ^skIpM+nac@u<09sy0mjaZqn5*C9+?JyVR<9+z$v0vcA>`ATg= z2?K1tY0 zQ7;0p?)3Vb3pbI_lW;xm%9}Tf>7^<3dV3K|#LSLDL>XF1t{@l<;z(T^%4}t3#{qEn zP2ytU03b9LWLjVU5>XzCC*l|k58_a*3zhatQ?sllSMj@RzeO;H zW_7=kteiqV7o8s7Q{UJCz@5(ZGs`mw%?{&G?IDzxlpCDx;dIe)`POAz3S2@`Pv-po zM3i0Yo9pmQdtkTOaj@#3DH$dgC(-LWpHZKODD}$`zvms}QaxB!3IzaE>^l6Rt#soQ zfG5(qeraO~-f0i)Ry&^h*8ZGLMa?YV#vccNkAdj{q`5l@5fuPkbd1b}FugnjXSFkD zQ&GuO0`L9nZ@3h^l+l#70^SV`d46tSwEuUn>~XtKKE5FduY&q^CgU_#HlpY7PqMnu zy|l4}_y7GqKAHHq;F@!YC^Mzj68ymVL!3Hz3J$9yEBDYv$Mx`a{AH{U^DFb24mVh$ z)=wJUSognV{bzcMyQ3Mp=7Brr1`k4k$b95x3WHU|=^B-WE_SWT{Cb|s40*es@& zrx4rVr>;b_eN~QX?5lVZb&u7dwrn@bY-O-pOJPw~tf$tonpnlc`W-~$vj{JT5s8Nl zpTZVkUPOC#G|+#;(1Euhr_Bnj&vc&=$X@|uXA+Qzs5pJC>vDQD=*{R{)O6*%tF85! zt`h?M9Y95{?@dHhfTB?P>5$)N+S#r-?`Rty^7JdEP79FnvOf_~ksB8!-DVaEz=T2p z0K@))tIDE|11S81vx$hZ<8!qsog;qlxYLPV4YQV{ieDByW*adI+m4(Z8{Em{Gz zxVz6m?jYDw}k=#dU|>+UyMgy0p!;JYRt|vz2>A#4%+9i1d0i;B9Pa3-))Lwq5WE7wW_BJTqBN{P)Njh|sa~JYw`O*johXPx zvE@*EXQNf&bs)VnxrvBOkO1UQo67P=zAjcjOhFZjEiLYjW{CDH0OtUdn4O1+=mBB? zE?NcW0|8Ii>@b-q$U?EDy}fJiCh#*TybP{k5K(@Zfv7)N#QIh+_|HYN!x*8U3&j?v z^K7ZTV);i3cnQGwVdB;#MD$2XD&Rd4Tx@pk{jjgEFJ*QhBNauVxYv;*9Svf&JP%!Z zCdzEtnlB7mB)2+(&CY+Ue3$s#{aiDbU&gX$C*HC87sg18@USLrRH9OIf_Z z;Ac0@4rPW%sZe}_+wHa`P|~b))ud}`KSZ8V&>8`$5lD>^RRe`8JmUW+q9U{@z@h@~ z0O}4P^8%UBlr|wLeNq!`?CGcL$BS*PAzgd`Zj;k_w$$N>m6@G`h|*V5vKIII{YkTP z5D^g(5fKp)5fKp)5fKp)5fKp)5fKp)5fKp)5fM?b`7c0mk002ovPDHLk FV1n9PXMF$w literal 0 HcmV?d00001 diff --git a/images/icon.svg b/images/icon.svg new file mode 100644 index 0000000..a203b5d --- /dev/null +++ b/images/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/system.drawio b/images/system.drawio index d1b4d55..a01042d 100644 --- a/images/system.drawio +++ b/images/system.drawio @@ -1,86 +1,88 @@ - + - + - + - - + + - - + + - - + + - - + + - + + + + + + + + + + - - + + - - + + - + + + + + + + - - + + + + - - - - - - - - - - - - - - - - - + + - + - + - + - + - + - + - + diff --git a/package.json b/package.json index 32e4147..69741e7 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "homepage": "https://digital-eda.github.io/DIDE-doc-Cn", "version": "0.3.0", "main": "./out/extension", - "icon": "images/DIDE.png", + "icon": "images/icon.png", "engines": { "vscode": "^1.72.0" },