Skip to content

Commit ba312ad

Browse files
committed
修改字体
1 parent deef52e commit ba312ad

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<!-- 暗黑模式下显示的 SVG -->
7575
<source srcset="https://github.com/FlyJingFish/AndroidAOP/blob/master/svg/one_dark.svg" media="(prefers-color-scheme: dark)">
7676
<!-- 默认图片 -->
77-
<img src="https://github.com/FlyJingFish/AndroidAOP/blob/master/svg/one.svg" align = "center" width="22" />
77+
<img src="https://github.com/FlyJingFish/AndroidAOP/blob/master/svg/one.svg" align = "center" width="22" height="22" />
7878
</picture>
7979
在<strong>项目根目录</strong>的 <code>build.gradle</code> 里依赖插件
8080
</p>
@@ -109,7 +109,7 @@
109109
<!-- 暗黑模式下显示的 SVG -->
110110
<source srcset="https://github.com/FlyJingFish/AndroidAOP/blob/master/svg/two_dark.svg" media="(prefers-color-scheme: dark)">
111111
<!-- 默认图片 -->
112-
<img src="https://github.com/FlyJingFish/AndroidAOP/blob/master/svg/two.svg" align = "center" width="22" />
112+
<img src="https://github.com/FlyJingFish/AndroidAOP/blob/master/svg/two.svg" align = "center" width="22" height="22"/>
113113
</picture>
114114
在<strong>app</strong>的 <code>build.gradle</code> 添加
115115
</p>
@@ -232,7 +232,7 @@ android {
232232
<picture>
233233
<source srcset="https://github.com/FlyJingFish/AndroidAOP/blob/master/svg/one.svg" media="(prefers-color-scheme: light)">
234234
<source srcset="https://github.com/FlyJingFish/AndroidAOP/blob/master/svg/one_dark.svg" media="(prefers-color-scheme: dark)">
235-
<img src="https://github.com/FlyJingFish/AndroidAOP/blob/master/svg/one.svg" align = "center" width="22" />
235+
<img src="https://github.com/FlyJingFish/AndroidAOP/blob/master/svg/one.svg" align = "center" width="22" height="22"/>
236236
</picture>
237237
为<strong>所有的子module</strong>也依赖插件,请按照上述<a href="#%E4%B8%80%E5%BC%95%E5%85%A5%E6%8F%92%E4%BB%B6%E4%B8%8B%E8%BE%B9%E4%B8%A4%E7%A7%8D%E6%96%B9%E5%BC%8F%E4%BA%8C%E9%80%89%E4%B8%80%E5%BF%85%E9%A1%BB">步骤一的方式一配置项目</a>,然后以下方式二选一
238238
</p>
@@ -263,7 +263,7 @@ android {
263263
<picture>
264264
<source srcset="https://github.com/FlyJingFish/AndroidAOP/blob/master/svg/two.svg" media="(prefers-color-scheme: light)">
265265
<source srcset="https://github.com/FlyJingFish/AndroidAOP/blob/master/svg/two_dark.svg" media="(prefers-color-scheme: dark)">
266-
<img src="https://github.com/FlyJingFish/AndroidAOP/blob/master/svg/two.svg" align = "center" width="22" />
266+
<img src="https://github.com/FlyJingFish/AndroidAOP/blob/master/svg/two.svg" align = "center" width="22" height="22"/>
267267
</picture>
268268
在<strong>根目录</strong>的 <code>gradle.properties</code> 添加如下设置
269269
</p>
@@ -278,7 +278,7 @@ androidAop.debugMode=true //设置为 true 走您项目当前的打包方式 ,
278278
<picture>
279279
<source srcset="https://github.com/FlyJingFish/AndroidAOP/blob/master/svg/three.svg" media="(prefers-color-scheme: light)">
280280
<source srcset="https://github.com/FlyJingFish/AndroidAOP/blob/master/svg/three_dark.svg" media="(prefers-color-scheme: dark)">
281-
<img src="https://github.com/FlyJingFish/AndroidAOP/blob/master/svg/three.svg" align = "center" width="22" />
281+
<img src="https://github.com/FlyJingFish/AndroidAOP/blob/master/svg/three.svg" align = "center" width="22" height="22"/>
282282
</picture>
283283
在<strong>根目录</strong>的 <code>gradle.properties</code> 添加如下设置
284284
</p>
@@ -295,7 +295,7 @@ androidAop.debugMode.variantOnlyDebug = true //默认不写这项就是true
295295
<picture>
296296
<source srcset="https://github.com/FlyJingFish/AndroidAOP/blob/master/svg/four.svg" media="(prefers-color-scheme: light)">
297297
<source srcset="https://github.com/FlyJingFish/AndroidAOP/blob/master/svg/four_dark.svg" media="(prefers-color-scheme: dark)">
298-
<img src="https://github.com/FlyJingFish/AndroidAOP/blob/master/svg/four.svg" align = "center" width="22" />
298+
<img src="https://github.com/FlyJingFish/AndroidAOP/blob/master/svg/four.svg" align = "center" width="22" height="22"/>
299299
</picture>
300300
在<strong>根目录</strong>的 <code>gradle.properties</code> 添加如下设置(选填,追求极致可以配置这项)
301301
</p>

svg/one.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)