Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangxinjiang
yifu-mvp
Commits
38cb2bc4
Commit
38cb2bc4
authored
Sep 26, 2025
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
自定义字体-fxj
parent
c8dabc5d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
TSocialFriendController.java
...us/v1/yifu/social/controller/TSocialFriendController.java
+2
-2
RandomFontStyleUtil.java
...u/cloud/plus/v1/yifu/social/util/RandomFontStyleUtil.java
+4
-3
No files found.
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/controller/TSocialFriendController.java
View file @
38cb2bc4
...
@@ -59,12 +59,12 @@ public class TSocialFriendController {
...
@@ -59,12 +59,12 @@ public class TSocialFriendController {
private
final
TSocialFriendPushService
tSocialFriendPushService
;
private
final
TSocialFriendPushService
tSocialFriendPushService
;
private
final
TSocialFreindPushAndGetService
tSocialFreindPushAndGetService
;
private
final
TSocialFreindPushAndGetService
tSocialFreindPushAndGetService
;
/*
@Operation(description = "测试--测试签名使用暂时注释")
@Operation
(
description
=
"测试--测试签名使用暂时注释"
)
@PostMapping
(
"/doTest"
)
@PostMapping
(
"/doTest"
)
@SysLog
(
"测试"
)
@SysLog
(
"测试"
)
public
R
<
String
>
test
()
{
public
R
<
String
>
test
()
{
return
tSocialFriendPushService
.
test
();
return
tSocialFriendPushService
.
test
();
}
*/
}
@Operation
(
description
=
"1定时任务推送税友"
)
@Operation
(
description
=
"1定时任务推送税友"
)
...
...
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/util/RandomFontStyleUtil.java
View file @
38cb2bc4
...
@@ -16,9 +16,10 @@ import java.util.Random;
...
@@ -16,9 +16,10 @@ import java.util.Random;
public
class
RandomFontStyleUtil
{
public
class
RandomFontStyleUtil
{
// 常见中文字体列表
// 常见中文字体列表
private
static
final
String
[]
FONT_NAMES
=
{
private
static
final
String
[]
FONT_NAMES
=
{
"华文行楷"
,
"方正舒体"
,
"宋体"
,
"楷体"
,
"仿宋"
,
"小豆岛秋日和简繁-闪"
,
"小豆岛风物诗简繁-闪"
,
"小豆岛夏情诗简繁-闪"
,
"小豆岛光之愿简-闪 常规"
,
"小豆岛梦之初简-闪 常规"
,
"隶书"
,
"华文隶书"
,
"幼圆"
,
"小豆岛春日海简-闪 常规"
,
"小豆岛橄榄树简-闪 常规"
,
"小豆岛闹闹体简-闪"
,
"Allison"
,
"Bradley Hand"
"小豆岛夏夕空简繁-闪"
,
"小豆岛风物诗简繁-闪"
};
};
// 字体大小范围
// 字体大小范围
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment