This commit is contained in:
IT 老营长 @云轩领航-创始人 2025-05-20 10:18:35 +08:00
parent 44dfa01275
commit 638ce1a4be
16 changed files with 9 additions and 7 deletions

BIN
src/production/care.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -16,7 +16,7 @@ type Date struct {
func (s Date) Discuss(m *ice.Message, arg ...string) {
msg := m.Cmd(Issue{}, s.Select, model.UID, m.Option(model.ISSUE_UID), m.OptionSimple(model.STORY_UID))
m.Cmdy(Meet{}, s.Create, arg, model.FROM_USER_UID, m.Option(model.USER_UID), model.TO_USER_UID, msg.Append(model.USER_UID),
msg.AppendSimple(model.TITLE, model.CONTENT))
msg.AppendSimple(model.TITLE), model.CONTENT, msg.Append(model.ISSUE_CONTENT))
}
func (s Date) List(m *ice.Message, arg ...string) {
if msg := s.SelectJoinAuth(m.Cmd(story{}, s.Select, model.UID, arg[0])); msg.Append("auth_status") == "issued" {

BIN
src/production/date.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -1,5 +1,6 @@
Volcanos(chat.ONIMPORT, {
_init: function(can, msg) {
msg.IsDetail() && msg.Option("_share_content", msg.Append("design_content"))
can.onimport.myViewTabs(can, "status", msg, function(value) { return [
{view: html.TITLE, list: [value.title,
// msg.IsTech() && value.price > 0 && can.onimport.unitView(can, value, "price", "元"),

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 11 KiB

BIN
src/production/file.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

View File

@ -1,5 +1,6 @@
Volcanos(chat.ONIMPORT, {
_init: function(can, msg) {
msg.IsDetail() && msg.Option("_share_content", msg.Append("issue_content"))
can.onimport.myViewTabs(can, "status", msg, function(value) { return [
{view: html.TITLE, list: [value.title,
// value.issue_type != "feature" && can.onimport.textView(can, value, "issue_type"),

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -28,13 +28,13 @@
"design": "design.png",
"task": "task.png",
"case": "case.png",
"file": "meet.png",
"care": "meet.png",
"take": "meet.png",
"stat": "meet.png",
"file": "file.png",
"care": "care.png",
"take": "take.png",
"stat": "stat.png",
"meet": "meet.png",
"date": "meet.png",
"deal": "meet.png"
"date": "date.png",
"deal": "deal.png"
},
"input": {
"My Story": "我的产品",

BIN
src/production/stat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
src/production/take.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 10 KiB